OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: [Urgent] Need help Sendmail -> Postfix
From: Bruce M. Walker (bmwborderware.com)
Date: Thu Jun 22 2000 - 06:57:24 CDT


Simon J Mudd wrote:
> Liviu.Daiaimar.ro (Liviu Daia) writes:
>
> > > How do I enable accounts with one or more uppercase-letters?
> >
> > sendmail does
> > the same thing as Postfix (namely it changes the local part of addresses
> > to lower case)
>
> You are right. Most people wouldn't sensibly choose to use uppercase
> names, but the option to allow it does have its uses in real situations.

But what would be really nice, to solve the case-folding problem,
would be to have Postfix fold the case of the *account* names to
lower-case just before doing the local-delivery match. That way
all combinations of fred, FRED, etc. would be delivered to an
account called any of "fred", "Fred", "FRED", etc.

I doubt that anyone (sensible) would have both a fred and a FRED
account together on one server. Of course, this would be a
configurable option...

-bmw