I know cron runs this command every three minutes to process bounces, etc:
Thanks!
*/3 * * * * /usr/bin/php-cli -q /home/xxx/public_html/e/apps/console/console.php process-delivery-and-bounce-log
I took a look in ProcessDeliveryAndBounceLogCommand.php and see that the command basically processes emails with bounces, errors, etc. Great. However, my question is, does this command apply to people who have a bounce server setup? I use an API with an SMTP provider and bounces are processed by them issuing a callback. Can someone help?
Thanks!