From owner-freebsd-ports@FreeBSD.ORG Tue Sep 9 18:26:20 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E900D16A4BF for ; Tue, 9 Sep 2003 18:26:20 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0297043FD7 for ; Tue, 9 Sep 2003 18:26:20 -0700 (PDT) (envelope-from hetzelsw@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h8A1QG2a035347; Tue, 9 Sep 2003 20:26:16 -0500 (CDT) (envelope-from hetzelsw@westbend.net) Message-ID: <06b301c3773a$88aa8170$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Hay, Russell" , References: <6D6F0541E2B1D411A75B0002A513016D0ECC504E@wacorpml03.wwireless.com> Date: Tue, 9 Sep 2003 20:26:17 -0500 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 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.6 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT_OE version=2.43 Subject: Re: submitting a port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 01:26:21 -0000 From: "Hay, Russell" > I'm trying to submit a new port using send-pr, but my ISP doesn't give > reverse DNS for my IPs, and Postfix on freebsd.org will not allow mail > unless it can do a reverse DNS look up on the IP. Is there another way to > submit the PR to get a port added to the ports collection? Or someway > around the IP address issue? > setup your mail server to send all of your mail thru your ISPs mail servers by defining the following in your *.mc file: define(`SMART_HOST', `your.isp.mail.server') Scot