From ac26b5846f69234a170a4c613f8691eafc40fb81 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 31 Dec 2024 20:14:55 +0800 Subject: update --- smtpd/smtpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smtpd') 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 listen on enp1s0 inet4 hostname "mail.topo.tw" port 587 tls-require mask-src pki mail.topo.tw auth-optional filter "dkim" # Allow delivery from local or domain-owned-by-me -#action "me" maildir "/home/pham/Maildir" virtual { "@" = "pham" } -action "me" lmtp "/var/run/dovecot/lmtp" virtual { "@" = "pham" } +action "me" maildir virtual { "@" = "pham" } +#action "me" lmtp "/var/run/dovecot/lmtp" virtual { "@" = "pham" } match from any for domain "topo.tw" action "me" match from local for local action "me" -- cgit v1.2.3-70-g09d2