install_opendmarc.sh: change loaction of 'HistoryFile' and also the pid file.
This commit is contained in:
parent
0d8f2910ab
commit
30f109c96e
@ -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}
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user