DSync replication error
Aki Tuomi
aki.tuomi at open-xchange.com
Tue Dec 17 09:16:49 EET 2019
<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
More information about the dovecot
mailing list