Ferdinand Goldmann wrote:
> 
> Hello *,
> 
> I seem to be too stupid to get timsieved running on Cyrus 2.0.16 and
> SASL 1.5.24.
> 
> # telnet localhost sieve
> Trying...
> Connected to localhost
> Escape character is '^]'.
> "IMPLEMENTATION" "Cyrus timsieved v1.0.0"
> "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress regex"
> OK
> authenticate "plain" "k000181"
> NO ("SASL" "no mechanism available") "Authentication error"
> 
> However, the other Cyrus services (IMAP/POP3) are working just fine
> using plaintext authentication. I am using a SASL pwcheck daemon which
> queries the passwd.

Just because IMAP/POP3 works with plaintext logins, doesn't mean that
SASL PLAIN is available (which is the only plaintext method for sieve),
because IMAP/POP3 each have their own built-in plaintext methods (LOGIN
command for IMAP; USER/PASS commands for POP3).  Make sure that you
compiled SASL with PLAIN enabled and that you have a libplain.* in
/usr/lib/sasl.

Ken
-- 
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

Reply via email to