On Wed, 25 Aug 2010 19:40:19 +0100, Timo Sirainen <t...@iki.fi> wrote: > 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.
after this change dovecot start well but my mail for Maildir is deferred Aug 25 21:15:56 r13151 postfix/local[11667]: A70535808A: to=<fake...@localhost.r13151.ovh.net>, orig_to=<fake...@fakessh.eu>, relay=local, delay=0.55, delays=0.3/0.02/0/0.23, dsn=4.3.0, status=deferred (temporary failure. Command output: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:20: protocols=managesieve has been renamed to protocols=sieve doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:20: protocols=imaps is no longer supported. to disable non-ssl imap, use service imap-login { inet_listener imap { port=0 } } doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:20: protocols=pop3s is no longer supported. to disable non-ssl pop3, use service pop3-login { inet_listener pop3 { port=0 } } doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:32: listen=..:port has been replaced by service { inet_listener { port } } doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:32: protocol { listen } has been replaced by service { inet_listener { ad I would correct the warnings slowly for the moment I am looking to simply work dovecot messages and thinks are welcome welcome for all