atom feed10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Case insensit...
FromSent OnAttachments
Jussi VainionpaaSep 17, 2003 2:59 am 
Jeff JansenSep 17, 2003 3:24 am 
LucioSep 17, 2003 3:43 am 
Jussi VainionpaaSep 17, 2003 4:54 am 
LucioSep 17, 2003 6:41 am 
Jussi VainionpaaSep 17, 2003 7:51 am 
Mitch (WebCob)Sep 17, 2003 7:51 am 
Tim HunterSep 17, 2003 7:52 am 
Gordon MessmerSep 17, 2003 9:04 am 
Sam VarshavchikSep 17, 2003 3:08 pm 
Subject:Re: [courier-users] Re: Case insensitivity in email addresses
From:Lucio (luc@pixel.it)
Date:Sep 17, 2003 6:41:44 am
List:net.sourceforge.lists.courier-users

Just create the (empty) file "locallowercase" in the courier 'etc' directory (/etc/courier for rpms, /usr/lib/courier/etc for source builds.)

I tried this, and it seems to work for accounts in /etc/passwd, but NOT for virtual accounts using postgresql authentication.

Just a guess: configure postgresql so that it performs case insensitive matches on text fields (I don't know how to do this with postresql, but it should be possibile since most DBMS allow this).