From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 23:22:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3D21316A420 for ; Thu, 21 Jul 2005 23:22:35 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F96143D8A for ; Thu, 21 Jul 2005 23:22:31 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j6LNMQra008109 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Thu, 21 Jul 2005 16:22:27 -0700 Message-Id: <6.1.0.6.2.20050721161515.1465ab90@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Thu, 21 Jul 2005 16:18:32 -0700 To: gerard-seibert@suscom.net, freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <20050721170036.090F.GERARD-SEIBERT@suscom.net> References: <20050721170036.090F.GERARD-SEIBERT@suscom.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Changing Ports in SendMail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 23:22:35 -0000 At 02:05 PM 7/21/2005, Gerard Seibert wrote: >I need to change the ports that SendMail uses by default - port 25. > >I inserted this into the .mc file. > >DAEMON_OPTIONS(`Port=2525, Name=MTA') > >I then did the `make all install restart' thing. > >SendMail now listens on port 2525 correctly. How do I go about changing >the port that SendMail actually transmits on? I need to alter that also. >I cannot seem to locate any information on how to accomplist that. I don't think sendmail has an option that would allow the source port to be changed. Typically, the source port is chosen by the OS when the TCP session is first established. Why would you need to change the source port in the first place? -Glenn >-- >Gerard E. Seibert >gerard-seibert@suscom.net