• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Greylisting in Plesk 9.0

huglester

New Pleskian
Hello everyone,
I have already running Plesk 8.2 with greylisting. I like it very much, it really cuts of tons of spam.

Now I have new server, and Plesk 9.0 on it. I have choosen Ubuntu (64bit)

I have searched articles about greyliting for plesk, those all are for older versions.

I thought maybe any of you have link in bookmark about greylisting for Plesk9? or maybe it is compatible with older versions?

Thanks for any information!
 
Postgrey for Postfix

1) Install Package
apt-get install postgrey
2) check if postgrey is running (should be started automatically after install
netstat -lpn | grep 60000
3) open Postfix config file
nano /etc/postfix/main.cf
4) change the following line (bold written needs to be inserted at the right position!)
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_policy_service inet:127.0.0.1:60000, reject_unauth_destination
5) restart Postfix from the Plesk Panel
6) check your logfiles
tail -f /var/log/mail.info

ClamAV for Postfix
Check that page: http://gnusys.net/plesk9-integration-with-clamav/
I've used that howto without any problems...
 
Back
Top