Re: [Dovecot] Dovecot-2.0 conf misc questions
On Mon, 2010-06-28 at 19:04 +0200, Thomas Hummel wrote:
On Fri, Jun 25, 2010 at 09:06:53PM +0100, Timo Sirainen wrote:
That alone doesn't break it with my tests. Could you send me the entire config file so I could get this fixed?
Here it is (I anonymised some path and addresses) in attachment
doveconf -n -c dovecot.conf > /dev/null
gives only some warnings with me. No errors..:
doveconf: Warning: Obsolete setting in dovecot.conf:176: login_max_processes_count has been replaced by service { process_limit }
default_client_limit: This is mainly for non-imap/pop3 processes, since they have overridden it. 1 client = 1 connection, usually from another Dovecot process.
You mean connexions between internal dovecot processes other than login/auth/imap or pop3 processes ?
Look at "doveconf -a service" output. For each service
- that has service_count=1, the client limits have no effect. only a single client is ever served.
- that has client_limit != 0, that limit is used
- otherwise, default_client_limit is used
On Mon, Jun 28, 2010 at 09:15:29PM +0100, Timo Sirainen wrote:
doveconf -n -c dovecot.conf > /dev/null
Maybe I'm using it incorrectly :
I've got 2 dovecot installations (installed manually with --prefix)
/usr/local/dovecot -> /usr/local/dovecot-1.2.12/ /usr/local/dovecot-2/
and I'm doing :
cd /usr/local/dovecot-2/bin ./doveconf -c -n /usr/local/dovecot/etc/dovecot.conf
...
-- Thomas Hummel | Institut Pasteur <hummel@pasteur.fr> | Pôle informatique - systèmes et réseau
On Mon, 2010-07-05 at 12:20 +0200, Thomas Hummel wrote:
cd /usr/local/dovecot-2/bin ./doveconf -c -n /usr/local/dovecot/etc/dovecot.conf
That should have worked. What if you try this: http://dovecot.org/list/dovecot/2010-July/050305.html
On Mon, Jul 05, 2010 at 12:10:42PM +0100, Timo Sirainen wrote:
cd /usr/local/dovecot-2/bin ./doveconf -c -n /usr/local/dovecot/etc/dovecot.conf
That should have worked. What if you try this: http://dovecot.org/list/dovecot/2010-July/050305.html
Same error :
# cat test.conf mail_drop_priv_before_exec = yes ssl = no
# ./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
-- Thomas Hummel | Institut Pasteur <hummel@pasteur.fr> | Pôle informatique - systèmes et réseau
On Mon, 2010-07-05 at 14:22 +0200, Thomas Hummel wrote:
# ./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
Ah, got it: http://hg.dovecot.org/dovecot-2.0/rev/8f6703ce6528
participants (2)
-
Thomas Hummel
-
Timo Sirainen