diff options
Diffstat (limited to 'smtpd/smtpd.conf')
-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" |