How to whitelist recipients by default in postgrey

Auge David Hausheer
Google
Web hausheer.osola.com

Selective greylisting

To activate greylisting ONLY for a few users, and whitelist anybody else in postgrey, add the following to /etc/postfix/postgrey_whitelist_recipients:

/^(?!(user1|user2|user3)@domain)/

Links

Postgrey - Postfix Greylisting Policy Server

Install script for postgrey


Related topics