Maybe it would be interesting for thoses who have the same error message than me during the installation of ISPConfig on Debian Lenny with Dovecot 1.2 .x (from backports) :
Code:
Restarting IMAP/POP3 mail server: dovecotError: Error in configuration file /etc/dovecot/dovecot.conf line 681: Unknown setting: sieve
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
In fact there is a problem in the dovecot.conf.
The protocol "managesieve" is now called "lda" and the plugin "cmusieve" is called "sieve" from V1.2 of Dovecot.
So you'll have to replace this :
Code:
protocol managesieve {
By that :
And this :
Code:
mail_plugins = cmusieve quota
(be careful : it's the mail_plugins directive INSIDE THE "protocol lda {" )
By that :
Code:
mail_plugins = sieve quota
After that, Dovecot was able to start for me.
Recent comments
21 hours 29 min ago
21 hours 34 min ago
1 day 2 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 15 hours ago
1 day 22 hours ago
2 days 2 hours ago
2 days 3 hours ago