MAILTO=root
# first check if php5 is installed and php(4) is not installed
*/5 * * * *	apache	test -x /usr/bin/php5 && ! test -x /usr/bin/php && /usr/bin/php5 -q /usr/share/egroupware/phpgwapi/cron/asyncwrapper.php >/dev/null 2>&1
# check if php(4) is executeable
*/5 * * * *	apache	test -x /usr/bin/php && /usr/bin/php -q /usr/share/egroupware/phpgwapi/cron/asyncwrapper.php >/dev/null 2>&1
