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="
|
config_file_name_value_parameters="
|
||||||
AuthservID|OpenDMARC
|
AuthservID|OpenDMARC
|
||||||
PidFile|/var/run/opendmarc/opendmarc.pid
|
PidFile|/run/opendmarc/opendmarc.pid
|
||||||
RejectFailures|true
|
RejectFailures|true
|
||||||
Syslog|true
|
Syslog|true
|
||||||
SyslogFacility|mail
|
SyslogFacility|mail
|
||||||
@ -35,7 +35,7 @@ config_file_name_value_parameters="
|
|||||||
UMask|002
|
UMask|002
|
||||||
FailureReports|false
|
FailureReports|false
|
||||||
AutoRestart|true
|
AutoRestart|true
|
||||||
HistoryFile|/var/log/opendmarc.log
|
HistoryFile|/run/opendmarc/opendmarc.dat
|
||||||
SPFSelfValidate|true
|
SPFSelfValidate|true
|
||||||
Socket|${opendmarc_socket_file}
|
Socket|${opendmarc_socket_file}
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user