30 Nov
2018
30 Nov
'18
1:24 a.m.
On Wed, Nov 28, 2018 at 07:45:00PM +0200, Aki Tuomi aki.tuomi@open-xchange.com wrote:
ProtectSystem=no
if you want writable /etc directory.
No need to disable everything just for that. This should be enough:
[Service] ReadWritePaths=/etc/dovecot/virtual
Also you can use systemctl edit dovecot.service
to let systemctl
handle the file name and daemon reloading. Assuming you have a recent
enough version, but I think that feature is kind of old.
Florian