From owner-freebsd-isp@FreeBSD.ORG Thu May 11 18:46:41 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D9216A442 for ; Thu, 11 May 2006 18:46:41 +0000 (UTC) (envelope-from cmchugh@captel.com) Received: from merak.captel.com (merak.captel.com [64.72.111.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1887F43ED0 for ; Thu, 11 May 2006 18:41:52 +0000 (GMT) (envelope-from cmchugh@captel.com) Received: from shadowfax.rebelsystems.net (oh-67-77-123-229.sta.sprint-hsd.net [67.77.123.229]) (authenticated bits=0) by merak.captel.com (Sentrion-1.5.1/Sentrion-1.5.1) with ESMTP id k4BIfi4R018110 for ; Thu, 11 May 2006 14:41:46 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 11 May 2006 14:41:34 -0400 Message-ID: Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Can sendmail listen for SMTP on two prots at once? thread-index: AcZz4QOvdxeszXJ+SiedJiNur8fvfQBSQ24g From: "Christopher McHugh" To: "User Ernie" , X-Spam-Score: 0.00% Cc: Subject: RE: Can sendmail listen for SMTP on two prots at once? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 18:46:52 -0000 Have you tried port 587? Excerpt from my Sendmail.cf I have Sendmail listening on both port 25 and 587 on the same IP. Many ISPs, etc do not block this port. Just a thought. # SMTP daemon options O DaemonPortOptions=3DName=3DAuth,Port=3Dsmtp,Address=3Dx.x.x.x,M=3DaES O DaemonPortOptions=3DPort=3D587, Name=3DMSA, M=3DE Christopher C. McHugh Systems Support Engineer Internet Operations Capital Telecommunications Inc. -----Original Message----- From: owner-freebsd-isp@freebsd.org [mailto:owner-freebsd-isp@freebsd.org] On Behalf Of User Ernie Sent: Tuesday, May 09, 2006 23:18 To: freebsd-isp@freebsd.org Subject: Can sendmail listen for SMTP on two prots at once? I am trying to work out a roaming solution for clients with notebooks that =20 don't like webmail and need to send outgoing emails via one of our SMTP servers. At the moment I have a POP befor SMTP solution running which works =20 fine except more and more the clients are finding that outbound port 25 in =20 the hotels they stay at is blocked. I was trying to come up with a way to =20 get sendmail to listen on two ports at once the normal port 25 and a port =20 number above 1024 for the roaming users. =20 Anyone have an idea how to achive that or another roaming suggestion to bypass the hotel blocks? - Ernie. _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"