Hi, I just updated to the version 3.1.1p1 from 3.1 and I noted that cron is not working anymore. I tried to restart cron.d with success and it's working normally if I write a cron command editing crontab -e. But the cron crommand saved using ispconfig GUI are not working. My crontab -e now looks like this: * * * * * /usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done * * * * * /usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done And my cron.log is fine I guess: Tue Nov 22 01:39:02 CET 2016 Tue Nov 22 01:39:02 CET 2016 finished. Tue Nov 22 01:40:01 CET 2016 Tue Nov 22 01:40:01 CET 2016 Tue Nov 22 01:40:01 CET 2016 finished. Tue Nov 22 01:40:01 CET 2016 c1devmanager does not exceed quota qize: 0 > 1032192 Tue Nov 22 01:40:01 CET 2016 c1gestionale does not exceed quota qize: 0 > 1032192 Tue Nov 22 01:40:01 CET 2016 c1mobile does not exceed quota qize: 0 > 2211840 Tue Nov 22 01:40:01 CET 2016 c1talksmeter does not exceed quota qize: 0 > Tue Nov 22 01:40:01 CET 2016 c1trovatennis_default does not exceed quota qize: 0 > 3145680 Tue Nov 22 01:40:01 CET 2016 c2default does not exceed quota qize: 0 > 2642517408 Tue Nov 22 01:40:01 CET 2016 c2magazine does not exceed quota qize: 0 > Tue Nov 22 01:40:01 CET 2016 /usr/bin/fail2ban-client Tue Nov 22 01:40:01 CET 2016 /sbin/iptables Tue Nov 22 01:40:01 CET 2016 /sbin/ip6tables I really don't know what to do, I tried everything I know. Thank you in advance for the support