exim php shell_exec question
Hi,I'm trying to have the number of messages in a mailqueue echoed to a web page.
When I use:
Code:
$mailqueue = shell_exec("exim -bpc");
Code:
exim: permission denied
Any ideas how I could get round this?
Cheers
Simon