Hi,
I'm just trying to get courier-mta and imap working on a debian server.But I
have an authentification-problem.
I want to use authuserdb. That's build into the debian-package.
courierauthtest seems to work:
# courierauthtest volker passwort
Trying authdaemon...
Authenticated: module authdaemon
Home directory: /home/volker
UID/GID: 1000/100
Maildir: /home/volker/Maildir
AUTHADDR=volker
AUTHFULLNAME=<none>
OPTIONS=<none>
But logion doesn't work:
# telnet server 143
Trying ......
Connected to server
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See
COPYING for distribution information.
001 LOGIN volker passwort
001 NO Login failed.
I've set these options in my imapd:
AUTHMODULES="authdaemon"
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA AUTH=PLAIN IDLE"
IMAP_TLS_REQUIRED=0
Login via KMail does't work too - with or without ssl.
I've no more idea! How can I get imap working?
Thanks & regards
Volker