* [gentoo-user] OT - Still having problems with logmail
@ 2007-09-17 1:22 Michael Sullivan
2007-09-17 7:42 ` Neil Bothwick
0 siblings, 1 reply; 6+ messages in thread
From: Michael Sullivan @ 2007-09-17 1:22 UTC (permalink / raw
To: gentoo-user
I've unmerged ssmtp and remerged exim in its place. This used to work,
but now it's giving me the following error:
camille michael # glsa-check -m 200610-14
Traceback (most recent call last):
File "/usr/bin/glsa-check", line 316, in ?
portage_mail.send_mail(glsaconfig, mymessage)
File "/usr/lib/portage/pym/portage_mail.py", line 85, in send_mail
raise portage_exception.PortageException("!!! An error occured while
trying to send logmail:\n"+str(e))
portage_exception.PortageException: !!! An error occured while trying to
send logmail:
{'root': (501, '<root>: recipient address must contain a domain')}
Where is it getting this <root> thing from? As far as I can tell, my
wife's computer has an identical setup, except that on hers this works.
Can anyone help me?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OT - Still having problems with logmail
2007-09-17 1:22 [gentoo-user] OT - Still having problems with logmail Michael Sullivan
@ 2007-09-17 7:42 ` Neil Bothwick
2007-09-17 12:22 ` Michael Sullivan
0 siblings, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2007-09-17 7:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 453 bytes --]
Hello Michael Sullivan,
> {'root': (501, '<root>: recipient address must contain a domain')}
>
> Where is it getting this <root> thing from? As far as I can tell, my
> wife's computer has an identical setup, except that on hers this works.
> Can anyone help me?
Probably the destination address. What does "grep ELOG /etc/make.conf"
show on each of the computers?
--
Neil Bothwick
I used to have a handle on life, then it broke.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OT - Still having problems with logmail
2007-09-17 7:42 ` Neil Bothwick
@ 2007-09-17 12:22 ` Michael Sullivan
2007-09-17 12:34 ` Neil Bothwick
0 siblings, 1 reply; 6+ messages in thread
From: Michael Sullivan @ 2007-09-17 12:22 UTC (permalink / raw
To: gentoo-user
On Mon, 2007-09-17 at 08:42 +0100, Neil Bothwick wrote:
> Hello Michael Sullivan,
>
> > {'root': (501, '<root>: recipient address must contain a domain')}
> >
> > Where is it getting this <root> thing from? As far as I can tell, my
> > wife's computer has an identical setup, except that on hers this works.
> > Can anyone help me?
>
> Probably the destination address. What does "grep ELOG /etc/make.conf"
> show on each of the computers?
>
The same thing on both:
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save mail"
PORTAGE_ELOG_MAILFROM="portage@espersunited.com"
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OT - Still having problems with logmail
2007-09-17 12:22 ` Michael Sullivan
@ 2007-09-17 12:34 ` Neil Bothwick
2007-09-17 13:26 ` Michael Sullivan
0 siblings, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2007-09-17 12:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 927 bytes --]
On Mon, 17 Sep 2007 07:22:57 -0500, Michael Sullivan wrote:
> > > Where is it getting this <root> thing from? As far as I can tell,
> > > my wife's computer has an identical setup, except that on hers this
> > > works. Can anyone help me?
> >
> > Probably the destination address. What does "grep ELOG /etc/make.conf"
> > show on each of the computers?
> >
> The same thing on both:
>
> PORTAGE_ELOG_CLASSES="warn error log"
> PORTAGE_ELOG_SYSTEM="save mail"
> PORTAGE_ELOG_MAILFROM="portage@espersunited.com"
You haven't specitied a recipient and server, which default to root and
localhost, and your local mail server is objecting to addresses without a
domain. Set PORTAGE_ELOG_MAILURI="recipient server".
--
Neil Bothwick
Q. How many mathematicians does it take to change a light bulb?
A. Only one - who gives it to six Californians, thereby reducing the
problem to an earlier joke.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OT - Still having problems with logmail
2007-09-17 12:34 ` Neil Bothwick
@ 2007-09-17 13:26 ` Michael Sullivan
2007-09-17 14:18 ` Neil Bothwick
0 siblings, 1 reply; 6+ messages in thread
From: Michael Sullivan @ 2007-09-17 13:26 UTC (permalink / raw
To: gentoo-user
On Mon, 2007-09-17 at 13:34 +0100, Neil Bothwick wrote:
> On Mon, 17 Sep 2007 07:22:57 -0500, Michael Sullivan wrote:
>
> > > > Where is it getting this <root> thing from? As far as I can tell,
> > > > my wife's computer has an identical setup, except that on hers this
> > > > works. Can anyone help me?
> > >
> > > Probably the destination address. What does "grep ELOG /etc/make.conf"
> > > show on each of the computers?
> > >
> > The same thing on both:
> >
> > PORTAGE_ELOG_CLASSES="warn error log"
> > PORTAGE_ELOG_SYSTEM="save mail"
> > PORTAGE_ELOG_MAILFROM="portage@espersunited.com"
>
> You haven't specitied a recipient and server, which default to root and
> localhost, and your local mail server is objecting to addresses without a
> domain. Set PORTAGE_ELOG_MAILURI="recipient server".
camille ~ # glsa-check -m 200610-14Traceback (most recent call last):
File "/usr/bin/glsa-check", line 316, in ?
portage_mail.send_mail(glsaconfig, mymessage)
File "/usr/lib/portage/pym/portage_mail.py", line 85, in send_mail
raise portage_exception.PortageException("!!! An error occured while
trying to send logmail:\n"+str(e))
portage_exception.PortageException: !!! An error occured while trying to
send logmail:
{'baby.espersunited.com': (501, '<baby.espersunited.com>: recipient
address must contain a domain')}
camille ~ # grep ELOG /etc/make.conf
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save mail"
PORTAGE_ELOG_MAILFROM="portage@espersunited.com"
PORTAGE_ELOG_MAILURI="baby.espersunited.com"
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] OT - Still having problems with logmail
2007-09-17 13:26 ` Michael Sullivan
@ 2007-09-17 14:18 ` Neil Bothwick
0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2007-09-17 14:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]
On Mon, 17 Sep 2007 08:26:46 -0500, Michael Sullivan wrote:
> > You haven't specitied a recipient and server, which default to root
> > and localhost, and your local mail server is objecting to addresses
> > without a domain. Set PORTAGE_ELOG_MAILURI="recipient server".
>
> camille ~ # glsa-check -m 200610-14Traceback (most recent call last):
> File "/usr/bin/glsa-check", line 316, in ?
> portage_mail.send_mail(glsaconfig, mymessage)
> File "/usr/lib/portage/pym/portage_mail.py", line 85, in send_mail
> raise portage_exception.PortageException("!!! An error occured while
> trying to send logmail:\n"+str(e))
> portage_exception.PortageException: !!! An error occured while trying to
> send logmail:
> {'baby.espersunited.com': (501, '<baby.espersunited.com>: recipient
> address must contain a domain')}
> camille ~ # grep ELOG /etc/make.conf
> PORTAGE_ELOG_CLASSES="warn error log"
> PORTAGE_ELOG_SYSTEM="save mail"
> PORTAGE_ELOG_MAILFROM="portage@espersunited.com"
> PORTAGE_ELOG_MAILURI="baby.espersunited.com"
This is wrong, you have no recipient address, only the server.
Read /etc/make.conf.example for the full syntax.
--
Neil Bothwick
If Microsoft made cars:
"The airbag system would ask "are you sure?" before deploying."
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-09-17 14:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-17 1:22 [gentoo-user] OT - Still having problems with logmail Michael Sullivan
2007-09-17 7:42 ` Neil Bothwick
2007-09-17 12:22 ` Michael Sullivan
2007-09-17 12:34 ` Neil Bothwick
2007-09-17 13:26 ` Michael Sullivan
2007-09-17 14:18 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox