summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--smtpd/smtpd.conf2
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
9smtp max-message-size 3G
10
9# Certificates from Let's Encrypt. 11# Certificates from Let's Encrypt.
10pki mail.topo.tw cert "/etc/mail/ssl/fullchain.cer" 12pki mail.topo.tw cert "/etc/mail/ssl/fullchain.cer"
11pki mail.topo.tw key "/etc/mail/ssl/mail.topo.tw.key" 13pki mail.topo.tw key "/etc/mail/ssl/mail.topo.tw.key"