Index: opendmarc-1.3.0.beta2/opendmarc/opendmarc.c =================================================================== --- opendmarc-1.3.0.beta2.orig/opendmarc/opendmarc.c 2014-05-18 11:01:00.000000000 +0200 +++ opendmarc-1.3.0.beta2/opendmarc/opendmarc.c 2014-05-18 11:01:24.000000000 +0200 @@ -146,7 +146,6 @@ char * conf_afrfbcc; char * conf_copyfailsto; char * conf_reportcmd; - char * conf_tmpdir; char * conf_authservid; char * conf_historyfile; char * conf_pslist; @@ -1269,10 +1268,6 @@ &conf->conf_ignoreauthclients, sizeof conf->conf_ignoreauthclients); - (void) config_get(data, "TemporaryDirectory", - &conf->conf_tmpdir, - sizeof conf->conf_tmpdir); - (void) config_get(data, "ReportCommand", &conf->conf_reportcmd, sizeof conf->conf_reportcmd); Index: opendmarc-1.3.0.beta2/opendmarc/opendmarc-config.h =================================================================== --- opendmarc-1.3.0.beta2.orig/opendmarc/opendmarc-config.h 2014-05-18 11:02:00.000000000 +0200 +++ opendmarc-1.3.0.beta2/opendmarc/opendmarc-config.h 2014-05-18 11:02:06.000000000 +0200 @@ -48,7 +48,6 @@ { "SPFSelfValidate", CONFIG_TYPE_BOOLEAN, FALSE }, { "Syslog", CONFIG_TYPE_BOOLEAN, FALSE }, { "SyslogFacility", CONFIG_TYPE_STRING, FALSE }, - { "TemporaryDirectory", CONFIG_TYPE_STRING, FALSE }, { "TestDNSData", CONFIG_TYPE_STRING, FALSE }, { "TrustedAuthservIDs", CONFIG_TYPE_STRING, FALSE }, { "UMask", CONFIG_TYPE_INTEGER, FALSE }, Index: opendmarc-1.3.0.beta2/opendmarc/opendmarc.conf.5.in =================================================================== --- opendmarc-1.3.0.beta2.orig/opendmarc/opendmarc.conf.5.in 2014-05-18 11:02:23.000000000 +0200 +++ opendmarc-1.3.0.beta2/opendmarc/opendmarc.conf.5.in 2014-05-18 11:02:35.000000000 +0200 @@ -294,12 +294,6 @@ The default is "mail". .TP -.I TemporaryDirectory (string) -Specifies the directory in which temporary files should -be written. The default is -.I /var/tmp. - -.TP .I TrustedAuthservIDs (string) Provides a list of authserv-ids that are to be used to identify Authentication-Results header fields whose contents are to be assumed as valid Index: opendmarc-1.3.0.beta2/opendmarc/opendmarc.conf.sample =================================================================== --- opendmarc-1.3.0.beta2.orig/opendmarc/opendmarc.conf.sample 2014-05-18 11:02:44.000000000 +0200 +++ opendmarc-1.3.0.beta2/opendmarc/opendmarc.conf.sample 2014-05-18 11:02:55.000000000 +0200 @@ -319,13 +319,6 @@ # # SyslogFacility mail -## TemporaryDirectory path -## default /var/tmp -## -## Specifies the directory in which temporary files should be written. -# -# TemporaryDirectory /var/tmp - ## TrustedAuthservIDs string ## default HOSTNAME ##