2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Email Case Sensitive
FromSent OnAttachments
robbi palaciosOct 7, 2002 6:08 pm 
Alexander StagunOct 8, 2002 1:09 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Email Case SensitiveActions...
From:Alexander Stagun (al@ascii-park.net)
Date:Oct 8, 2002 1:09:43 am
List:net.sourceforge.lists.courier-maildrop

robbi palacios wrote:

I'm trying to figure out why email addresses are case sensitive. Because when something is capitalized (ie. bl@blah.com to Bl@blah.com) maildrop complains "Invalid User Specified". Obviously, blah-com-blah is the real user account in my /etc/userdb. Everything is working fine except for the capital letters.

You could try using "tr" somewhere in your delivery chain. For example, if you use .qmail-* files you could put something like this in your user's .qmail file:

| maildrop /home/vpopmail/domains/`echo $HOST | tr [A-Z] [a-z]`/`echo $EXT | tr [A-Z] [a-z]`/Maildir/mailfilter

Regards