Quick question please. I have a fresh installation, and checking:
Has the cron job for autoreponder been removed, not necessary anymore?
Currently cron jobs are:
Process Queue
/usr/bin/php /home/mysite/public_html/news/admin/index.php -p processqueue -c /home/mysite/public_html/news/config/config.php >/dev/null 2>&1
Process Bounces
/usr/bin/php /home/mysite/public_html/news/admin/index.php -p processbounces -c /home/mysite/public_html/news/config/config.php >/dev/null 2>&1
do I still add?
Autoresponder
/usr/bin/php /home/mysite/public_html/news/admin/index.php -m Autoresponder -p process -c /home/mysite/public_html/news/config/config.php >/dev/null 2>&1
Most appreciated