Mail Queue Administration problem...

evolver

Verified User
Joined
Mar 11, 2006
Messages
44
Hello All ,
I have a problem with Mail Queue Administration in DirectAdmin.

When I was click it , I got this error message in DA.

Your connection has timed out



Details

Either your request was invalid or the program hasn't completed your request.
Please notify the server admin


How can I see Mail Queue in DirectAdmin ?

Thanks,
 
Hello ,

The spool problem is solved but now the problem is spam mails :(

Please see the attachment :(

I don't understand what can I do :(
 

Attachments

  • mail_error.JPG
    mail_error.JPG
    28.8 KB · Views: 247
Hello ,

Thanks for your message once.

But the Spam Assassin is currently installed and active :(
 
Maybe someone is spamming FROM your server :) Or to random emails (in this case you should disable catch-all function).

If you want to look at your exim queue, use:
Code:
# exim -bp

If you'll see interesting email addresses, you can view email headers by:
Code:
# exim -Mvh message_ID

And body:
Code:
# exim -Mvb message_ID
 
Back
Top