Need to bring this up again. Django now sends with STARTTLS, but mailman itself, does still only drop mails in cleartext. Dec 6 11:47:33 al01 postfix/lmtp[7598]: A6422600510: to=<remote-party@remote>, relay=127.0.0.1[127.0.0.1]:8024, delay=0.01, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (250 Ok) Dec 6 11:47:33 al01 postfix/qmgr[29156]: A6422600510: removed Dec 6 11:47:35 al01 postfix/smtpd[8092]: disconnect from localhost[::1] ehlo=1 mail=2 rcpt=2 data=2 commands=7
No starttls=1 at all :(
Does the above settings work for anyone?
etc/mailman3/mailman.cfg [mta] incoming: mailman.mta.postfix.LMTP outgoing: mailman.mta.deliver.deliver
smtp_host: localhost smtp_port: 25 smtp_user: smtp_pass: smtp_verify_hostname: false smtp_verify_cert: false smtp_secure_mode: starttls
Am Mi., 10. Nov. 2021 um 09:46 Uhr schrieb Stephen J. Turnbull < stephenjturnbull@gmail.com>:
Stefan Bauer writes:
thank you for your time. Thats it :) Works now.
Love to hear it!
Steve