summaryrefslogtreecommitdiffhomepage
path: root/smtpd/smtpd.conf
diff options
context:
space:
mode:
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