diff --git a/docker/kolab/utils/09-enable-debugging.sh b/docker/kolab/utils/09-enable-debugging.sh index 81b612e1..7a7996ea 100755 --- a/docker/kolab/utils/09-enable-debugging.sh +++ b/docker/kolab/utils/09-enable-debugging.sh @@ -1,8 +1,11 @@ #!/bin/bash echo "chatty: 1" >> /etc/imapd.conf echo "debug: 1" >> /etc/imapd.conf systemctl restart cyrus-imapd sed -i -r -e "s/_debug'] = (.*);/_debug'] = true;/g" /etc/roundcubemail/config.inc.php + +echo "FLAGS=\"--fork -l debug -d 8\"" > /etc/sysconfig/wallace +systemctl restart wallace