I have this[0] config, yet the /var/run/dovecot/login/director is not created, what to check in the config?
dovecot: imap-login: Error: auth: connect(director) failed: No such file or directory
[0] service director { unix_listener login/director { #mode = 0666 } fifo_listener login/proxy-notify { #mode = 0666 } unix_listener director-userdb { #mode = 0600 } inet_listener { #port = } }
On my install the login/ dir is:
drwxr-x--- 2 root dovenull 8 Nov 10 18:14:00 login/ srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/dns-client= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/imap= srw------- 1 dovenull dovenull 0 Nov 10 18:14:00 login/ipc-proxy= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/login= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/pop3= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/sieve=
Maybe setting { group = dovenull } is what's needed?
-- Yarema
On 11/11/2019 11:15 AM, Marc Roos via dovecot wrote:
I have this[0] config, yet the /var/run/dovecot/login/director is not created, what to check in the config?
dovecot: imap-login: Error: auth: connect(director) failed: No such file or directory
[0] service director { unix_listener login/director { #mode = 0666 } fifo_listener login/proxy-notify { #mode = 0666 } unix_listener director-userdb { #mode = 0600 } inet_listener { #port = } }
-- Yarema
But if in the configuration of the director is stated login/director. Than I assume this socket should be in the login dir not? You have also the director activate with executable = imap-login director?
-----Original Message----- Subject: Re: Login/director not created
On my install the login/ dir is:
drwxr-x--- 2 root dovenull 8 Nov 10 18:14:00 login/ srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/dns-client= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/imap= srw------- 1 dovenull dovenull 0 Nov 10 18:14:00 login/ipc-proxy= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/login= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/pop3= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/sieve=
Maybe setting { group = dovenull } is what's needed?
-- Yarema
On 11/11/2019 11:15 AM, Marc Roos via dovecot wrote:
I have this[0] config, yet the /var/run/dovecot/login/director is not created, what to check in the config?
dovecot: imap-login: Error: auth: connect(director) failed: No such file or directory
[0] service director { unix_listener login/director { #mode = 0666 } fifo_listener login/proxy-notify { #mode = 0666 } unix_listener director-userdb { #mode = 0600 } inet_listener { #port = } }
-- Yarema
I too assume this socket should be in the login dir.
I am suggesting that maybe the socket is not being created because of permissions.
Therefore if you explicitly set { group = dovenull } you may fix the permissions issue.
I am not running director in my setup, just pointing out what jumped out at me.
On 11/11/2019 1:24 PM, Marc Roos via dovecot wrote:
But if in the configuration of the director is stated login/director. Than I assume this socket should be in the login dir not? You have also the director activate with executable = imap-login director?
-----Original Message----- Subject: Re: Login/director not created
On my install the login/ dir is:
drwxr-x--- 2 root dovenull 8 Nov 10 18:14:00 login/ srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/dns-client= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/imap= srw------- 1 dovenull dovenull 0 Nov 10 18:14:00 login/ipc-proxy= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/login= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/pop3= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/sieve=
Maybe setting { group = dovenull } is what's needed?
-- Yarema
On 11/11/2019 11:15 AM, Marc Roos via dovecot wrote:
I have this[0] config, yet the /var/run/dovecot/login/director is not created, what to check in the config?
dovecot: imap-login: Error: auth: connect(director) failed: No such file or directory
[0] service director { unix_listener login/director { #mode = 0666 } fifo_listener login/proxy-notify { #mode = 0666 } unix_listener director-userdb { #mode = 0600 } inet_listener { #port = } }
-- Yarema
-- Yarema
Hi Yarema, you are right, the mode setting enabled indeed the socket.
-----Original Message----- Subject: Re: Login/director not created
I too assume this socket should be in the login dir.
I am suggesting that maybe the socket is not being created because of permissions.
Therefore if you explicitly set { group = dovenull } you may fix the permissions issue.
I am not running director in my setup, just pointing out what jumped out at me.
On 11/11/2019 1:24 PM, Marc Roos via dovecot wrote:
But if in the configuration of the director is stated login/director. Than I assume this socket should be in the login dir not? You have also the director activate with executable = imap-login director?
-----Original Message----- Subject: Re: Login/director not created
On my install the login/ dir is:
drwxr-x--- 2 root dovenull 8 Nov 10 18:14:00 login/ srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/dns-client= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/imap= srw------- 1 dovenull dovenull 0 Nov 10 18:14:00 login/ipc-proxy= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/login= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/pop3= srw-rw-rw- 1 root dovenull 0 Nov 10 18:14:00 login/sieve=
Maybe setting { group = dovenull } is what's needed?
-- Yarema
On 11/11/2019 11:15 AM, Marc Roos via dovecot wrote:
I have this[0] config, yet the /var/run/dovecot/login/director is not
created, what to check in the config?
dovecot: imap-login: Error: auth: connect(director) failed: No such file or directory
[0] service director { unix_listener login/director { #mode = 0666 } fifo_listener login/proxy-notify { #mode = 0666 } unix_listener director-userdb { #mode = 0600 } inet_listener { #port = } }
-- Yarema
-- Yarema
participants (2)
-
Marc Roos
-
Yarema