summaryrefslogtreecommitdiffhomepage
path: root/smtpd
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/smtpd.conf6
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
9smtp max-message-size 3G 9smtp max-message-size 3G
10 10
11# Certificates from Let's Encrypt. 11# Certificates from ACME.sh
12pki mail.topo.tw cert "/etc/mail/ssl/fullchain.cer" 12pki mail.topo.tw cert "/home/pham/.acme.sh/mail.topo.tw_ecc/mail.topo.tw.cer"
13pki mail.topo.tw key "/etc/mail/ssl/mail.topo.tw.key" 13pki 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