> On 29/12/2021 18:09 Ken Wright <daddywarl...@gmail.com> wrote: > > > On Wed, 2021-12-29 at 09:51 +0200, Aki Tuomi wrote: > > > > > On 29/12/2021 05:22 Ken Wright <daddywarl...@gmail.com> wrote: > > > > > > Any further information available upon request! > > > > Maybe systemd is blocking it? > > > > If systemd unit has ProtectSystem=strict or ProtectSystem=full, try > > adding override.conf with > > > > [Service] > > ReadWritePaths=/var/mail > > I checked /etc/systemd but I can't find anything with ProtectSystem > uncommented. Am I looking in the wrong place?
Try systemctl show dovecot | grep Protect Aki