We are having problems with email being sent from our server that is considered Spam. I am the only user running on the server which is being used for websites, sending subscription email via mailman and a few other admin emails from Cron and the like. We believe the Spam is a result of a Hack likely via SMTP Auth -- we do not know this for sure.
I am working to secure our server so that only applications running on the server can send email. I have done the following so far:
I'm not sure there is anything else I can do. Any additional ideas would be helpful.
Thanks, Greg
I am working to secure our server so that only applications running on the server can send email. I have done the following so far:
- All SMTP Ports are Blocked in the Plesk Firewall -- except Port 25
- I believe SMTP Port 25 is needed for the server to receive email
- Relaying is Closed (and I am monitoring changes to /etc/postfix/main.cf to ensure this)
- Fail2Ban is running with Plesk Postfix Jail at MaxRetry = 2
I'm not sure there is anything else I can do. Any additional ideas would be helpful.
Thanks, Greg