No plain authentication for Exim since last update

rvd

New member
Joined
Apr 28, 2025
Messages
2
Since the last update, plain authentication in Exim stopped working. Is this on purpose, or is something wrong?

telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 myhost ESMTP Exim 4.98.2 Mon, 28 Apr 2025 11:47:19 +0200
EHLO localhost
250-myhost Hello localhost [127.0.0.1]
250-SIZE 52428800
250-LIMITS MAILMAX=100 RCPTMAX=150
250-8BITMIME
250-PIPELINING
250-PIPECONNECT
250-STARTTLS
250 HELP
 
Read here to change that if you want because also smtp via port 25 is blocked now by default.

and here for all options:
 
Back
Top