• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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