Re: case insensitive delivery

2003-03-28 Thread Bill Earle
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 > unch

case insensitive delivery

2003-03-28 Thread Chris Picton
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 -- -+