aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@debian.org>2015-03-07 10:41:05 +0000
committerAndrew Lewis <nerf@judo.za.org>2015-03-17 18:58:55 +0200
commit9d07433f9857a0b77183d3f3d69883337848000a (patch)
tree3720329ad0e2860c1da0c00334add2fbf90684c4 /conf
parente10ddbdaefe0c74875648bf182e000d0b5e42a82 (diff)
downloadrspamd-9d07433f9857a0b77183d3f3d69883337848000a.tar.gz
rspamd-9d07433f9857a0b77183d3f3d69883337848000a.zip
Explicitly set tmpdir in config file
Diffstat (limited to 'conf')
-rw-r--r--conf/options.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc
index c13b1778f..85a69dca1 100644
--- a/conf/options.inc
+++ b/conf/options.inc
@@ -13,3 +13,4 @@ dns {
sockets = 16;
retransmits = 5;
}
+tempdir = "/tmp";