install_opendmarc.sh: change loaction of 'HistoryFile' and also the pid file.

This commit is contained in:
Christoph 2021-04-29 19:49:51 +02:00
parent 0d8f2910ab
commit 30f109c96e

View File

@ -24,7 +24,7 @@ opendmarc_socket_file="${opendmarc_socket_dir}/opendmarc.sock"
config_file_name_value_parameters="
AuthservID|OpenDMARC
PidFile|/var/run/opendmarc/opendmarc.pid
PidFile|/run/opendmarc/opendmarc.pid
RejectFailures|true
Syslog|true
SyslogFacility|mail
@ -35,7 +35,7 @@ config_file_name_value_parameters="
UMask|002
FailureReports|false
AutoRestart|true
HistoryFile|/var/log/opendmarc.log
HistoryFile|/run/opendmarc/opendmarc.dat
SPFSelfValidate|true
Socket|${opendmarc_socket_file}
"