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 <<EOF mail_drop_priv_before_exec = yes ssl = no EOF doveconf -c test.conf > /dev/null Does it still show you the Fatal: error? It should only log the first warning.