public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] logmail - how to set a username with @?
@ 2006-02-19 10:02 Alexander Skwar
  2006-02-19 11:46 ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Skwar @ 2006-02-19 10:02 UTC (permalink / raw
  To: gentoo-user

Hello!

Some mailproviders have usernames which contain a @ in the username,
like
	a.skwar@gmail.com

How do I specify the @ in the PORTAGE_ELOG_MAILURI?

Alexander Skwar
-- 
If truth is beauty, how come no one has their hair done in the library?
		-- Lily Tomlin
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] logmail - how to set a username with @?
  2006-02-19 10:02 [gentoo-user] logmail - how to set a username with @? Alexander Skwar
@ 2006-02-19 11:46 ` Neil Bothwick
  2006-02-19 12:55   ` Alexander Skwar
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2006-02-19 11:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

On Sun, 19 Feb 2006 11:02:05 +0100, Alexander Skwar wrote:

> Some mailproviders have usernames which contain a @ in the username,
> like
> 	a.skwar@gmail.com
> 
> How do I specify the @ in the PORTAGE_ELOG_MAILURI?

PORTAGE_ELOG_MAILURI="neil@digimed.co.uk mail.digimed.co.uk"

works for me, so

PORTAGE_ELOG_MAILURI="a.skwar@gmail.com your.smtp.server" should work for you.


-- 
Neil Bothwick

""  "   """  "  ""   "  """  <-- random quotes

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] logmail - how to set a username with @?
  2006-02-19 11:46 ` Neil Bothwick
@ 2006-02-19 12:55   ` Alexander Skwar
  2006-02-19 13:12     ` Jason Stubbs
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Skwar @ 2006-02-19 12:55 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Sun, 19 Feb 2006 11:02:05 +0100, Alexander Skwar wrote:
> 
>> Some mailproviders have usernames which contain a @ in the username,
                                                     ^^^^^^^^^^^^^^^^^
>> like
>> 	a.skwar@gmail.com
>> 
>> How do I specify the @ in the PORTAGE_ELOG_MAILURI?
> 
> PORTAGE_ELOG_MAILURI="neil@digimed.co.uk mail.digimed.co.uk"
> 
> works for me, so
> 
> PORTAGE_ELOG_MAILURI="a.skwar@gmail.com your.smtp.server" should work for you.

No, it doesn't, as this does not define the username. It only sets
the recipient adress.

Have a look at the definition of PORTAGE_ELOG_MAILURI in make.conf.example:

#                       full syntax is:
#                           address [[user:passwd@]mailserver[:port]]

I want to set the user part to a.skwar@gmail.com, but
don't know how to do that.

Alexander Skwar
-- 
Biology is the only science in which multiplication means the same thing
as division.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] logmail - how to set a username with @?
  2006-02-19 12:55   ` Alexander Skwar
@ 2006-02-19 13:12     ` Jason Stubbs
  2006-02-19 20:16       ` [gentoo-user] " Mick
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Stubbs @ 2006-02-19 13:12 UTC (permalink / raw
  To: gentoo-user

On Sunday 19 February 2006 21:55, Alexander Skwar wrote:
> #                       full syntax is:
> #                           address [[user:passwd@]mailserver[:port]]
> 
> I want to set the user part to a.skwar@gmail.com, but
> don't know how to do that.

http://bugs.gentoo.org/show_bug.cgi?id=116984

--
Jason Stubbs
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: logmail - how to set a username with @?
  2006-02-19 13:12     ` Jason Stubbs
@ 2006-02-19 20:16       ` Mick
  2006-02-19 21:06         ` Alexander Skwar
  0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2006-02-19 20:16 UTC (permalink / raw
  To: gentoo-user

Jason Stubbs wrote:

> On Sunday 19 February 2006 21:55, Alexander Skwar wrote:
>> #                       full syntax is:
>> #                           address [[user:passwd@]mailserver[:port]]
>> 
>> I want to set the user part to a.skwar@gmail.com, but
>> don't know how to do that.
> 
> http://bugs.gentoo.org/show_bug.cgi?id=116984
> 
I don't necessarily understand the ins & outs of system mail on a desktop,
but as an idea wouldn't it be possible to set /etc/ssmtp/revaliases with
your a.skwar@gmail.com address and point PORTAGE to use ssmtp to do the
posting for you?
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Re: logmail - how to set a username with @?
  2006-02-19 20:16       ` [gentoo-user] " Mick
@ 2006-02-19 21:06         ` Alexander Skwar
  2006-02-19 22:47           ` [gentoo-user] " Mick
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Skwar @ 2006-02-19 21:06 UTC (permalink / raw
  To: gentoo-user

Mick wrote:

> I don't necessarily understand the ins & outs of system mail on a desktop,
> but as an idea wouldn't it be possible to set /etc/ssmtp/revaliases with
> your a.skwar@gmail.com address and point PORTAGE to use ssmtp to do the
> posting for you?

Yes, it would. :)

Alexander Skwar
-- 
Cleanliness becomes more important when godliness is unlikely.
		-- P.J. O'Rourke
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Re: logmail - how to set a username with @?
  2006-02-19 21:06         ` Alexander Skwar
@ 2006-02-19 22:47           ` Mick
  0 siblings, 0 replies; 7+ messages in thread
From: Mick @ 2006-02-19 22:47 UTC (permalink / raw
  To: gentoo-user

Alexander Skwar wrote:

> Mick wrote:
> 
>> I don't necessarily understand the ins & outs of system mail on a
>> desktop, but as an idea wouldn't it be possible to set
>> /etc/ssmtp/revaliases with your a.skwar@gmail.com address and point
>> PORTAGE to use ssmtp to do the posting for you?
> 
> Yes, it would. :)

Please post back what PORTAGE_ELOG_MAILURI=  looks like after you get it
working.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-02-19 22:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-19 10:02 [gentoo-user] logmail - how to set a username with @? Alexander Skwar
2006-02-19 11:46 ` Neil Bothwick
2006-02-19 12:55   ` Alexander Skwar
2006-02-19 13:12     ` Jason Stubbs
2006-02-19 20:16       ` [gentoo-user] " Mick
2006-02-19 21:06         ` Alexander Skwar
2006-02-19 22:47           ` [gentoo-user] " Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox