Mass email exim problem - strange

Misiek

Well-Known Member
Feb 23, 2004
130
3
168
cPanel Access Level
Root Administrator
First of all i would like to say that exim is working and normally sending email but when my client send mass mail through phpbb and ind send email for 1000 users the email gets in queue, get an exim proccess but no emails are send so i do not know what is happening anybody any clue ?
 
Last edited:

Misiek

Well-Known Member
Feb 23, 2004
130
3
168
cPanel Access Level
Root Administrator
The problem is that when you send a big message with about a thousend BCC's the exim creates a single process to handle it and leaves no trace what the process is doing

Is there any way to see how many recipients did this process processed ?
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
Yes, as I said, you'd need to look in the exim mainlog - it should all be in there with the transaction log for the message ID(s).
 

freedman

Well-Known Member
Feb 13, 2005
314
5
168
exim -bp

exim -bp

will show you the exim queue.. it should list the particular email message in question and all the email addresses it's being sent to.

the ones that have already been delivered will be tagged, I believe with a "D"
the remaining ones stay in queue until the timeout (72 hours?), then a bounceback is generated listing the undeliverables--the bounceback is probably cought by phpbb and disgarded