aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);