Using FreeBSD 7.1.
I have a PHP cronjob that when run hangs. In the processes I can see the following line ...
along with the hung PHP script. The server is configured to use Postfix which was happily working until 24th December. The /var/log/maillog is showing the following error ...
which to me seems like it is trying to use Sendmail instead of Postfix. As Sendmail is disabled on my server I'm guessing this is why it is hanging the CRONJOB processes.
I've checked the entries in RC.CONF and I don't know what else to try.
I have a PHP cronjob that when run hangs. In the processes I can see the following line ...
Code:
usr/sbin/sendmail -FCronDaemon -odi -oem -oi -t
along with the hung PHP script. The server is configured to use Postfix which was happily working until 24th December. The /var/log/maillog is showing the following error ...
Code:
fatal: usage: sendmail [options]
which to me seems like it is trying to use Sendmail instead of Postfix. As Sendmail is disabled on my server I'm guessing this is why it is hanging the CRONJOB processes.
I've checked the entries in RC.CONF and I don't know what else to try.