diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-31 20:14:55 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-31 20:14:55 +0800 |
commit | ac26b5846f69234a170a4c613f8691eafc40fb81 (patch) | |
tree | 804883a8793189c081f3c438c7956839dbce12ab /smtpd/smtpd.conf | |
parent | 2ebea37e03dc1a58c332b118403fbd5a5e32f697 (diff) |
update
Diffstat (limited to 'smtpd/smtpd.conf')
-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 | ||