diff options
author | Mikhail Gusarov <dottedmag@debian.org> | 2015-03-07 10:41:05 +0000 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-03-17 18:58:55 +0200 |
commit | 9d07433f9857a0b77183d3f3d69883337848000a (patch) | |
tree | 3720329ad0e2860c1da0c00334add2fbf90684c4 /conf | |
parent | e10ddbdaefe0c74875648bf182e000d0b5e42a82 (diff) | |
download | rspamd-9d07433f9857a0b77183d3f3d69883337848000a.tar.gz rspamd-9d07433f9857a0b77183d3f3d69883337848000a.zip |
Explicitly set tmpdir in config file
Diffstat (limited to 'conf')
-rw-r--r-- | conf/options.inc | 1 |
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"; |