LuKreme <[email protected]> wrote on 2009-Feb-26:
> Perfect, that all worked fine, but there appears to still be one small  
> issue with the local users.  Here's what is shows for my personal email:
> 
>       Authenticated: kreme  (system username: kreme)
>      Home Directory: /home/kreme
>             Maildir: (none)
>               Quota: (none)
> 
> The trouble is, Maildir should be Maildir/ and not (none) for the  
> local users.
> 
> both imapd and impad-sll have
> 
> imapd:MAILDIRPATH=Maildir
> imapd-ssl:MAILDIRPATH=Maildir

This is actually correct.  Don't specify the Maildir directly; if you do it
overrides other settings.  The field is there for when the Maildir is NOT in the
default location.  The way it is set up now means that courier will look for a
maildir called "Maildir" inside that account's HOME directory.

> And even after restarting courier-authdaemon I am unable to login to  
> the account remotely, but authtest looks good. 

Run it as root and add your password after your username.  See if authlib can
authenticate you with the password.  ("man authtest" to see how it works.)

> Since I only have port
> 993 available, I don't know how to manually connect over SSL from the  
> commandline to see something more detailed than "The attempt to read  
> data from thee server failed."

openssl s_client -connect <server>:imaps

logon with "abc login <name> <password>"

Assuming it succeeds, then logout with "def logout".

This all assumes, of course, that your system user's mail is stored in a maildir
called "Maildir" in their HOME directory.  If it's an mbox called
"/var/spool/mail/<user>" then courier-imap is not going to find it.

HTH

Jeff




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to