Hi again,
we are running cyrus-2.2.8 with sasl-2.1.19. Our sasl authentication settings in imapd.conf are:
sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN LOGIN
saslauthd is using PAM to authenticate. It works well for imap/imaps, however
we can't get it to run with timsieved. It seems that the sieve deamon is not advertising
any auth method:
[EMAIL PROTECTED] etc]# telnet localhost sieve
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved v2.2.8"
"SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational regex"
"STARTTLS"
OK
Shouln't be a "SASL" "PLAIN" "LOGIN" there?
What could be wrong? (Remember imap works fine)...
The SASL library can't find any plugins. They should be installed in, or have a link to, /usr/lib/sasl2. The reason imapd works is because it has the plaintext LOGIN command, where timsieved doesn't.
-- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html