| |||||||||||||||||||||||||||||||
|
On Sun, 16 Mar 2008, mouss wrote: > smtpd_restrictions_classes = > ... > reject_unauth_destination > ... > check_helo_access pcre:/etc/postfix/maps/pcre/helo_acl > ... > > > # literal IP > /^[/ reject_unknown_client, greylist > > # bogus TLDs > /\.(arpa|invalid|example|localhost|test|localdomain)$/ REJECT ... > > # probably misconfigured. > /^localhost\./ reject_unknown_helo_hostname, reject_unknown_client > > # Two label helo should resolve > /^[^\.]*\.[^\.]+$/ reject_unknown_helo_hostname > > # skip common gTLDs > /\.(com|org|net|info|edu|gov|mil)$/ DUNNO > > # skip cc TLDs > /\.[a-z]{2}$/ DUNNO > > # the rest must resolve > /./ reject_unknown_helo_hostname > > Extremely useful, thank you. Justin.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com