If I edit:
# $message_envelope = no-reply@mydonain.com;
and change it to:
$message_envelope = no-reply@mydomain.com;
I am no longer able to access "mydomain.com/phplist/admin"
I just get a blank page! help?
Speetmail wrote:yes no problem. imap i got it to work whe exch and postfix no problem
$message_envelope = 'listbounces@xxxxxx'; (to mine domain, that mailbox will forward the mail to the gmail account)
$bounce_protocol = 'pop';
define ("MANUALLY_PROCESS_BOUNCES",1);
$bounce_mailbox_host = 'pop.gmail.com';
$bounce_mailbox_user = 'xxxxxx@gmail.com';
$bounce_mailbox_password = 'xxxxxx';
$bounce_mailbox_port = "995/pop3/ssl";
$bounce_mailbox_purge = 1;
$bounce_mailbox_purge_unprocessed = 1;
$bounce_unsubscribe_threshold = 5;
Errors-To: listbounces@XXXXXX ($message_envelope)
Date: Tue, 20 Sep 2011 09:18:43 +0200 (CEST)
Return-Path: listbounces@XXXXXX ($message_envelope)
Cannot create POP3 connection to pop.gmail.com: POP3 connection broken in response
Identifying consecutive bounces
Nothing to do
Identifying consecutive bounces
0 users processed
$bounce_protocol = 'pop';
define ("MANUALLY_PROCESS_BOUNCES",1);
$bounce_mailbox_host = 'pop.gmail.com';
$bounce_mailbox_user = 'my_email@googlehosted.com';
$bounce_mailbox_password = '********';
$bounce_mailbox_port = "995/pop3/ssl/novalidate-cert";
if (!$port) {
#$port = '110/pop3/notls';
$port = '995/pop3/ssl/novalidate-cert';
}
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 2 guests