diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-12 17:07:28 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-12 17:07:28 +0800 |
commit | c5348c9d33f8ef3c6441542a486829b44321659e (patch) | |
tree | 8d15b833f1bd4e972b9d33cb1551e3ae157f1790 | |
parent | 51265f08cb9b19ebb01375d05057fdbc338b6355 (diff) |
mail: max size -> 3G
-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" |