1 Aug
2012
1 Aug
'12
2:09 p.m.
Timo Sirainen wrote:
On 1.8.2012, at 7.32, Daniel Parthey wrote:
Do you see any errors in logs? Especially:
director: Error: connect(ipc) failed: Permission denied
Looks very familiar to me.
I'm having the same problem as Angel with director move that I have to kick the user logged into the proxy. Plus I'm also getting the ipc permission denied errors you mentioned.
I added a note about it to http://wiki2.dovecot.org/Director#Other_settings
doveadm director move needs to be able to connect to the ipc socket. Make sure the director process can do it.
service ipc { unix_listener ipc { user = dovecot } }
Thanks, Timo.
Does this apply to the mailbox config or the director config? Which instance needs to access the ipc socket of which instance?