From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Raqoo-0001Nw-A7 for garchives@archives.gentoo.org; Wed, 14 Dec 2011 15:32:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A074B21C171; Wed, 14 Dec 2011 15:32:13 +0000 (UTC) Received: from homiemail-a81.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 1545A21C149 for ; Wed, 14 Dec 2011 15:31:14 +0000 (UTC) Received: from homiemail-a81.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a81.g.dreamhost.com (Postfix) with ESMTP id 831EEA806F for ; Wed, 14 Dec 2011 07:31:13 -0800 (PST) Received: from [127.0.0.1] (smtp.media-brokers.com [70.43.81.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a81.g.dreamhost.com (Postfix) with ESMTPSA id D62AFA8095 for ; Wed, 14 Dec 2011 07:30:05 -0800 (PST) Message-ID: <4EE8C0C7.7080900@libertytrek.org> Date: Wed, 14 Dec 2011 10:29:11 -0500 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 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] Need help getting portage to email me emerge logs using ssmtp... References: <2921248.979.1323816172120.JavaMail.geo-discussion-forums@vbmq3> <4EE88BDC.7050902@libertytrek.org> <4EE890F8.5090203@libertytrek.org> <4EE895D1.4090903@libertytrek.org> <4EE89DED.1090303@libertytrek.org> <4EE89F18.6010106@libertytrek.org> In-Reply-To: <4EE89F18.6010106@libertytrek.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: eff5896e-d32d-4013-9a8c-e1941e88935a X-Archives-Hash: a68904cb5bb50900c726e23a24966516 On 2011-12-14 8:05 AM, Tanstaafl wrote: > On 2011-12-14 8:00 AM, Tanstaafl wrote: >> So... does nullmailer even support STARTTLS? > > Crap, apparently not... > > http://untroubled.org/nullmailer/TODO > > back to square one... Ok, found msmtp, which does support STARTTLS, and still can't get this working... I really hope I don't have to resort to installing postfix just to get simple outbound mail running... I've removed nullmailer (had to manually kill the still running process and delete the /etc/nullmailer dir for it too), and installed and configged msmtp, and it is still not working... I also did reset PORTAGE_ELOG_MAILURI= to default (commented it out). li66-207 ~ # msmtp --serverinfo SMTP server at smtp.myserver.com (smtp.myserver.com [70.43.81.99]), port 587: smtp.myserver.com ESMTP Postfix Capabilities: SIZE 30720000: Maximum message size is 30720000 bytes = 29.30 MiB PIPELINING: Support for command grouping for faster transmission ETRN: Support for RMQS (Remote Message Queue Starting) DSN: Support for Delivery Status Notifications STARTTLS: Support for TLS encryption via the STARTTLS command This server might advertise more or other capabilities when TLS is active. li66-207 ~ # So, it is talking successfully to my relayhost here in the office, but I'm still getting this ordinary error: !!! A network error occurred while trying to send logmail: [Errno 111] Connection refused Sure you configured PORTAGE_ELOG_MAILURI correctly? and NOTHING in/var/log/messages... Hope someone has an idea...