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 1RanmS-000646-BN for garchives@archives.gentoo.org; Wed, 14 Dec 2011 12:17:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F5421C25E; Wed, 14 Dec 2011 12:17:43 +0000 (UTC) Received: from svr-us4.tirtonadi.com (svr-us4.tirtonadi.com [69.65.43.212]) by pigeon.gentoo.org (Postfix) with ESMTP id C464421C09D for ; Wed, 14 Dec 2011 12:16:34 +0000 (UTC) Received: from mail-fx0-f53.google.com ([209.85.161.53]) by svr-us4.tirtonadi.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RanlE-001Mvv-90 for gentoo-user@lists.gentoo.org; Wed, 14 Dec 2011 19:16:36 +0700 Received: by faaa5 with SMTP id a5so1271398faa.40 for ; Wed, 14 Dec 2011 04:16:30 -0800 (PST) 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 Received: by 10.180.104.2 with SMTP id ga2mr5008461wib.33.1323864990578; Wed, 14 Dec 2011 04:16:30 -0800 (PST) Received: by 10.223.103.70 with HTTP; Wed, 14 Dec 2011 04:16:30 -0800 (PST) Received: by 10.223.103.70 with HTTP; Wed, 14 Dec 2011 04:16:30 -0800 (PST) In-Reply-To: <4EE890F8.5090203@libertytrek.org> References: <2921248.979.1323816172120.JavaMail.geo-discussion-forums@vbmq3> <4EE88BDC.7050902@libertytrek.org> <4EE890F8.5090203@libertytrek.org> Date: Wed, 14 Dec 2011 19:16:30 +0700 Message-ID: Subject: Re: [gentoo-user] Need help getting portage to email me emerge logs using ssmtp... From: Pandu Poluan To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=f46d041827307e786604b40c56e0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr-us4.tirtonadi.com X-AntiAbuse: Original Domain - lists.gentoo.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - poluan.info X-Archives-Salt: 25533a9b-8d42-48e2-9b99-ebcb3fe7fabf X-Archives-Hash: 3f5de35bfe9401c9c05d7b1c18bce19b --f46d041827307e786604b40c56e0 Content-Type: text/plain; charset=UTF-8 On Dec 14, 2011 7:08 PM, "Tanstaafl" wrote: > > 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... > Don't. Just file a bug, and let the maintainer take care of it. It's *still* supported currently. Rgds, --f46d041827307e786604b40c56e0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Dec 14, 2011 7:08 PM, "Tanstaafl" <tanstaafl@libertytrek.org> wrote:
>
> On 2011-12-14 6:43 AM, Tanstaafl <tanstaafl@libertytrek.org> wrote:
>>
>> On 2011-12-13 5:42 PM, Leho Kraav <leho@kraav.com> wrote:
>>>
>>> i would first of all suggest dropping ssmtp and going with
>>> nullmailer. if ssmtp fails for any reason it will lose your em= ails.
>>> 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=3D2525
> mail.myserver.com smtp --port= =3D587 --user=3D<user> --pass=3D<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
> =C2=A0* Starting nullmailer ... =C2=A0 =C2=A0 =C2=A0[ ok ]
> =C2=A0* WARNING: -c/--chuid is deprecated and will be removed in the f= uture, please use -u/--user instead
> li66-207 nullmailer #
>
> Checking the init script, I see:
>
> start() {
> =C2=A0 =C2=A0 =C2=A0 =C2=A0checkconfig
> =C2=A0 =C2=A0 =C2=A0 =C2=A0ebegin "Starting nullmailer"
> =C2=A0 =C2=A0 =C2=A0 =C2=A0cd /var/nullmailer
> =C2=A0 =C2=A0 =C2=A0 =C2=A0start-stop-daemon --start --quiet --chuid $= {USER}:${GROUP} \
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0--exec ${DAEMON} -- ${ARGS}
> =C2=A0 =C2=A0 =C2=A0 =C2=A0eend $?
> }
>
> Should I change this? Ianap, so don't really feel comfortable just= changing it without confirming first...
>
> Thanks again...
>

Don't.

Just file a bug, and let the maintainer take care of it.

It's *still* supported currently.

Rgds,

--f46d041827307e786604b40c56e0--