2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier not handl...
FromSent OnAttachments
igue...@comcast.netMar 10, 2004 6:55 pm 
Matthew WilsonMar 11, 2004 12:44 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: [courier-users] Courier not handling cases propperly?Actions...
From:Matthew Wilson (matt@shinythings.com)
Date:Mar 11, 2004 12:44:56 am
List:net.sourceforge.lists.courier-users

I remember reading somewhere in the SMTP RFC about the fact that e-mail addresses are to be case-insensitive.

domains yes, but everything before the @ can be case sensitive. Courier is case sensitive unless you tell it to not be like so:

touch /etc/courier/locallowercase

If you do that, courier will drop all incoming messages to lower case so you need to make sure that none of your accounts have upper case letters in them, or else you'll get a 550 again.