aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2014-06-19 00:32:19 +0200
committerGilles Chehade <gilles@poolp.org>2014-06-19 00:32:19 +0200
commit0fe8c6d666a202a0dca487f5dc5d37ec048110fd (patch)
treeeac1d736fd771c0588a0fdb695d27035e9f17426
parentmake filter sockets for data non-blocking. (diff)
downloadOpenSMTPD-0fe8c6d666a202a0dca487f5dc5d37ec048110fd.tar.xz
OpenSMTPD-0fe8c6d666a202a0dca487f5dc5d37ec048110fd.zip
don't chroot queue_python, the python script should do it itselfopensmtpd-201406190033
otherwise imports will fail
-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);