diff options
author | xtraeme <xtraeme> | 2004-11-25 17:22:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-11-25 17:22:31 +0000 |
commit | d94cc9aad088565f98ab8dae291ae72d35366aa4 (patch) | |
tree | 96d9022f6dc7d0f0c80fcb5b7a6ccbf8f4bccc3d /mail | |
parent | 65d84b3a6015492da3e13906168f39f525a07156 (diff) | |
download | pkgsrc-d94cc9aad088565f98ab8dae291ae72d35366aa4.tar.gz |
Add permit_mynetworks to smtpd_recipient_restrictions.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gld/MESSAGE | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/gld/MESSAGE b/mail/gld/MESSAGE index dee61b85818..22850c2148c 100644 --- a/mail/gld/MESSAGE +++ b/mail/gld/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/11/25 05:55:55 xtraeme Exp $ +$NetBSD: MESSAGE,v 1.3 2004/11/25 17:22:31 xtraeme Exp $ To configure gld, the following steps should be completed: @@ -14,7 +14,8 @@ line: smtpd_recipient_restrictions = \ check_policy_service inet:127.0.0.1:2525, - reject_unauth_destination + reject_unauth_destination, + permit_mynetworks Start gld via ${RCD_SCRIPTS_DIR}/gld start |