send queue still exist after deleting the user

hehachris

Verified User
Joined
Nov 24, 2004
Messages
533
Location
Hong Kong
i have a client using our server to send spam
i find out that user and delete his account immediately.
but now when i look up with exim mainlog, new processes of his email address are still logging:

2005-08-23 18:32:51 1E73By-0007Cb-Hz ** [email protected] F=<[email protected]> R=lookuphost T=remote_smtp: SMTP error from remote mailer after RCPT TO:<[email protected]>: host mx2.hotmail.com [65.54.166.230]: 550 Requested action not taken: mailbox unavailable

*[email protected] is his email address

and i've found some record like this:

2005-08-23 18:32:51 1E73By-0007Cb-Hz -> xxx.com F=<[email protected]> R=lookuphost T=remote_smtp S=1415 H=mx2.xxx.com [xx.xx.xx.xx]* C="250 <[email protected]> Queued mail for delivery"



wt should i do to stop it??
 
Last edited:
Check if there aren't any queued messages in the Exim queue by using 'exim -bp'.
Furthermore, remove his ip from the access list, if that hasn't been done already. (popb4smtp should delete it after about 10 to 25 min).

If there are messages in the exim queue, you could try to mark them 'recieved successfully', however I don't know the command out of my head...
 
Back
Top