On Thu, May 30, 2019 12:52 am, Benny Pedersen wrote:
li...@sbt.net.au skrev den 2019-05-29 06:09:
change /var/run to /var/tmp
if you reboot with your config you will loose data
/var/tmp must not be cleaned after boots, /tmp will be cleaned on boot
/tmp and /var/tmp may be emptied at any time; they are not intended for
persistent data. Sockets and temporary working files are fine; I
wouldn't put anything in either one that I expected to keep around for
very long.
The exact default policy may also vary from *nix to *nix (either across
Linux/*BSD/"real"-UNIX divisions, or between Linux distributions), and
will almost certainly vary from system to system according to local
administrator preference/policy.
The default /var/spool/opendmarc/opendmarc.dat sounds reasonable;
/var/lib/opendmarc/opendmarc.dat is probably another good choice. Files
in these trees are expected to hang around.
li...@sbt.net.au wrote:
following Dominic advice I've set "UMask 0002" as , and, also reverted to
default path, restarted some 10 hours ago, so far, so good, no more fopen
errors
I'll change to /var/tmp next
I'd just leave it in the default location; unless you have some strong
reason to put it elsewhere.
-kgd