summaryrefslogtreecommitdiff
path: root/mail/gld
diff options
context:
space:
mode:
authorsketch <sketch>2006-02-06 15:59:58 +0000
committersketch <sketch>2006-02-06 15:59:58 +0000
commit14754a0c90f0543e7e1d6a8c8e29f37840688973 (patch)
tree97938dd7a2c79f753a0dfcbd01b2d7870d17bd87 /mail/gld
parenta0bbd43c095ab987443a24304689b276c9fd79af (diff)
downloadpkgsrc-14754a0c90f0543e7e1d6a8c8e29f37840688973.tar.gz
The previous postfix configuration wasn't valid syntax, and broke relaying
from $mynetworks. Supply an example which works.
Diffstat (limited to 'mail/gld')
-rw-r--r--mail/gld/MESSAGE7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/gld/MESSAGE b/mail/gld/MESSAGE
index 24860ea33f2..b23c72a3948 100644
--- a/mail/gld/MESSAGE
+++ b/mail/gld/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2005/04/13 17:30:28 salo Exp $
+$NetBSD: MESSAGE,v 1.5 2006/02/06 15:59:58 sketch Exp $
To configure gld, the following steps should be completed:
@@ -12,10 +12,9 @@ Modify "PASSWORD" with your desired password.
Now edit your postfix's main.cf configuration file, and add the following
line:
- smtpd_recipient_restrictions = \
- check_policy_service inet:127.0.0.1:2525,
+ smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination,
- permit_mynetworks
+ check_policy_service inet:127.0.0.1:2525
Start gld via ${RCD_SCRIPTS_DIR}/gld start