Re: can mixed case username receive email

2006-05-17 Thread Paul Pruett

good answer


On Tue, 16 May 2006, Claus Assmann wrote:


Date: Tue, 16 May 2006 13:08:43 -0700
From: Claus Assmann [EMAIL PROTECTED]
Reply-To: misc@openbsd.org
To: Paul Pruett [EMAIL PROTECTED]
Cc: misc@openbsd.org
Subject: Re: can mixed case username receive email

On Tue, May 16, 2006, Paul Pruett wrote:

Is there a way to deliver
email to usernames with mixed case?


See the FAQ for sendmail  http://www.sendmail.org/faq/

 + 4.17 How do I handle user names with upper-case characters?




can mixed case username receive email

2006-05-16 Thread Paul Pruett

Is there a way to deliver
email to usernames with mixed case?


looking at OpenBSD 3.8 w/ sendmail

Per the man page for adduser
it is recommended to use only lowercase,
but it will take mixed case for a login
and be case sensitive.


So for example
adduser EWhite

but if after I try
mail EWhite

I get an error message.


but  if I rmuser and
adduser ewhite

I can
mail ewhite


Perhaps it is a setting issue, but
it seems that while mixed
usernames are supported upto
31 characters, the local
mail transport is unable
to deliver to a username
with mixed case.

Having always used lowercase
names, I was blissfully unaware
of that gotcha, until a user
asked me specifically for a mixed
case username.

?



Re: can mixed case username receive email

2006-05-16 Thread Claus Assmann
On Tue, May 16, 2006, Paul Pruett wrote:
 Is there a way to deliver
 email to usernames with mixed case?

See the FAQ for sendmail  http://www.sendmail.org/faq/

  + 4.17 How do I handle user names with upper-case characters?