Prevent server from bouncing back emails
I send newsletter from my forum to members and because some mail of members became failed by time, i get the following error massage
[PHP]This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
*******@mail.com[/PHP]
the question is it any way to prevent EXIM from send mail to this failed mail again every time i send newsletter
-
i apperaite if any one can help 0 -
Hello , Please run this command and paste output : # tail -200 /var/log/exim_mainlog and paste here name of email you sent to it. Good Luck. 0 -
Do not paste the output from that command here. There's no need for it. the question is it any way to prevent EXIM from send mail to this failed mail again every time i send newsletter
Remove the users with bad email addresses from your list of folks you send the email to. You mention you're sending the email from your forums to your users. Assuming you've got usergroups setup, you could move the bad email address users to another group and then do not send that specific group the email.0 -
]Do not paste the output from that command here. There's no need for it. Remove the users with bad email addresses from your list of folks you send the email to. You mention you're sending the email from your forums to your users. Assuming you've got usergroups setup, you could move the bad email address users to another group and then do not send that specific group the email.
that's right, but i have very large numbers of bad mails and will be hard to follow it manual, is it any way to collect this failed mail address automtic and group it in specific group or prevent EXIM from send to it again0 -
If you were using Mailman for your list for example, bounced email users are auto removed from the list, via settings. I suspect that's not what you're after though. 0
Please sign in to leave a comment.
Comments
5 comments