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="[EMAIL PROTECTED]" > > 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="[EMAIL PROTECTED]" PORTAGE_ELOG_MAILURI="baby.espersunited.com" -- [EMAIL PROTECTED] mailing list