25 Aug
2010
25 Aug
'10
9:40 p.m.
On Wed, 2010-08-25 at 20:31 +0200, fakessh wrote:
executable = /usr/libexec/dovecot/dovecot-auth
Remove this
executable = /usr/libexec/dovecot/imap-login
And this.
executable = /usr/libexec/dovecot/imap
And this.
executable = /usr/libexec/dovecot/managesieve-login
And this.
executable = /usr/libexec/dovecot/managesieve
And this.
executable = /usr/libexec/dovecot/pop3-login
And this.
executable = /usr/libexec/dovecot/pop3
And this.
mail_plugin_dir = /usr/lib/dovecot/imap
And this.
auth_socket_path = /var/run/dovecot/auth-master
The default is auth-userdb which would be better, so probably remove this too.
mail_plugin_dir = /usr/lib/dovecot/lda
Remove.
You can do these changes by first running
/usr/sbin/dovecot -n > dovecot-new.conf and then modifying that file.