summaryrefslogtreecommitdiffhomepage
path: root/smtpd/smtpd.conf
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-12 17:07:28 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-12 17:07:28 +0800
commitc5348c9d33f8ef3c6441542a486829b44321659e (patch)
tree8d15b833f1bd4e972b9d33cb1551e3ae157f1790 /smtpd/smtpd.conf
parent51265f08cb9b19ebb01375d05057fdbc338b6355 (diff)
mail: max size -> 3G
Diffstat (limited to 'smtpd/smtpd.conf')
-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"