docker-mailman icon indicating copy to clipboard operation
docker-mailman copied to clipboard

Add TLS options for SMTP

Open wb7 opened this issue 1 year ago • 1 comments

Hello,

I am using docker-mailman in combination to https://github.com/mailcow/mailcow-dockerized - and for signing all outgoing mails with DKIM, mailman has to send them authenticated. For security reasons, I do not allow unencrypted authentication on the server (STARTTLS).

I've added some options to enable TLS or SSL when using exim or postfix as MTA. They all default to the standard values according to the mailman docs.

wb7 avatar Apr 25 '24 22:04 wb7

Thanks for the changes, we'll need to fix the CI, but the changes look good to me!

maxking avatar Apr 29 '24 14:04 maxking