• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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