[Dovecot] @2.0, Fatal error (Expecting '=') in trash plugin config
i've setup trash plugin as,
grep trash imap.conf
mail_plugins = autocreate fts fts_squat fts_solr imap_quota quota trash zlib
cat plugin.conf
plugin {
...
trash = /data/mail/Conf/dovecot/conf.d/trash.conf
}
cat /data/mail/Conf/dovecot/conf.d/trash.conf
1 Spam
2 Trash
3 Sent
3 Sent Messages
but, @
dovecot -n
# 2.0.alpha1: /data/mail/Conf/dovecot/dovecot.conf
doveconf: Fatal: Error in configuration file
/data/mail/Conf/dovecot/conf.d/trash.conf line 1: Expecting '='
bug, or change frp, v1.x in config/parsing?
On Oct 16, 2009, at 12:32 AM, PGNet Dev wrote:
cat /data/mail/Conf/dovecot/conf.d/trash.conf 1 Spam 2 Trash 3 Sent 3 Sent Messages
Don't put it into conf.d/ directory. It gets included by dovecot.conf,
and that just doesn't work.
On Oct 16, 2009, at 12:58 AM, Timo Sirainen wrote:
On Oct 16, 2009, at 12:32 AM, PGNet Dev wrote:
cat /data/mail/Conf/dovecot/conf.d/trash.conf 1 Spam 2 Trash 3 Sent 3 Sent Messages
Don't put it into conf.d/ directory. It gets included by
dovecot.conf, and that just doesn't work.
Hmm. Or maybe the extension could be changed from .conf to something
else. I guess it would make it clearer if *.conf were the actually
included config files and everything else had a different extension.
But what could that be?..
On Thu, Oct 15, 2009 at 10:00 PM, Timo Sirainen <tss@iki.fi> wrote:
Hmm. Or maybe the extension could be changed from .conf to something else. I guess it would make it clearer if *.conf were the actually included config files and everything else had a different extension. But what could that be?..
trash.dat trash.param
?
On Thu, Oct 15, 2009 at 9:58 PM, Timo Sirainen <tss@iki.fi> wrote:
On Oct 16, 2009, at 12:32 AM, PGNet Dev wrote:
cat /data/mail/Conf/dovecot/conf.d/trash.conf 1 Spam 2 Trash 3 Sent 3 Sent Messages
Don't put it into conf.d/ directory. It gets included by dovecot.conf, and that just doesn't work.
noted, for future as well. thanks.
participants (2)
-
PGNet Dev
-
Timo Sirainen