Re: New SASL generic failure

2016-07-08 Thread Rick Zeman
On Fri, Jul 8, 2016 at 9:17 PM, Viktor Dukhovni wrote: > >> On Jul 8, 2016, at 9:15 PM, Wietse Venema wrote: >> >> Your SASL library cannot authenticate with PLAIN or LOGIN. > > Another possibility is that it supports and prefers XOAUTH2, but lacks > the necessary credentials or configuration to

Re: New SASL generic failure

2016-07-08 Thread Viktor Dukhovni
> On Jul 8, 2016, at 9:15 PM, Wietse Venema wrote: > > Your SASL library cannot authenticate with PLAIN or LOGIN. Another possibility is that it supports and prefers XOAUTH2, but lacks the necessary credentials or configuration to do so. In that case filtering out that mechanism might resolve

Re: New SASL generic failure

2016-07-08 Thread Wietse Venema
Your SASL library cannot authenticate with PLAIN or LOGIN. What have you changed on your system? Did you change Postfix settings? Did you lose the SASL plugins that your SASL library needs? Did you turn on chroot in master.cf, so that the SASL plugins are no longer found? Basically strace (or wh

New SASL generic failure

2016-07-08 Thread Rick Zeman
Working system that suddenly started crapping out on SASL-authenticated connections to its relay. Nothing's changed for this 2.11.0 Apple-supplied postfix, and the username/password authenticates fine to smtp.comcast.com (relay). I'm not see what's wrong (must be what "generic" means lol). Thou