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