Try calling a simple shell script and converting to lowercase before handing it off to deliver.
ex. who=`echo $1|tr A-Z a-z` # convert username to lowercase - Bill On 28 Mar 2003, Chris Picton wrote: > Hi > > I am using postfix as a MTA, and it sends emails through with the case > unchanged to cyrus (either via cyrus, or deliver). > > Is there any way to get cyrus to accept for both chrisp and ChrisP, and > deliver them to the same mailbox chrisp? > > Regards > -- > ---------------------+-------------------------------------------------- > Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) > Solutions Developer | PGP Key Fingerprint: > Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 > [EMAIL PROTECTED] | http://www.tangent.co.za/keys/chrisp.asc > ---------------------+-------------------------------------------------- >