> It looks like bincimap and courier-imap use different folder
> structures.

Ok, thanks!  Looks like I have some reorganisation to do then!

I'm still having some troubles with the authentication too. Local users (in 
/etc/passwd) are all lowercase, and  I want to use winbind to authenticate the 
users using our active directory. The problem is that in some mailclients, the 
username is entered in uppercase, and this is what authtest does when I try it 
with user 'coz' and the same user 'COZ' in uppercase:


[EMAIL PROTECTED] samba]# authtest -s imap coz
Authentication succeeded.

     Authenticated: coz  (system username: coz)
    Home Directory: /home/COZ
           Maildir: (none)
             Quota: (none)
Encrypted Password:
Cleartext Password: (none)
           Options: (none)

[EMAIL PROTECTED] samba]# authtest -s imap COZ
Authentication succeeded.

     Authenticated: COZ  (system username: COZ)
    Home Directory: /home/SERVER/coz
           Maildir: (none)
             Quota: (none)
Encrypted Password: *
Cleartext Password: (none)
           Options: (none)

Is there a way to make this work? Like having authlib convert the username to 
lowercase before doing the authentication?  Thanks!



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to