Not receiving bounced emails from PHPList

Posted by user1780242 on Super User See other posts from Super User or by user1780242
Published on 2013-10-29T05:01:38Z Indexed on 2013/10/31 3:58 UTC
Read the original article Hit count: 429

Filed under:

I am sending a test campaign to my own address and to a fictitious nonsense address and I am receiving the email at my account but I am not receiving any bounces. My settings in the config.php file are:

$message_envelope = '[email protected]';

$bounce_protocol = 'pop';
$bounce_mailbox_host = 'localhost';
$bounce_mailbox_user = '[email protected]';
$bounce_mailbox_password = 'XXXXXX';

What's the next step in figuring out the problem? I also tried both variations of the following:

$bounce_mailbox_port = "110/pop3/notls";
#$bounce_mailbox_port = "110/pop3";

I am running a Godaddy Centos 6 VPS and Plesk 11.

© Super User or respective owner

Related posts about email