How I used the perfect server guide for debian wheezy nginx,mysql,fail2ban,phpmyadmin,dovecot,BIND,php-fpm etc..I didn't install clamav or amanvis mailto php scripts aren't working anymore on websites. I had some cron errors that I mostly solved by myself browsing the forums but I have hit the wall and need a hand. Am I barking up the wrong tree? This seems to be info people wish to see when talking about cron. Code: root@server1:~# ls -la /etc/cron.d/ total 20 drwxr-xr-x 2 root root 4096 Feb 14 02:19 . drwxr-xr-x 92 root root 4096 Feb 14 02:23 .. -rw-r--r-- 1 root root 102 Sep 13 2011 .placeholder -rw-r--r-- 1 root root 257 Feb 12 22:11 awstats -rw-r--r-- 1 root root 510 Feb 9 16:42 php5 Output crontab -e for ispconfig Code: * * * * * /usr/local/ispconfig/server/server.sh > /dev/null >> /var/log/ispconf$ 30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/$
the reason is: so the mailsystem is incomolete and will not work as they are system requirements for ispconfig.
I'm sorry I didn't realize antivirus and spam protection were a requirement for ispconfig. I don't wish to run these services alongside with my ispconfig install. So you are saying there is no chance at support through howtoforge unless I run these services? Can you at least tell me if my crontab looks normal.
You can run ispconfig without that, but it requires that you install ispconfig in expert and not standard mode and choose to configure only the services that you want to run on the server. You can try to repair your setup by disabling the services manually: http://www.faqforge.com/linux/contr...ilter-and-antivirus-functions-in-ispconfig-3/ Your crontab is correct. Cron is not related to your mail issues.
Oh I feel really silly now. My sendmail test php file had an old email address I no longer use. Turns out everything works just fine. I did do an expert install and skipped those two services. I did all the other steps. I also upgraded nginx, php5 and a few others from the dotdeb 3rd party sources. I kept jailkit, fail2ban and the rootkit scanner because they aren't perpetually sucking 100's of mb of ram. There are viruses on the Internet. It's up to the individual to filter them, not me and I need the ram. I want to thank all of you for paying attention. I'll go away now and feel dumb somewhere else.