diff options
Diffstat (limited to 'smtpd')
-rw-r--r-- | smtpd/smtpd.conf | 3 |
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 | |||
30 | listen on enp1s0 inet4 hostname "mail.topo.tw" port 587 tls-require mask-src pki mail.topo.tw auth-optional <passwd> filter "dkim" | 30 | listen 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 |
33 | action "me" maildir "/home/pham/Maildir" virtual { "@" = "pham" } | 33 | #action "me" maildir "/home/pham/Maildir" virtual { "@" = "pham" } |
34 | action "me" lmtp "/var/run/dovecot/lmtp" virtual { "@" = "pham" } | ||
34 | match from any for domain "topo.tw" action "me" | 35 | match from any for domain "topo.tw" action "me" |
35 | match from local for local action "me" | 36 | match from local for local action "me" |
36 | 37 | ||