diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-13 00:11:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-13 00:11:24 +0800 |
commit | e29c1f2d1f046a67dc61a100210b47a95963a746 (patch) | |
tree | 99ed07d507d09354645e1d77546f9973b407dfef | |
parent | c7cb1c961d73cf2f4d9ef82f98fe65f13bd4e4c1 (diff) |
mail: set HELO name
-rw-r--r-- | smtpd/smtpd.conf | 2 |
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" | |||
38 | match from local for local action "me" | 38 | match from local for local action "me" |
39 | 39 | ||
40 | # Allow outgoing emails: authenticated connection only | 40 | # Allow outgoing emails: authenticated connection only |
41 | action "relay" relay | 41 | action "relay" relay helo mail.topo.tw |
42 | #match from local for any action "relay" | 42 | #match from local for any action "relay" |
43 | match auth ! from local for any action "relay" | 43 | match auth ! from local for any action "relay" |
44 | match from local for any action "relay" | 44 | match from local for any action "relay" |