On 8/17/12 3:17 PM, Patrick Ben Koetter wrote:
* l...@airstreamcomm.net <l...@airstreamcomm.net>:
I am trying to get SASL (with dovecot) setup on postfix 2.6.6 and
receiving this warning:
warning: domain.tld[ip.add.re.ss]: SASL LOGIN authentication failed:
Invalid authentication mechanism
The client attempts to use a mechanism Postfix does not offer. Actually it is
dovecot - acting as SASL service - who offers a list of mechanisms to Postfix
and Postfix just passes it on.
Take a list at $auth_mechanisms in /etc/dovecot/conf.d/10-auth.conf and see
if you can match what your clients ask for.
p@rick
Thanks that did the trick.