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 1RanbV-0000MG-9e for garchives@archives.gentoo.org; Wed, 14 Dec 2011 12:06:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20E7121C0CB; Wed, 14 Dec 2011 12:06:19 +0000 (UTC) Received: from homiemail-a46.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id D8CA021C085 for ; Wed, 14 Dec 2011 12:05:21 +0000 (UTC) Received: from homiemail-a46.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a46.g.dreamhost.com (Postfix) with ESMTP id 098A93E4057 for ; Wed, 14 Dec 2011 04:05:21 -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=sCPwzQh9uSvz8pWpTqUHTpVPfQNko6j6YFuEQvqSrqlOV Csxl+O1rOACh5zxjBPtn+f+AOEE971HFpaMxtzGGgWhQ8OYvgGwleP0xmWTCUUrc cbl2simhI5CoHP/I1RXX0Qr/RFoQn3W10dCAiOlqvcqo3Z/f08/K5Z8cgWeGx0= 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=H0C4ffu2oGaQvw9VJkmCqlWt9gw=; b=eBz0vMSGdy+T egcFMKoNjQpiZo8FJI8Uxf9JToOFXKnDkxIxKX1IAst2HkFZZMpVjsNod9BklOFQ JWAkTvg2h2P+ENjsgYoWdwU/4ZhiNzt+x2Lc2owCPAk9HEyyclPZXPIvfB+ziYro tBHlrwf26362Y8rETwQIKfC5tCWPJCI= 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-a46.g.dreamhost.com (Postfix) with ESMTPSA id CF3AE3E4056 for ; Wed, 14 Dec 2011 04:05:20 -0800 (PST) Message-ID: <4EE890F8.5090203@libertytrek.org> Date: Wed, 14 Dec 2011 07:05:12 -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> In-Reply-To: <4EE88BDC.7050902@libertytrek.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 68c0e76e-b978-46e6-a63c-5cabdd05daf0 X-Archives-Hash: 7af30a97174379e7d9ca5915baecb0e4 On 2011-12-14 6:43 AM, Tanstaafl wrote: > On 2011-12-13 5:42 PM, Leho Kraav wrote: >> i would first of all suggest dropping ssmtp and going with >> nullmailer. if ssmtp fails for any reason it will lose your emails. >> nullmailer has queue capability. > Sounds good, I'll give it a shot (emerging now)... Ok, emerged, did emerge --config nullmailer, added: # A nonstandard SMTP server setup: # someotherserver.domain.com smtp --port=2525 mail.myserver.com smtp --port=587 --user= --pass= to /etc/nullmailer/remotes, and added it to default runlevel. When starting manually I get the following warning: li66-207 nullmailer # /etc/init.d/nullmailer start * Starting nullmailer ... [ ok ] * WARNING: -c/--chuid is deprecated and will be removed in the future, please use -u/--user instead li66-207 nullmailer # Checking the init script, I see: start() { checkconfig ebegin "Starting nullmailer" cd /var/nullmailer start-stop-daemon --start --quiet --chuid ${USER}:${GROUP} \ --exec ${DAEMON} -- ${ARGS} eend $? } Should I change this? Ianap, so don't really feel comfortable just changing it without confirming first... Thanks again...