On 8/11/2011 8:56 AM, Bostjan Skufca wrote: > Something like this: > smtpd_discard_ehlo_keywords = silent-discard, etrn, dsn > smtpd_discard_ehlo_keywords_auth = silent-discard, etrn > > Not sure if SMTP protocol would support it though... > One problem with this, AUTH happens AFTER EHLO. So it becomes an out of sequence for the protocol. Therefore, not possible.
Brian