summaryrefslogtreecommitdiffhomepage
path: root/smtpd/smtpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/smtpd.conf')
-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"