diff options
author | sketch <sketch@pkgsrc.org> | 2006-02-06 15:59:58 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2006-02-06 15:59:58 +0000 |
commit | 876a4b9db9c2f36dc96e3ed4111eb2c971a67a26 (patch) | |
tree | 97938dd7a2c79f753a0dfcbd01b2d7870d17bd87 /mail/gld | |
parent | ca78bc541ddeaa3ccfff3c7eccf0f0db15a0e5ab (diff) | |
download | pkgsrc-876a4b9db9c2f36dc96e3ed4111eb2c971a67a26.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/MESSAGE | 7 |
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 |