From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 06:56:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEE116A4CE for ; Wed, 26 Nov 2003 06:56:21 -0800 (PST) Received: from hotmail.com (sea1-dav71.sea1.hotmail.com [207.68.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E12943FDF for ; Wed, 26 Nov 2003 06:56:20 -0800 (PST) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 26 Nov 2003 06:56:20 -0800 Received: from 209.187.233.158 by sea1-dav71.sea1.hotmail.com with DAV; Wed, 26 Nov 2003 14:56:19 +0000 X-Originating-IP: [209.187.233.158] X-Originating-Email: [kenzo_chin@hotmail.com] From: "Kenzo" To: References: <001401c3b3d2$0a897330$0200a8c0@satellite> Date: Wed, 26 Nov 2003 08:56:18 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 26 Nov 2003 14:56:20.0195 (UTC) FILETIME=[73918330:01C3B42D] Subject: Re: postfix restrictions error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:56:21 -0000 Do you have this line in your main.cf file. mynetworks = allowednetwork/mask, another/mask, ----- Original Message ----- From: "dave" To: Sent: Tuesday, November 25, 2003 9:59 PM Subject: postfix restrictions error > Hello, > I'm trying to implement the below restrictions on my postfix 2.0.16 > system. I am getting the error: > "Missing '=' after attribute 'permit_mynetworks'" on a line number > I copied these verbatum from a site, i do not understand what is up. > Thanks for any help, it's probably just the late hour. > Thanks a lot. > Dave. > > # uce values > strict_rfc821_envelopes = yes > smtpd_etrn_restrictions = permit_mynetworks > smtpd_helo_required = yes > smtpd_helo_restrictions = > permit_mynetworks, > reject_unauth_pipelining, > reject_invalid_hostname > reject_maps_rbl > maps_rbl_domains = > sbl.spamhaus.org, > relays.ordb.org, > opm.blitzed.org, > dun.dnsrbl.net, > spam.dnsrbl.net > smtpd_sender_restrictions = > reject_non_fqdn_sender, > reject_unknown_sender_domain > smtpd_recipient_restrictions = > permit_mynetworks, > reject_unauth_destination, > reject_non_fqdn_recipient > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >