From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 02:31:17 2004 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 DE75B16A4CE for ; Sun, 6 Jun 2004 02:31:17 -0700 (PDT) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC14243D1F for ; Sun, 6 Jun 2004 02:31:17 -0700 (PDT) (envelope-from kellers@njit.edu) Received: from [10.0.1.7] (ool-4353d5dd.dyn.optonline.net [67.83.213.221]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0HYV006H6RRVAD@mta3.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 06 Jun 2004 05:31:07 -0400 (EDT) Date: Sun, 06 Jun 2004 05:31:07 -0400 From: T Kellers In-reply-to: To: freebsd-questions@freebsd.org Message-id: <200406060531.09299.kellers@njit.edu> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.6.2 References: cc: Scott Kupferschmidt cc: Gerard Seibert Subject: Re: Changing SendMail Port Number 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: Sun, 06 Jun 2004 09:31:18 -0000 On Saturday 05 June 2004 08:32 pm, Scott Kupferschmidt wrote: > The only problem with listening on port 24 is no one is going to be able > to send mail to you, as smtp listens on port 25. > > Sincerely, > > Scott Kupferschmidt > ISPrime, Inc. > 866.502.4678 ext. 3 > AIM: Scott ISPrime - ICQ: 174337249 > > On Sat, 5 Jun 2004, Doug Hardie wrote: > > On Jun 5, 2004, at 16:49, Gerard Seibert wrote: > > > This is probably a stupid question, but how do I change the SMTP port > > > number that SendMail listens in on? I want to change it to something > > > else, like perhaps 24. My ISP is blocking 25 and I want to get around > > > that problem. > > > > I use the following in the mc file: > > > > DAEMON_OPTIONS(`Port=25, Name=MTA')dnl > > DAEMON_OPTIONS(`Port=26, Name=MTA')dnl > > > > > > It responds to both ports 25 and 26. > > http://www.dyndns.org/ Check the MailHop Relay Product. For a fee (about $30/year) they provide an service that will handle your MX records and forward them to your server on your own selected port. I use port 24 and it works like a charm. Tim Kellers CPE/NJIT