aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2014-06-19 00:32:51 +0200
committerGilles Chehade <gilles@poolp.org>2014-06-19 00:32:51 +0200
commit87bc62ea08fc0692068a13371df151d10df02ed7 (patch)
tree63b753dd03e5bef93257745283f1009253044c7b
parentMerge branch 'master' into portable (diff)
parentdon't chroot queue_python, the python script should do it itself (diff)
downloadOpenSMTPD-87bc62ea08fc0692068a13371df151d10df02ed7.tar.xz
OpenSMTPD-87bc62ea08fc0692068a13371df151d10df02ed7.zip
Merge branch 'master' into portableopensmtpd-201406190036p1
-rw-r--r--smtpd/backends/queue_python.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtpd/backends/queue_python.c b/smtpd/backends/queue_python.c
index a1b74fe0..9cd80aab 100644
--- a/smtpd/backends/queue_python.c
+++ b/smtpd/backends/queue_python.c
@@ -396,6 +396,7 @@ main(int argc, char **argv)
queue_python_init(1);
+ queue_api_no_chroot();
queue_api_dispatch();
return (0);