[Dovecot] New IPC features : any configuration doc ?
Hi,
Dovecot complains at start for the ipc listener not correctly configured.
What is the configuration scheme ?
Thanks
JM
Here the message at restart, when using the HG version (2.0.13 works nicely)
# /etc/init.d/dovecot restart
Stopping dovecot
done
Starting dovecot Fatal: service(ipc) User doesn't exist: dovenull (See
service ipc { unix_listener /var/run/dovecot/login/ipc-proxy { user } }
setting)
startproc: exit status of parent of /usr/sbin/dovecot: 89
On Mon, 23 May 2011 19:18:46 +0300, Timo Sirainen wrote:
On 23.5.2011, at 18.24, Joan Moreau wrote:
Dovecot complains at start for the ipc listener not correctly configured.
What exactly is the error message?
What is the configuration scheme ?
You shouldn't have needed to do anything about it.
default_login_user should be set to the user that runs imap-login and pop3-login processes. Apparently you haven't changed that from the default dovenull, but instead have set service imap-login { user } setting directly.
On 24.5.2011, at 2.42, Joan Moreau wrote:
Here the message at restart, when using the HG version (2.0.13 works nicely)
# /etc/init.d/dovecot restart Stopping dovecot done Starting dovecot Fatal: service(ipc) User doesn't exist: dovenull (See service ipc { unix_listener /var/run/dovecot/login/ipc-proxy { user } } setting) startproc: exit status of parent of /usr/sbin/dovecot: 89
On Mon, 23 May 2011 19:18:46 +0300, Timo Sirainen wrote:
On 23.5.2011, at 18.24, Joan Moreau wrote:
Dovecot complains at start for the ipc listener not correctly configured.
What exactly is the error message?
What is the configuration scheme ?
You shouldn't have needed to do anything about it.
That shall appear in the doc somewhere, as "default_login_user" is not a mandatory field, or you shall make this field mandatory
On Tue, 24 May 2011 03:42:17 +0300, Timo Sirainen wrote:
default_login_user should be set to the user that runs imap-login and pop3-login processes. Apparently you haven't changed that from the default dovenull, but instead have set service imap-login { user } setting directly.
On 24.5.2011, at 2.42, Joan Moreau wrote:
Here the message at restart, when using the HG version (2.0.13 works nicely) # /etc/init.d/dovecot restart Stopping dovecot done Starting dovecot Fatal: service(ipc) User doesn't exist: dovenull (See service ipc { unix_listener /var/run/dovecot/login/ipc-proxy { user } } setting) startproc: exit status of parent of /usr/sbin/dovecot: 89 On Mon, 23 May 2011 19:18:46 +0300, Timo Sirainen wrote:
On 23.5.2011, at 18.24, Joan Moreau wrote:
Dovecot complains at start for the ipc listener not correctly configured. What exactly is the error message?
What is the configuration scheme ? You shouldn't have needed to do anything about it.
On Tue, 2011-05-24 at 16:38 -0500, Joan Moreau wrote:
That shall appear in the doc somewhere, as "default_login_user" is not a mandatory field, or you shall make this field mandatory
I thought it practically was mandatory already.. I guess you managed to get around it. :) In next version it's explicitly required:
doveconf: Fatal: Error in configuration file /usr/local/etc/dovecot/dovecot.conf: default_login_user doesn't exist: foobar
Same for default_internal_user.
participants (2)
-
Joan Moreau
-
Timo Sirainen