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