From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 17:10:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DB8810656A6 for ; Fri, 24 Oct 2008 17:10:15 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 65E948FC2A for ; Fri, 24 Oct 2008 17:10:14 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 20112 invoked from network); 24 Oct 2008 17:10:11 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.189.166) by smtp.mel.people.net.au with SMTP; 24 Oct 2008 17:10:11 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id C91DD17084; Sat, 25 Oct 2008 04:10:09 +1100 (EST) Date: Sat, 25 Oct 2008 04:10:09 +1100 From: andrew clarke To: Kevin Kinsey Message-ID: <20081024171009.GA21134@ozzmosis.com> References: <20081024155039.GA3285@ezekiel.daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081024155039.GA3285@ezekiel.daleco.biz> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: MTA on non-standard port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2008 17:10:15 -0000 On Fri 2008-10-24 10:50:39 UTC-0500, Kevin Kinsey (kdk@daleco.biz) wrote: > For various reasons, I find myself in need of an MTA accepting > submission on a port other than 587 (or 25). >From what I can tell Postfix can be configured to listen on any unused port (or multiple thereof) by editing /usr/local/etc/postfix/master.cf as per the FAQ, then running /usr/local/etc/rc.d/postfix reload.