Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Netino

Pages: 1 ... 12 13 [14] 15 16 ... 28
196
SSL / Re: Deleted CSR file
« on: May 08, 2019, 04:43:09 AM »
CSR (Certificate Request Sign) is used to the certificate authority (CA) to sign your certificate request.
If you already submitted your certificate to the CA to sign it, and if the CSR was deleted, but you already get the certificate, is not problem.
The problem would be if you lost the key.

If you didn't still submitted it, just generate another CSR to submit to the CA.

Regards,
Netino

197
CentOS 7 Problems / Re: SMTP Server Has Been Hacked
« on: May 08, 2019, 04:31:45 AM »
Any other evidence of your server has been hacked..??
You just put "LOGIN authentication failed" messages, so, some people could not login on your server, nothing more.

The fact that you had 10,000 return messages just means that someone used your email address to send messages to other people.

But, likewise, it would just have been someone getting login access to only one email account of yours, and the damage is done. The person can send thousands of messages from your server.

But, these mail was sento from your server..??
Check you '/var/log/maillog' file.
There was any account was logged in..??

If so, check the beggining of that sending, and take action about that account.
If it was just an email account that logged in, then the damage possibly is just small.

Regards,
Netino

198
CentOS-WebPanel GUI / Re: admin panel slow to load
« on: May 06, 2019, 04:40:23 AM »
Well, if your server is not being attacked, with so little information on what the problem is, I could also only recommend an equally simple solution, which would be to reinstall CWP.
Any additional detail that we could help and justify not doing this ..?

Regards,
Netino

199
Try to run directly an API function 'unsp'.
If not works, you can try to change mysql table directly, but this could affect some services.
So, you can change mysql tables, and after that, suspend the site again via panel, then unsuspend again.

If you don't know what I saying, so go to support, could be dangerous you change directly mysql tables without knowledge it.

Regards,
Netino

200
Updates / Re: Help, wont start server
« on: May 06, 2019, 04:14:17 AM »
What error messages..?

Regards,
Netino

201
Information / Re: Hostname and https
« on: May 06, 2019, 04:12:46 AM »

202
Postfix / Re: spam issue: Need help regarding mail server
« on: May 06, 2019, 04:09:03 AM »
So, your mail is being received, but classified as spam, or is being rejected..?

203
Postfix / Re: spam issue: Need help regarding mail server
« on: May 04, 2019, 07:58:44 PM »
It's no use you want to show mailtester email, would help just the rejection message from yahoo/hotmail/aol.

These ISP are using ReturnPath, maybe you have low reputation on that blocklist.
You must register for that service, to can deliver mail to that ISPs, here:

https://www.senderscore.org/register/

You are having problems too in your dns blocklists, you are using a public DNS to query them.
Code: [Select]
   *  0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was
   *      blocked.  See
   *      http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
   *      for more information.
   *      [URIs: jxxextxxhxy.com]

You must to use at least one the three:
1) using your own non-forwarding caching nameserver to avoid being lumped together with other users queries;
2) setting up your own mirror of the DNS-blocklist;
3) or paying to use the blocklist. The choice is up to the DNS-Blocklist administrator.

Regards,
Netino

204
CentOS 7 Problems / Re: Can you help me plzz
« on: May 01, 2019, 10:05:58 PM »
** Important (as your error message itself):
===========================================================================================
**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf
===========================================================================================

This means the root password in file:
     /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
and in the file:
     /root/.my.cnf
must be exactly the same.

Check that.

Regards,
Netino

205
Information / Re: mysqli_error()
« on: May 01, 2019, 10:02:16 PM »
1) You must restart mariadb server with the mariadb unit.
The command is:
(for CentOS7):
Code: [Select]
# systemctl restart mariadb

or
(for CentOS6):
Code: [Select]
# service mariadb restart

2) ** Important (as your error message itself):
===========================================================================================
**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf
===========================================================================================

This means the root password in file:
     /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
and in the file:
     /root/.my.cnf
must be exactly the same.

Regards,
Netino

206
CentOS-WebPanel Bugs / Re: CWP API Manager
« on: May 01, 2019, 04:10:37 AM »
Did you already tried this?:
Code: [Select]
curl -k "https://xxx.xxx.xxx.xxx:2304/v1/account" -X POST --data "key=IEmzLcOF4Hsozt9bTopbrhQ19nPt6ZuM3BA4pjK49nzVf" --data "action=list"

(with separated arguments, and '--data', not '-data')

Regards,
Netino

207
Installation / Re: can't start Webpanel
« on: May 01, 2019, 04:01:08 AM »
Post the result of the following command:
Code: [Select]
# netstat -tupln | grep -P ":2[0-3][0-9]+"

Regards,
Netino

208
This means just the files showed are binary different from before.
If you did run "yum update" this is completely normal.

You should be concerned only if you have not changed anything in your server.
But still csf does these updates automatically, alone, and causes such warnings.

But these warnings are completely important to keep your eyes watching your server.

Regards,
Netino

209
E-Mail / Re: CWP Email Issue
« on: April 21, 2019, 11:30:40 PM »
So you are having problem with Gmail, not with CWP.
In general, any unknown sender can be classified as spam in Gmail.
Don't forget if your server are new, it doesn't still a reputation in internet, specially in mail blacklists, as a good mail sender.

210
CentOS 7 Problems / Re: error 403 Forbidden
« on: April 20, 2019, 04:24:33 AM »
Chrome redirect automatically from 'http' to 'https'.
So, your site *must* be responsive too in 'https'.
This is the case..??

Pages: 1 ... 12 13 [14] 15 16 ... 28