diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-06-06 23:27:30 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-06-06 23:27:30 +0800 |
commit | bdb0db706e579736137beb545f8588153e7eee31 (patch) | |
tree | 3b33b3e29fbf8d1b988001bac72ba476dd56d650 /smtpd | |
parent | d225fa945d771048ba139ecaa8a8280026b67161 (diff) |
Update
Diffstat (limited to 'smtpd')
-rw-r--r-- | smtpd/smtpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/smtpd/smtpd.conf b/smtpd/smtpd.conf index 52c2b56..321aee6 100644 --- a/smtpd/smtpd.conf +++ b/smtpd/smtpd.conf | |||
@@ -8,9 +8,9 @@ | |||
8 | 8 | ||
9 | smtp max-message-size 3G | 9 | smtp max-message-size 3G |
10 | 10 | ||
11 | # Certificates from Let's Encrypt. | 11 | # Certificates from ACME.sh |
12 | pki mail.topo.tw cert "/etc/mail/ssl/fullchain.cer" | 12 | pki mail.topo.tw cert "/home/pham/.acme.sh/mail.topo.tw_ecc/mail.topo.tw.cer" |
13 | pki mail.topo.tw key "/etc/mail/ssl/mail.topo.tw.key" | 13 | pki mail.topo.tw key "/home/pham/.acme.sh/mail.topo.tw_ecc/mail.topo.tw.key" |
14 | 14 | ||
15 | # DKIM, command: | 15 | # DKIM, command: |
16 | # sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --force git+https://github.com/palant/opensmtpd-filters.git | 16 | # sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --force git+https://github.com/palant/opensmtpd-filters.git |