On Fri, Jul 2, 2010 at 14:12, Timo Sirainen tss@iki.fi wrote:
On Wed, 2010-06-30 at 21:57 +0200, Sven Kirmess wrote:
doveconf: Warning: Obsolete setting in /etc/opt/dovecot/dovecot/dovecot.conf:86: mail_drop_priv_before_exec has been replaced by service { drop_priv_before_exec } doveconf: Fatal: Error in configuration file /etc/opt/dovecot/dovecot/dovecot.conf line 86: Unknown setting: drop_priv_before_exec
I'd like to figure out the cause of this too.. If you do:
cat > test.conf <
/dev/null Does it still show you the Fatal: error? It should only log the first warning.
Sorry for the slow reply. The heat is killing me. :)
ROOT@azati:dovecot> cat test.conf mail_drop_priv_before_exec = yes ssl = no ROOT@azati:dovecot> /opt/dovecot/bin/doveconf -c test.conf >/dev/null doveconf: Warning: Obsolete setting in test.conf:1: mail_drop_priv_before_exec has been replaced by service { drop_priv_before_exec } doveconf: Fatal: Error in configuration file test.conf line 1: Unknown setting: drop_priv_before_exec ROOT@azati:dovecot> uname -a SunOS azati 5.10 Generic_141445-09 i86pc i386 i86pc ROOT@azati:dovecot>
Yes, still loggs the error. (This is beta 6 btw).