Am 21.12.2022 um 15:26:52 Uhr schrieb jake:
Basically the way i read the error, it says the client does nothing
and sendmail just waits. I have set thunderbird to "starttls" and
"encrypted" password for the outbound emails.
If you use port 587, STARTTLS is right. If you use 465
(DAEMONPORT_Options s-flag needed!), you need to use TLS (not STARTTLS).
If you require authentication (I recommend using that instead of
whitelisting IP addresses), you need to tell TB the auth details and
configure it so it actually logs in. Check you /var/log/auth.log for
the login (if using system accounts (UNIX PAM etc.)) and your sendmail
log. You can also disable STARTTLS/TLS to see the content of the
traffic to check if the correct SMTP commands are issued by TB.
My only other thought is that if the connection in encrypted then its expecting a PLAIN password. Do i need to install the PLAIN mechnism
in sendmail? Would this expose my password if i set thunderbird to
plain? Would that be safe configuration?
You need to enable the PLAIN mechanism in sendmail if you like to use
it.
250-AUTH DIGEST-MD5 CRAM-MD5
It is currently not enabled, check confAUTH_MECHANISMS in sendmail.mc.
AuthMechanisms (confAUTH_MECHANISMS)
defines a list of mechanisms which are offered at most for
authentication. This list is intersected with the list of
available (i.e., installed) mechanisms, and the result of the
intersection is listed in the AUTH keyword value for the EHLO
response. default: GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5
http://www.sendmail.org/~ca/email/auth.html
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)