diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-03 17:32:40 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-03 17:32:40 +0800 |
commit | c946e25aac417bef4eeee8ee6ddc3da232833ed5 (patch) | |
tree | efc136a11a0562b1315b0f231e8cf72637800208 /smtpd | |
parent | ecfc1fb5cbe7907ee94f862aecd3d736f5c19e97 (diff) |
Update
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 | ||