Okay, the imap server is working fine, and sendmail is properly passing on my mail. The problem is that I want to be able to filter my email and I can't get into sieveshell.
Here's the setup: cyrus-imapd-2.1.13 cyrus-sasl-2.1.15 sendmail-8.12.9 [EMAIL PROTECTED] src]# cat /etc/imapd.conf configdirectory: /var/imap partition-default: /var/spool/imap admins: root cyrus allowanonymouslogin: no sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN LOGIN tls_cert_file: /var/imap/server.pem tls_key_file: /var/imap/server.pem sendmail: /usr/sbin/sendmail sieveusehomedir: false sievedir: /usr/sieve [EMAIL PROTECTED] src]# /usr/sieve is fully developed (all 26 subdirectories are in place) [EMAIL PROTECTED] src]# telnet localhost sieve Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. "IMPLEMENTATION" "Cyrus timsieved v2.1.13" "SASL" "LOGIN PLAIN" "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational regex" "STARTTLS" OK logout OK "Logout Complete" Connection closed by foreign host. [EMAIL PROTECTED] src]# [EMAIL PROTECTED] src]# sieveshell -u guildencrantz localhost connecting to localhost Please enter your password: Please enter your password: unable to connect to server at /usr/local/bin/sieveshell line 174, <STDIN> line 2. [EMAIL PROTECTED] src]# [EMAIL PROTECTED] src]# tail /var/log/imapd.log Jul 18 17:21:52 ophelia master[30583]: process 12301 exited, status 0 Jul 18 17:21:53 ophelia master[12305]: about to exec /usr/cyrus/bin/timsieved Jul 18 17:21:54 ophelia sieve[12305]: executed Jul 18 17:21:54 ophelia sieve[12305]: accepted connection Jul 18 17:21:56 ophelia timsieved[12305]: badlogin: localhost.localdomain[127.0.0.1] LOGIN authentication failure Jul 18 17:21:58 ophelia timsieved[12305]: badlogin: localhost.localdomain[127.0.0.1] PLAIN authentication failure Jul 18 17:21:58 ophelia timsieved[12305]: Could not shut down filedescriptor 0: Transport endpoint is not connected Jul 18 17:21:58 ophelia timsieved[12305]: Could not shut down filedescriptor 1: Transport endpoint is not connected Jul 18 17:21:58 ophelia timsieved[12305]: Could not shut down filedescriptor 2: Transport endpoint is not connected Jul 18 17:21:58 ophelia master[30583]: process 12305 exited, status 0 [EMAIL PROTECTED] src]# Any suggestions? ~~Guildencrantz