From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JQpYE-0000Ln-9o for garchives@archives.gentoo.org; Sun, 17 Feb 2008 19:51:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 182E4E04EC; Sun, 17 Feb 2008 19:51:48 +0000 (UTC) Received: from www01.badapple.net (www01.badapple.net [64.79.219.163]) by pigeon.gentoo.org (Postfix) with ESMTP id EF56EE04EC for ; Sun, 17 Feb 2008 19:51:47 +0000 (UTC) Received: from [192.168.1.102] (adsl-68-255-25-30.dsl.emhril.ameritech.net [68.255.25.30]) (Authenticated sender: ramin@badapple.net) by www01.badapple.net (Postfix) with ESMTP id A669D150007 for ; Sun, 17 Feb 2008 11:51:46 -0800 (PST) Message-ID: <47B8904F.4020900@badapple.net> Date: Sun, 17 Feb 2008 11:51:43 -0800 From: kashani User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] SSL CUPS and SMTP on port 587 References: <49bf44f10802170718u638cac2coafe0cab260e14d7@mail.gmail.com> <20080217172209.GA7540@princeton.edu> <49bf44f10802170928u46285df1x19dfbe42554f6118@mail.gmail.com> In-Reply-To: <49bf44f10802170928u46285df1x19dfbe42554f6118@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 324306cf-c125-43a6-a82c-c3d43ddd87a2 X-Archives-Hash: 9c7fee3d13172606b03170b3c03a14bf Grant wrote: >>> My ISP (Cox) blocks outgoing port 25 so I can't submit mail to my >>> remote mail server. From what I understand, port 587 is commonly used >>> to get around this. Can I have postfix listen on port 25 and port >>> 587? Has anyone set that up? >> I do it slightly differently: I leave an SSH connection from my box to >> the mail server, which maps some local port to port 25 on the mail >> server, and send all my mail to the local port. > > Yeah I think I'll do that if port 587 doesn't work out. From what I > understand, using 587 in this way is somewhat of a standard? In your master.cf uncomment the following lines and then restart Postfix. It should just work if you already have TLS setup. smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes kashani -- gentoo-user@lists.gentoo.org mailing list