Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - Still having problems with logmail
Date: Mon, 17 Sep 2007 13:40:25
Message-Id: 1190035606.9633.25.camel@camille.espersunited.com
In Reply to: Re: [gentoo-user] OT - Still having problems with logmail by Neil Bothwick
1 On Mon, 2007-09-17 at 13:34 +0100, Neil Bothwick wrote:
2 > On Mon, 17 Sep 2007 07:22:57 -0500, Michael Sullivan wrote:
3 >
4 > > > > Where is it getting this <root> thing from? As far as I can tell,
5 > > > > my wife's computer has an identical setup, except that on hers this
6 > > > > works. Can anyone help me?
7 > > >
8 > > > Probably the destination address. What does "grep ELOG /etc/make.conf"
9 > > > show on each of the computers?
10 > > >
11 > > The same thing on both:
12 > >
13 > > PORTAGE_ELOG_CLASSES="warn error log"
14 > > PORTAGE_ELOG_SYSTEM="save mail"
15 > > PORTAGE_ELOG_MAILFROM="portage@××××××××××××.com"
16 >
17 > You haven't specitied a recipient and server, which default to root and
18 > localhost, and your local mail server is objecting to addresses without a
19 > domain. Set PORTAGE_ELOG_MAILURI="recipient server".
20
21 camille ~ # glsa-check -m 200610-14Traceback (most recent call last):
22 File "/usr/bin/glsa-check", line 316, in ?
23 portage_mail.send_mail(glsaconfig, mymessage)
24 File "/usr/lib/portage/pym/portage_mail.py", line 85, in send_mail
25 raise portage_exception.PortageException("!!! An error occured while
26 trying to send logmail:\n"+str(e))
27 portage_exception.PortageException: !!! An error occured while trying to
28 send logmail:
29 {'baby.espersunited.com': (501, '<baby.espersunited.com>: recipient
30 address must contain a domain')}
31 camille ~ # grep ELOG /etc/make.conf
32 PORTAGE_ELOG_CLASSES="warn error log"
33 PORTAGE_ELOG_SYSTEM="save mail"
34 PORTAGE_ELOG_MAILFROM="portage@××××××××××××.com"
35 PORTAGE_ELOG_MAILURI="baby.espersunited.com"
36
37
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT - Still having problems with logmail Neil Bothwick <neil@××××××××××.uk>