pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/gld The previous postfix configuration wasn't val...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03b9a641f787
branches:  trunk
changeset: 507674:03b9a641f787
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Feb 06 15:59:58 2006 +0000

description:
The previous postfix configuration wasn't valid syntax, and broke relaying
from $mynetworks.  Supply an example which works.

diffstat:

 mail/gld/MESSAGE |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 65bb9d18f4ec -r 03b9a641f787 mail/gld/MESSAGE
--- a/mail/gld/MESSAGE  Mon Feb 06 15:55:58 2006 +0000
+++ b/mail/gld/MESSAGE  Mon Feb 06 15:59:58 2006 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index