Le 17/11/2010 23:04, vr a écrit :
[snip]
Is there a way, maybe within a hash, to include all characters to the
left of a portion of an email address? I'm starting to see some
distribution lists using random strings of characters and I'd prefer to
stay away from authoring regular expressions, regularly.
you can't do that with hash and the like.
you can use regexp/pcre, sql, ldap or tcp maps.
or you can write your own checks in a policy server or milter.
smtpd_banner = Ready
You shouldn't do that. The default banner announces ESMTP, yours
should too!
Ok. Changed to "ESMTP ready"
That's still wrong.
http://www.postfix.org/postconf.5.html#smtpd_banner
look at the "MUST" part.
what's bad with the default value?
[snip]