diff options
Diffstat (limited to 'smtpd/smtpd.conf')
-rw-r--r-- | smtpd/smtpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smtpd/smtpd.conf b/smtpd/smtpd.conf index ae2b416..fdb7d87 100644 --- a/smtpd/smtpd.conf +++ b/smtpd/smtpd.conf | |||
@@ -6,6 +6,8 @@ | |||
6 | # TIPS: Add a new/group vamil for processing dirty stuffs: | 6 | # TIPS: Add a new/group vamil for processing dirty stuffs: |
7 | # useradd -m -c "Virtual Mail" -d /var/vmail -s /sbin/nologin vmail | 7 | # useradd -m -c "Virtual Mail" -d /var/vmail -s /sbin/nologin vmail |
8 | 8 | ||
9 | smtp max-message-size 3G | ||
10 | |||
9 | # Certificates from Let's Encrypt. | 11 | # Certificates from Let's Encrypt. |
10 | pki mail.topo.tw cert "/etc/mail/ssl/fullchain.cer" | 12 | pki mail.topo.tw cert "/etc/mail/ssl/fullchain.cer" |
11 | pki mail.topo.tw key "/etc/mail/ssl/mail.topo.tw.key" | 13 | pki mail.topo.tw key "/etc/mail/ssl/mail.topo.tw.key" |