~hloeung/smtp-relay-charm:tls

Last commit made on 2022-02-09
Get this branch:
git clone -b tls https://git.launchpad.net/~hloeung/smtp-relay-charm
Only Haw Loeung can upload to this branch. If you are Haw Loeung please log in for upload directions.

Branch merges

Branch information

Name:
tls
Repository:
lp:~hloeung/smtp-relay-charm

Recent commits

5104831... by Haw Loeung

Default protocols includes TLSv1 and TLSv1.1 for better interoperability

Also allow unsetting tls config options.

f941eba... by Haw Loeung

Only allow overriding TLS settings for clients to smtpd

For greater interoperability, we only allow overriding TLS settings
for clients or incoming connections to smtpd. This improves delivery
especially with mail to ancient MTAs/SMTP servers that don't support
TLS1.1 and newer or specific ciphers.

ea6bbf9... by Haw Loeung

With smtpd_tls_security_level=encrypt, it uses the smtpd_tls_mandatory_* settings

86863b4... by Haw Loeung

Apply TLS settings to other instances/personalities of Postfix - smtp, smtps, and submission

250ddac... by Haw Loeung

Allow overriding TLS protocol, as well as ciphers and security level - LP:1950116

cee65eb... by Haw Loeung

Initial charm setting up an SMTP relay

Reviewed-on: https://code.launchpad.net/~hloeung/smtp-relay-charm/+git/smtp-relay-charm/+merge/403770
Reviewed-by: Tom Haddon <email address hidden>

573ed34... by Haw Loeung

Fix based on review

25629f0... by Haw Loeung

Cleanup crap from editor

5435b41... by Haw Loeung

Fixed based on review adding docstring explaining _write_file() returning True on changes written

cd9a7f5... by Haw Loeung

Fixed per review renaming logrotate() as it's not actually rotating logs