Re: About mailbox's upper case

2003-10-13 Thread Simon Matter

> Kai wrote:
>> How can I let Cyrus ignore  the case of mailbox ? I mean ,I want
>> Cyrus treating the upper case's mailbox and lower case's mailbox as the
>> same recipient if their spelling are same.
>> Any advise would be appreciated.
>
> Another way of getting around this is to have your MTA rewrite the
> address to all lowercase. I use postfix and have a regular expression
> virtual_maps file to do this:

Thanks for the hint. However, this doesn't help if your users try to login
with mixed case. That's usually no problem until you're using caseless
authentication service like LDAP.

>
> in /etc/postfix/main.cf:
> virtual_maps = regexp:/etc/postfix/virtual_regexp
>
> in /etc/postfix/virtual_regexp:
> /^([EMAIL PROTECTED])$/ $1
>
> This will take any username and change it to lowercase before handing it
> to cyrus.  I'm sure other MTAs can do similar things, so it may be an
> option for you. Good luck.
>
> ///Jason
>
>




Re: About mailbox's upper case

2003-10-13 Thread Avtar Gill
Kai wrote:

How can I let Cyrus ignore  the case of mailbox ? I mean ,I want
Cyrus treating the upper case's mailbox and lower case's mailbox as the
same recipient if their spelling are same.
This might help..
http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=25220


Re: About mailbox's upper case

2003-10-12 Thread Jason Sopko
Kai wrote:
How can I let Cyrus ignore  the case of mailbox ? I mean ,I want
Cyrus treating the upper case's mailbox and lower case's mailbox as the
same recipient if their spelling are same.
Any advise would be appreciated.
Another way of getting around this is to have your MTA rewrite the 
address to all lowercase. I use postfix and have a regular expression 
virtual_maps file to do this:

in /etc/postfix/main.cf:
virtual_maps = regexp:/etc/postfix/virtual_regexp
in /etc/postfix/virtual_regexp:
/^([EMAIL PROTECTED])$/ $1
This will take any username and change it to lowercase before handing it 
to cyrus.  I'm sure other MTAs can do similar things, so it may be an 
option for you. Good luck.

///Jason



Re: About mailbox's upper case

2003-10-12 Thread Simon Matter

> Hi list,
> How can I let Cyrus ignore  the case of mailbox ? I mean ,I want
> Cyrus treating the upper case's mailbox and lower case's mailbox as the
> same recipient if their spelling are same.
> Any advise would be appreciated.

With Cyrus IMAPd 2.2, this is the default IIRC. My cyrus-imapd-2.1.x rpm
include a patch to do the same. In imapd.conf, configure
'username_tolower: yes'.

Simon

>
> Regards,
> Kai
>
>
> __
> Do You Yahoo!?
> Yahoo! BB is Broadband by Yahoo!
> http://bb.yahoo.co.jp/
>
>




About mailbox's upper case

2003-10-11 Thread Kai
Hi list,
How can I let Cyrus ignore  the case of mailbox ? I mean ,I want
Cyrus treating the upper case's mailbox and lower case's mailbox as the
same recipient if their spelling are same.
Any advise would be appreciated.

Regards,
Kai


__
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/