From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 17:32: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 D593516A4CE for ; Sat, 5 Jun 2004 17:32:17 -0700 (PDT) Received: from lexus.isprime.com (lexus.isprime.com [66.230.130.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7911043D1D for ; Sat, 5 Jun 2004 17:32:17 -0700 (PDT) (envelope-from sk@isprime.com) Received: by lexus.isprime.com (Postfix, from userid 1010) id DB7BF39E652; Sat, 5 Jun 2004 20:32:16 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by lexus.isprime.com (Postfix) with ESMTP id D83C039E272; Sat, 5 Jun 2004 20:32:16 -0400 (EDT) Date: Sat, 5 Jun 2004 20:32:16 -0400 (EDT) From: Scott Kupferschmidt To: Doug Hardie In-Reply-To: <56951622-B74F-11D8-97A5-000393681B06@lafn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 00:32:17 -0000 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. > > _______________________________________________ > 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" >