From owner-freebsd-isp@FreeBSD.ORG Wed May 10 03:15:37 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 AAEB216A403 for ; Wed, 10 May 2006 03:15:37 +0000 (UTC) (envelope-from ernie@puremail.eis.net.au) Received: from puremail.eis.net.au (puremail.eis.net.au [203.12.171.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F27743D45 for ; Wed, 10 May 2006 03:15:36 +0000 (GMT) (envelope-from ernie@puremail.eis.net.au) Received: (from ernie@localhost) by puremail.eis.net.au (8.13.4/8.13.4) id k4A3Hawi019632 for freebsd-isp@freebsd.org; Wed, 10 May 2006 13:17:36 +1000 (EST) (envelope-from ernie) From: User Ernie Message-Id: <200605100317.k4A3Hawi019632@puremail.eis.net.au> To: freebsd-isp@freebsd.org Date: Wed, 10 May 2006 13:17:36 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL122g (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Subject: 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: Wed, 10 May 2006 03:15:37 -0000 I am trying to work out a roaming solution for clients with notebooks that 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 fine except more and more the clients are finding that outbound port 25 in the hotels they stay at is blocked. I was trying to come up with a way to get sendmail to listen on two ports at once the normal port 25 and a port number above 1024 for the roaming users. Anyone have an idea how to achive that or another roaming suggestion to bypass the hotel blocks? - Ernie.