summaryrefslogtreecommitdiffhomepage
path: root/smtpd/smtpd.conf
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-03 17:32:40 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-03 17:32:40 +0800
commitc946e25aac417bef4eeee8ee6ddc3da232833ed5 (patch)
treeefc136a11a0562b1315b0f231e8cf72637800208 /smtpd/smtpd.conf
parentecfc1fb5cbe7907ee94f862aecd3d736f5c19e97 (diff)
Update
Diffstat (limited to 'smtpd/smtpd.conf')
-rw-r--r--smtpd/smtpd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/smtpd/smtpd.conf b/smtpd/smtpd.conf
index e8a5042..ae2b416 100644
--- a/smtpd/smtpd.conf
+++ b/smtpd/smtpd.conf
@@ -30,7 +30,8 @@ listen on enp1s0 inet4 hostname "mail.topo.tw" port 25 tls pki mail.topo.tw filt
30listen on enp1s0 inet4 hostname "mail.topo.tw" port 587 tls-require mask-src pki mail.topo.tw auth-optional <passwd> filter "dkim" 30listen on enp1s0 inet4 hostname "mail.topo.tw" port 587 tls-require mask-src pki mail.topo.tw auth-optional <passwd> filter "dkim"
31 31
32# Allow delivery from local or domain-owned-by-me 32# Allow delivery from local or domain-owned-by-me
33action "me" maildir "/home/pham/Maildir" virtual { "@" = "pham" } 33#action "me" maildir "/home/pham/Maildir" virtual { "@" = "pham" }
34action "me" lmtp "/var/run/dovecot/lmtp" virtual { "@" = "pham" }
34match from any for domain "topo.tw" action "me" 35match from any for domain "topo.tw" action "me"
35match from local for local action "me" 36match from local for local action "me"
36 37