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 1JQq3V-0003Ah-Lv for garchives@archives.gentoo.org; Sun, 17 Feb 2008 20:24:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0D2BE0785; Sun, 17 Feb 2008 20:24:07 +0000 (UTC) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 716AFE0785 for ; Sun, 17 Feb 2008 20:24:07 +0000 (UTC) Received: by wa-out-1112.google.com with SMTP id k34so2651210wah.10 for ; Sun, 17 Feb 2008 12:24:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=APsuGJmLeO0ltl94Ld+TtgULw2uPUSN4X+YufZesbiw=; b=h530uiiLVwf5hQjQ5lx6bnM5x5Gtm9BrHtZMedADmCyxqk7eh7BezfK4SpQU7FBH//TRuOvKYUb1Wl/AGvhMpCkdToIjpNzeTfClW9S120WTx5qpXCCRZAeqtWtQasoTfxQjgbi9D6etDYXnoonF9ColDmompwly5izU3en1ksM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ppgsYdaTPC1IdTQV/yeABHED1K4ftvKrn4/7ELmC+osaemjv5IxJXeTGs3AkZgkWzKbyjAZknbC2UOzq70SrTWjjs7rAXUqSKlS4fcc56MufnErDWv75C6WzPKNP8+2+xCzumS+bu0WnSMMuOwn7pAz7SMKjWYxVtXEahSNxens= Received: by 10.115.58.1 with SMTP id l1mr1426757wak.110.1203279846186; Sun, 17 Feb 2008 12:24:06 -0800 (PST) Received: by 10.115.110.15 with HTTP; Sun, 17 Feb 2008 12:24:06 -0800 (PST) Message-ID: <49bf44f10802171224w694b8ed5g2bb060721c61bb06@mail.gmail.com> Date: Sun, 17 Feb 2008 12:24:06 -0800 From: Grant To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] SSL CUPS and SMTP on port 587 In-Reply-To: <47B8904F.4020900@badapple.net> 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 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10802170718u638cac2coafe0cab260e14d7@mail.gmail.com> <20080217172209.GA7540@princeton.edu> <49bf44f10802170928u46285df1x19dfbe42554f6118@mail.gmail.com> <47B8904F.4020900@badapple.net> X-Archives-Salt: 09fd74a1-74b2-45f2-918c-ad187577c1eb X-Archives-Hash: 381356ca90c7763c745c59fbe2fbc5c4 > >>> 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 I uncommented the above line and added the following to main.cf: smtpd_tls_security_level = may as instructed here: http://www.postfix.org/TLS_README.html#server_enable and restarted postfix, but I still can't send. In claws-mail, I tried specifying 587 and I'm specifying Use SSL for SSMTP. I'm guessing TLS isn't set up properly? - Grant -- gentoo-user@lists.gentoo.org mailing list