From b9a3ef486ebcde18a5ade37865ff8f397185d24f Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 24 Jul 2016 05:30:59 -0400
Subject: [PATCH] Fixed #3979 Mailbox users unable to save autoresponders

---
 install/tpl/opensuse_pureftpd_conf.master |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/install/tpl/opensuse_pureftpd_conf.master b/install/tpl/opensuse_pureftpd_conf.master
index f0d2f8c..bf3fd05 100644
--- a/install/tpl/opensuse_pureftpd_conf.master
+++ b/install/tpl/opensuse_pureftpd_conf.master
@@ -43,7 +43,8 @@
 
 # Fork in background
 
-Daemonize                   yes
+#Daemonize                   yes
+Daemonize                   no
 
 
 
@@ -234,7 +235,7 @@
 # File creation mask. <umask for files>:<umask for dirs> .
 # 177:077 if you feel paranoid.
 
-Umask                       177:077
+Umask                       133:022
 
 
 

--
Gitblit v1.9.1