Hey Com!
Got a nasty Problem over here, tried for 3 days, now I´m really need a helping hand.
As u can see on this topic, i´m tryin to get Sieve to work with my Config. But i´m stucked
Let´s start:
My System: VServer, Debian 5 (Lenny)
Installed Sieve after this Tutorial (except last poin, SysCP specific):
http://neunzehn83.de/blog/2009/12/07...p-und-dovecot/
Error Message in Squirrelmail after clicking "Filters":
Quote:
Could not log on to timsieved daemon on your IMAP server localhost:2000.
Please contact your administrator.
|
/etc/var/mail.log:
Quote:
dovecot: auth-worker(default): sql(christian@media-novus.de,127.0.0.1): Password query failed: Unknown column 'disablemanagesieve' in 'where clause'
dovecot: managesieve-login: Disconnected: user=<meine@adresse.de>, method=LOGIN, rip=127.0.0.1, lip=127.0.0.1, TLS
|
Auszug /etc/squirrelmail/avelsieve-config.php:
Quote:
global $sieve_preferred_sasl_mech;
$sieve_preferred_sasl_mech = 'PLAIN LOGIN DIGEST-MD5 CRYPT';
|
Part of /etc/dovecot/dovecot-sql.conf:
Quote:
driver = mysql
connect = host=localhost dbname=dbispconfig user=ispconfig password=********************
default_pass_scheme = CRYPT
password_query = SELECT password FROM mail_user WHERE email = '%u' AND disable%Ls = 'n'
user_query = SELECT email as user, maildir as home, CONCAT(maildir, '/Maildir') as mail, uid, gid, CONCAT('maildir:storage=', quota) AS quota, CONCAT(maildir, '/.sieve') as sieve FROM mail_user WHERE email = '%u' AND disable%Ls = 'n'
|
Part of /etc/dovecot/dovecot.conf: (like in the HowTo)
Quote:
protocols = imap imaps pop3 pop3s managesieve
[...]
mail_plugins = sieve
|
sieve seems to "listen":
Quote:
telnet localhost 2000
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
"IMPLEMENTATION" "dovecot"
"SASL" "PLAIN LOGIN"
"SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational comparator-i;ascii-numeric regex"
"STARTTLS"
OK "Dovecot ready."
|
Hope someone can "enlighten" me,
Thanks in forward,
Chris
Aunt Edith:
- ISPConfig 3.0.2.1