summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-13 00:11:24 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-13 00:11:24 +0800
commite29c1f2d1f046a67dc61a100210b47a95963a746 (patch)
tree99ed07d507d09354645e1d77546f9973b407dfef
parentc7cb1c961d73cf2f4d9ef82f98fe65f13bd4e4c1 (diff)
mail: set HELO name
-rw-r--r--smtpd/smtpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtpd/smtpd.conf b/smtpd/smtpd.conf
index fdb7d87..a093ddf 100644
--- a/smtpd/smtpd.conf
+++ b/smtpd/smtpd.conf
@@ -38,7 +38,7 @@ match from any for domain "topo.tw" action "me"
38match from local for local action "me" 38match from local for local action "me"
39 39
40# Allow outgoing emails: authenticated connection only 40# Allow outgoing emails: authenticated connection only
41action "relay" relay 41action "relay" relay helo mail.topo.tw
42#match from local for any action "relay" 42#match from local for any action "relay"
43match auth ! from local for any action "relay" 43match auth ! from local for any action "relay"
44match from local for any action "relay" 44match from local for any action "relay"