From: "Darron Froese" <[EMAIL PROTECTED]>
> However, if I send mail to "[EMAIL PROTECTED]" it doesn't
get
> filtered into the correct place.
>
> If I setup a mailbox with all lowercase letters
> "[EMAIL PROTECTED]" it filters into that folder just fine.
All
> folders have the "anyone p" bits set.
>
> Is this a known issue?
>
This problem is caused by your mail server (sendmail,postfix,...)
lowercasing the address, before delivering the message to Cyrus deliver.
> I've always used lowercase as a general rule and it's always worked just
> fine for me.
>
For Sendmail, you need to add the 'u' flag to the cyrus mailer, see:
http://www.sendmail.org/~ca/email/lfaq.html#UPPER
There is one problem with this, if a user sends E-Mail to USER@domain, and
you have an entry for "user" on the system, the message will bounce with no
such user error.
Scot