One of the strengths of phpList is its handling of "bounces".
A bounce is an email message that is returned because it could not be delivered for a number of reasons: The mailbox of the recipient might be full, the email address might no longer be valid or temporarily disabled, the email address might be misspelled, etc. A bounce is not the same as an out-of-office reply. For more info, see this Wikipedia article on bounces.

editor config.php file

look for "Settings for handling bounces" section
$message_envelope = 'hawking@localhost';
$bounce_protocol = 'mbox';

define ("MANUALLY_PROCESS_BOUNCES",1);
$bounce_mailbox_port = "110/pop3/notls";

# when the protocol is pop, specify these three
$bounce_mailbox_host = 'localhost';
$bounce_mailbox_user = 'askwan@localhost';
$bounce_mailbox_password = 'askwan.com';
$bounce_unsubscribe_threshold = 3;

then save it .

now, install exim4 and dovecot
apt-get install exim4 exim4-base exim4-config dovecot-common dovecot-pop3d
configure exim4 and dovecot.conf
protocols = pop3

disable_plaintext_auth = no

ssl_disable = yes
mail_location = mbox:~/mail:INBOX=/var/mail/%u
last, restart dovecot and exim4

then you can use foxmail receive email from you phplist host that have bounced !

作者:askwan@『AskWan』
地址:http://www.askwan.com/How_to_configure_bounce_handling_in_PhpList/
可以转载,转载时请以链接形式注明作者和原始出处及本声明!

Tags: , , ,
Application | Comments(0) | Trackbacks(0) | Reads(391)
收藏到网摘:百度搜藏 Google书签 Yahoo收藏 新浪ViVi收藏夹 365天天网摘 天极网摘 我摘·网摘·网络书签 POCO网摘 和讯网摘 Bolaa博拉博客收录中心 天下图摘
Add a comment
Emots
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
Enable HTML
Enable UBB
Enable Emots
Hidden
Remember
Nickname   Password   Optional
Site URI   Email   [Register]