Re: [Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Jerry
On Wed, 15 Sep 2010 10:19:10 -0700 Chris articulated: > > On Sep 15, 2010, at 10:07 AM, Jerry wrote: > > > > > Out of morbid curiosity, why do you feel the need to convert the > > user names to lower case? > > > > Because %L in a config file is better than a user on the phone? > > If there

Re: [Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Timo Sirainen
On Wed, 2010-09-15 at 19:23 +0200, Leander S. wrote: > Is it possible to give only > several users POP and the others IMAP access without a second > instance? http://wiki.dovecot.org/Authentication/RestrictAccess

Re: [Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Leander S.
Am 15.09.10 19:07, schrieb Jerry: On Wed, 15 Sep 2010 18:50:47 +0200 spamv...@googlemail.com articulated: 2010/9/15 Leander S.: Hi, how do you guys force your users to authenticate with lower case letters ONLY? Or convert it? Is there a SASL Option to force that - or are you using scripts

Re: [Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Chris
On Sep 15, 2010, at 10:07 AM, Jerry wrote: > > Out of morbid curiosity, why do you feel the need to convert the user > names to lower case? > Because %L in a config file is better than a user on the phone? If there are no upper-case letters in user names, there is no reason a login should fa

Re: [Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Jerry
On Wed, 15 Sep 2010 18:50:47 +0200 spamv...@googlemail.com articulated: > 2010/9/15 Leander S. : > >  Hi, > > > > how do you guys force your users to authenticate with lower case > > letters ONLY? Or convert it? > > Is there a SASL Option to force that - or are you using scripts > > i.e. a bash sc

Re: [Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread spamvoll
check http://wiki2.dovecot.org/Variables -> Modifiers You can apply a modifiers for each variable (e.g. %Us = POP3): * %L - lowercase * %U - uppercase 2010/9/15 Leander S. : >  Hi, > > how do you guys force your users to authenticate with lower case letters > ONLY? Or convert it? > Is th

[Dovecot] Authentication with lower case username ONLY

2010-09-15 Thread Leander S.
Hi, how do you guys force your users to authenticate with lower case letters ONLY? Or convert it? Is there a SASL Option to force that - or are you using scripts i.e. a bash script in combination with the command "tr" ... or a third solution I didn't think of yet? I'm using Postfix / Dovec