From c946e25aac417bef4eeee8ee6ddc3da232833ed5 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 3 Dec 2024 17:32:40 +0800 Subject: Update --- smtpd/smtpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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" maildir "/home/pham/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