I try to limit auth mech in postfix 2.6.1 on FreeBSD 6.4. For this
I've added to main.conf:
smtp_sasl_mechanism_filter = plain, login
But simple test by telnet shows following:
Connected to x.x.x.x.
Escape character is '^]'.
220 xxx.xxx.com.ua ESMTP Postfix
ehlo 1
250-xxx.xxx.com.ua
250-PIPELINI
Here's filtered output from postconf
# postconf | grep sasl_mechanism
lmtp_sasl_mechanism_filter =
smtp_sasl_mechanism_filter = plain, login
I didn't find option smtpd_sasl_mechanism_filter on postfix manual
2009/5/27 Ralf Hildebrandt :
> * Zero Zeibov :
>> I try to limit a