Bostjan Skufca: > Hi all, > > is the mode of operation from the subject currently possible to > achieve with postfix?
Yes. Use the SUBMISSION port and specify the smtpd_discard_ehlo_keywords in master.cf. submission ... .... .. smtpd -o smtpd_discard_ehlo_keywords=foo,bar,baz Note: NO SPACES around the = and ",". Wietse > 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... > > Thank you, > b. >