Thanks for all your patience :-)
On Wed, 27 Feb 2002, Simon Matter wrote:
> There is a program "imtest" to test authentication and don't know what
> else. I don't know how to use it but maybe you should look at it.
This will cause the same error message ... no mechanism available ... :-/
> BTW: Do you have "admins: cyrus" in your /etc/imapd.conf ?
Yes, there are cyrus and root. My imapd.conf looks as follows:
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus root
allowanonymouslogin: no
sasl_pwcheck_method: sasldb
tls_cert_file: /var/imap/server.pem
tls_key_file: /var/imap/server.pem
And the cyrus.conf:
# standard standalone server implementation
START {
# do not delete this entry!
# mboxlist cmd="ctl_mboxlist -r"
deliver cmd="ctl_deliver -r"
recover cmd="ctl_cyrusdb -r"
# this is only necessary if using idled for IMAP IDLE
# idled cmd="idled"
}
# UNIX sockets start with a slash and are put into /var/imap/socket
SERVICES {
# add or remove based on preferences
imap cmd="imapd" listen="imap" prefork=0
imaps cmd="imapd -s" listen="imaps" prefork=0
pop3 cmd="pop3d" listen="pop3" prefork=0
pop3s cmd="pop3d -s" listen="pop3s" prefork=0
sieve cmd="timsieved" listen="sieve" prefork=0
# at least one LMTP is required for delivery
# lmtp cmd="lmtpd" listen="lmtp" prefork=0
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
}
EVENTS {
# this is required
checkpoint cmd="ctl_cyrusdb -c" period=30
# this is only necessary if using duplicate delivery suppression
delprune cmd="ctl_deliver -E 3" period=1440
# this is only necessary if caching TLS sessions
# tlsprune cmd="tls_prune" period=1440
}
Anything wrong with these files?
Volker