On my cPanel server we have recently found that we are receiving hundreds of attempts per hour to connect to our server via SMTP to send e-mails - although the SMTP authentications are successfully failing.
These are from many countries including Serbia, Russia, Taiwan, Vietnam, Libya and many more.
cPanel and the sites on the server send out e-mail, but any mail clients should be set to send out e-mails via their own ISP's (rather than via the server).
Is there a way to block access to any remote connections trying to send e-mail out using the server this way ?
I'm concerned about the number of attempts being received.
Here is a example of one of the attempts from the logs - It appears to be a brute force attack going by the number of attempts taking place.
Any comments/advise appreciated.
Thanks
Daniel
These are from many countries including Serbia, Russia, Taiwan, Vietnam, Libya and many more.
cPanel and the sites on the server send out e-mail, but any mail clients should be set to send out e-mails via their own ISP's (rather than via the server).
Is there a way to block access to any remote connections trying to send e-mail out using the server this way ?
I'm concerned about the number of attempts being received.
Here is a example of one of the attempts from the logs - It appears to be a brute force attack going by the number of attempts taking place.
Code:
2015-02-24 22:00:23 SMTP connection from [201.86.105.222]:54803 (TCP/IP connection count = 1)
2015-02-24 22:00:26 dovecot_plain authenticator failed for (Cleiton-PC) [201.86.105.222]:54803: 535 Incorrect authentication data (set_id=dybattelle)
2015-02-24 22:00:33 dovecot_login authenticator failed for (Cleiton-PC) [201.86.105.222]:54803: 535 Incorrect authentication data (set_id=dybattelle)
2015-02-24 22:00:33 SMTP connection from (Cleiton-PC) [201.86.105.222]:54803 closed by QUIT
2015-02-24 22:00:33 SMTP connection from [201.86.105.222]:54831 (TCP/IP connection count = 1)
2015-02-24 22:00:36 cwd=/etc/csf 4 args: /usr/sbin/sendmail -f root -t
Thanks
Daniel