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 <gentoo-user+bounces-132461-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RavUk-0008OO-RA for garchives@archives.gentoo.org; Wed, 14 Dec 2011 20:32:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8E021C1E0; Wed, 14 Dec 2011 20:31:52 +0000 (UTC) Received: from homiemail-a78.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 72FD621C094 for <gentoo-user@lists.gentoo.org>; Wed, 14 Dec 2011 20:30:36 +0000 (UTC) Received: from homiemail-a78.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a78.g.dreamhost.com (Postfix) with ESMTP id 1B3B515C058 for <gentoo-user@lists.gentoo.org>; Wed, 14 Dec 2011 12:30:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=libertytrek.org; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s= libertytrek.org; b=u6SeAZZ/3gI59rFUplzzqoLRjr9jvTx4vZKuxwaD2xEcL M4Ayn/Mkye7LzG8lwrpaGiNpgjvOgE/mEv56lc1rcJBvg1AitRHmDaeup/gDaYAb 1icFsQmLOv19dQZ7Q37cVCN5hbtGB42dD4v9ipZ+lNLEL3U4TfkrAtKEcc+Pfs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=0gKavhm96foKeM0JqZBs8loFlJg=; b=NsVsVPUTvwZo jR9jKfmfqc9MvC4KqHLwDZ8Cq74l7Bf5v8zu3DqkzeXRyGU9bmzhkyNB+vz7LdV8 Pex6Of4laYE0lLmmwzI6Mqf6NmsA8kXaxuehKjVzfi8Us1eumfC3WFOwX/slRNA0 Wrigkt/VbaOJdsuQSValWi03Eqnpipc= 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-a78.g.dreamhost.com (Postfix) with ESMTPSA id 326D515C071 for <gentoo-user@lists.gentoo.org>; Wed, 14 Dec 2011 12:30:00 -0800 (PST) Message-ID: <4EE90738.7010704@libertytrek.org> Date: Wed, 14 Dec 2011 15:29:44 -0500 From: Tanstaafl <tanstaafl@libertytrek.org> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> 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: <i7Ioy-7Uy-29@gated-at.bofh.it> <2921248.979.1323816172120.JavaMail.geo-discussion-forums@vbmq3> <4EE88BDC.7050902@libertytrek.org> <4EE890F8.5090203@libertytrek.org> <CAA2qdGU8EuzBS9fyO6JfpLqqBBtNnC9==vySkN_yhT=4fMA2eg@mail.gmail.com> <4EE895D1.4090903@libertytrek.org> <4EE89DED.1090303@libertytrek.org> <4EE89F18.6010106@libertytrek.org> <4EE8C0C7.7080900@libertytrek.org> In-Reply-To: <4EE8C0C7.7080900@libertytrek.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: a47488aa-16de-4498-bdb1-c90a9be44d97 X-Archives-Hash: 7048ba9e2797269200e5e0b9e356ae44 On 2011-12-14 10:29 AM, Tanstaafl <tanstaafl@libertytrek.org> wrote: > !!! 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... Ok, so, I now have more info so hopefully some kind soul will take pity on me and provide the clue-stick... I can confirm that sending email from the commandline now works: li66-207 ~ # echo "This is a test e-mail..." | mail -s "Test e-mail" admin@myserver.com li66-207 ~ # I received the email. But, I'm still getting the same error as above when portage tries to email me the emerge logs. How do I tell portage to simply use the 'mail' command?