I have installed cyrus 2.0.16 by compiling the .src.rpm from http://rmrpms.tripod.com/cyrus-imapd/ Everything works well, except I cannot use sieve.
When I try to run either sieve shell or installsieve I get the following (Note, fro sieveshell, I tried serveral differnet -a options) # sieveshell -u <username> -a plain 127.0.0.1 connecting to 127.0.0.1 Please enter your password: <password> unable to connect to server: Authentication error at /usr/bin/sieveshell line 149, <STDIN> line 1. # installsieve -u <username> 127.0.0.1 Please enter your password: <password> Unable to connect to server at /usr/bin/installsieve line 121, <STDIN> line 1 If I telnet to teh sieve port I get: # telnet 127.0.0.1 sieve Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. "IMPLEMENTATION" "Cyrus timsieved v1.0.0" "SASL" "PLAIN LOGIN DIGEST-MD5 CRAM-MD5 GSSAPI" "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress regex" OK Any idea what my problem could be? -Dan