17 Dec
2019
17 Dec
'19
9:16 a.m.
<snip/>
But replication gives an error
Error: open(/var/run/dovecot/replication-notify-fifo) failed: Permission denied
Why is this?
By the way, When 30-dsync.conf is changed as follows, it works only for one user
service aggregator { fifo_listener replication-notify-fifo { user = "one user name" } unix_listener replication-notify { user = "one user name" } }
However, I want to work with all mail users. Please help me what to do.
<snip/>
Please try
service aggregator { fifo_listener replication-notify-fifo { mode = 0777 } unix_listener replication-notify { mode = 0777 } }
Aki