I have a problem with sieve an OX 6.18 on my CentOS system.
I have read that since OX 6.14 most of this problems with sieve has been solved.
The error message from mailfilter is:
Invalid sieve credentials (MAIL_FILTER-0002)
In another message i've read that i should create user in the form:
-e email@domain.de --imaplogin username .....
My users are in this form but it dont work.
I've tested also to change the SIEVE_CREDSRC (session/imaplogin/mail) but nothing changed.
I think i have a problem with plain authentication on the sieve server. Every time a user logged in i found this in my maillog:
Dec 1 20:36:56 mail master[23713]: about to exec /usr/lib/cyrus-imapd/timsieved
Dec 1 20:36:56 mail sieve[23713]: executed
Dec 1 20:36:56 mail sieve[23713]: accepted connection
Dec 1 20:36:56 mail sieve[23713]: mystore: starting txn 2147483855
Dec 1 20:36:56 mail sieve[23713]: mystore: committing txn 2147483855
Dec 1 20:36:56 mail sieve[23713]: starttls: TLSv1 with cipher RC4-MD5 (128/128 bits new) no authentication
Dec 1 20:36:56 mail sieve[23713]: badlogin: localhost.localdomain[127.0.0.1] PLAIN authentication failure
Sieve accept:
S: "IMPLEMENTATION" "Cyrus timsieved v2.3.7-Invoca-RPM-2.3.7-7.el5_4.3"
S: "SASL" "DIGEST-MD5 LOGIN CRAM-MD5 PLAIN"
The problem is plain auth doesnt work.
My questions are:
1. Has anybody sieve on CentOS working with OX 6.18?
2. Can OX connect to sieve using md5?
In the mailfilter.properties i found only using tls true/false but nothing about plain or md5 encryption.
My system:
CentOS 5.5
Java 6.22
open-xchange-mailfilter-6.18.0.0-7_7.2
Silvio
I have read that since OX 6.14 most of this problems with sieve has been solved.
The error message from mailfilter is:
Invalid sieve credentials (MAIL_FILTER-0002)
In another message i've read that i should create user in the form:
-e email@domain.de --imaplogin username .....
My users are in this form but it dont work.
I've tested also to change the SIEVE_CREDSRC (session/imaplogin/mail) but nothing changed.
I think i have a problem with plain authentication on the sieve server. Every time a user logged in i found this in my maillog:
Dec 1 20:36:56 mail master[23713]: about to exec /usr/lib/cyrus-imapd/timsieved
Dec 1 20:36:56 mail sieve[23713]: executed
Dec 1 20:36:56 mail sieve[23713]: accepted connection
Dec 1 20:36:56 mail sieve[23713]: mystore: starting txn 2147483855
Dec 1 20:36:56 mail sieve[23713]: mystore: committing txn 2147483855
Dec 1 20:36:56 mail sieve[23713]: starttls: TLSv1 with cipher RC4-MD5 (128/128 bits new) no authentication
Dec 1 20:36:56 mail sieve[23713]: badlogin: localhost.localdomain[127.0.0.1] PLAIN authentication failure
Sieve accept:
S: "IMPLEMENTATION" "Cyrus timsieved v2.3.7-Invoca-RPM-2.3.7-7.el5_4.3"
S: "SASL" "DIGEST-MD5 LOGIN CRAM-MD5 PLAIN"
The problem is plain auth doesnt work.
My questions are:
1. Has anybody sieve on CentOS working with OX 6.18?
2. Can OX connect to sieve using md5?
In the mailfilter.properties i found only using tls true/false but nothing about plain or md5 encryption.
My system:
CentOS 5.5
Java 6.22
open-xchange-mailfilter-6.18.0.0-7_7.2
Silvio
Comment