On a freshly installed CentOS 8.2, Postfix faced a SASL authentication issue when trying to authenticate against a SMTP mail server. The connection could be established, but Postfix did not find a matching authentication mechanism.
These are the logs produced when trying to relay an eMail:
|
|
The solution wasn’t a broken Postfix configuration, but a missing package. Installing cyrus-sasl-plain
and restarting Postfix fixed the problem for me:
|
|