From: Oswald B. <osw...@gm...> - 2024-12-18 23:15:15
|
On Wed, Dec 18, 2024 at 10:53:23PM +0100, Bence Ferdinandy wrote: > F: >>> 2 AUTHENTICATE PLAIN <authdata> > >Now for Ubuntu I know I had to mess around SASL and even build >moriyoshi/cyrus-sasl-xoauth2.git manually to make things work, >but this doesn't look like an issue with that. > but it totally does. it's clearly not even trying to use oauth. it must be something with that plugin, but i have no clue beyond that. google whether you can enable some sasl debugging via env vars or config files. beyond that, i guess i'd strace it and see if it does anything unexpected. compare with a trace from the working box maybe. |