Postfix-Server-Setup icon indicating copy to clipboard operation
Postfix-Server-Setup copied to clipboard

can't write pid to /var/run/opendmarc.pid: Permission denied

Open Phexcom opened this issue 6 years ago • 1 comments

I had the error when trying to start Opendmarc I had to change

PidFile /var/run/opendmarc.pid

to

PidFile /var/run/opendmarc/opendmarc.pid

then i added this line

chown -R opendmarc:opendmarc /var/run/opendmarc/

Phexcom avatar Aug 24 '18 00:08 Phexcom

Confirming that @dave5623's commit fixes this issue

t94j0 avatar Jul 09 '20 17:07 t94j0