[plaintext ehlo]
> Im missing my 250-AUTH here
> Or is this because the : "smtpd_tls_auth_only = yes"
Indeed. The SMTP client should protect its password with TLS.
You can check that with:
openssl s_client -starttls smtp -connect host:port
Wietse
Hai,
Im testing out my servers and i noticed the following
telnet localhost 587
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 mail.mydomain.tld ESMTP Ready
ehlo localhost
250-mail.mydomain.tld
250-PIPELINING
250-SIZE 1536
250-VRFY
250-ETRN
250-STARTTLS