From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 09:28:52 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 3396116A4CE for ; Sun, 6 Jun 2004 09:28:52 -0700 (PDT) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE44743D2D for ; Sun, 6 Jun 2004 09:28:51 -0700 (PDT) (envelope-from bc979@lafn.org) Received: from [10.0.1.90] (host-66-81-18-41.rev.o1.com [66.81.18.41]) (authenticated bits=0) by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i56GSaEp061620 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 6 Jun 2004 09:28:39 -0700 (PDT) (envelope-from bc979@lafn.org) In-Reply-To: <200406060035.I560Z6YT021142@asarian-host.net> References: <200406060035.I560Z6YT021142@asarian-host.net> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8EBE6C4E-B7D6-11D8-97A5-000393681B06@lafn.org> Content-Transfer-Encoding: 7bit From: Doug Hardie Date: Sun, 6 Jun 2004 09:28:35 -0700 To: Mark X-Mailer: Apple Mail (2.618) X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j cc: Gerard Seibert cc: freebsd-questions 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 16:28:52 -0000 On Jun 5, 2004, at 17:35, Mark wrote: > 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. > > And how will clients (the world) find you then, on port 24? > > Besides, are you sure your ISP blocks *incoming* port 25? That is > somewhat > unusual; *outgoing* 25, yes (for dialup users), but incoming? > Regardless, > same difference: you can start sending on port 24, but since the world > is > listening on port 25, that will do you little good. There are ISPs out there that block port 25 to any destination other than their mail server. If you are connected to one of them there is no way to access your ISP's mail server. Thats why we provide support for both ports 25 and 26. I have never seen port 26 blocked. Almost all mail clients provide the ability to change the port it uses. We provide instructions to our users on how to make that change if they need it sl that they can send mail through our server. We do require the use of SMTP-AUTH to avoid an open relay. Blocking port 25 is an attempt to prevent the use of open relays.