~hloeung/content-cache-charm:mx

Last commit made on 2022-03-03
Get this branch:
git clone -b mx https://git.launchpad.net/~hloeung/content-cache-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:
mx
Repository:
lp:~hloeung/content-cache-charm

Recent commits

351ebe7... by Haw Loeung

Add support for running as MX by allowing transport and virtual alias maps

3e81ffa... by Haw Loeung

Added support for running on Impish since that's also what's used to build

9aab85e... by Haw Loeung

Added support for building charm with charmcraft pack

8494ad5... by Haw Loeung

files/fgrepmail-logs.py: lint fixes

0eb932a... by Haw Loeung

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

Reviewed-on: https://code.launchpad.net/~hloeung/smtp-relay-charm/+git/smtp-relay-charm/+merge/414927
Reviewed-by: Joel Sing <email address hidden>
Reviewed-by: Loïc Gomez <email address hidden>
Reviewed-by: Colin Misare <email address hidden>

5104831... by Haw Loeung

Default protocols includes TLSv1 and TLSv1.1 for better interoperability

Also allow unsetting tls config options.

f714770... by Haw Loeung

files/fgrepmail-logs.py: Fix searching logs by date

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

8187a7f... by Haw Loeung

files/fgrepmail-logs.py: Fix searching logs by date

systemd logrotate.timer runs at 00:00 UTC so log files contains
entries for the previous day. e.g /var/log/mail.log-20220208.gz
contains log lines for 2022-02-07 and /var/log/mail.log-20220120.gz
contains log lines for 2022-01-19.

b5af746... by Haw Loeung

files/fgrepmail-logs.py: Add support for glob filename matches; fixed if no search logs return nothing

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

f5b50c6... by Haw Loeung

files/fgrepmail-logs.py: Add support for glob filename matches; fixed if no search logs return nothing