KevinTheJedi Thanks for the reply. Yes, there are google results for the auth mechanism error in general, but not specific to osTicket, which is the only thing that changed. We have many other systems that use our MTA, plus thousands of users with their various email clients, and all of them work fine, except for this new installation of osTicket. Even an older osTicket works well, as I said before.
Here are the screenshots as you requested:
Diggin deeper I found in the MTA logs the following:
Mar 31 10:53:48 mta0 postfix/submission/smtpd[28539]: warning: unknown[xxx.xxx.xxx.xxx]: SASL LOGIN authentication failed: Invalid authentication mechanism
We have Dovecot for SASL auth. In the dovecot config I found that it only accepts "plain" as auth mechanism.
I thought that osTicket used Plain as well, but evidently it uses LOGIN. I enabled "login" in the dovecot config, but the result hasn't changed.
I don't understand why osTicket would use the LOGIN mechanism, which is older and I think mostly deprecated. And why an older version works where the latest fails.
Any clues as to what can I do here?