Mail Queue Manager Issues

bigbankclub

Registered
Dec 23, 2014
4
0
1
cPanel Access Level
Root Administrator
I noticed today there is a load - I mean 1000's of emails filling in the Mail Queue.

How can i id the issue. Anyway to block all emails from sending that are not real emails per my domain.

It's sending from random names per my domain and sending to who knows if these emails are real or just attempts.

This the report per one of the emails. I replaced my personal details with xxxxxxx's and filled in some details in plain English.

But what should I be doing to prevent spam and relay services??

Mail Control Data:
xxxx 505 517
<some email at my domain>
1468169952 0
-ident xxxx
-received_protocol local
-body_linecount 21
-max_received_linelength 155
-auth_id xxxxx
-auth_sender xxxxxxxxxxxxxxxxxxxx
-allow_unqualified_recipient
-allow_unqualified_sender
-local
-sender_set_untrusted
XX
1
to someones email @live.com
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello,

Try searching for the message in /var/log/exim_mainlog to see if you can determine the source of the messages. EX:

Code:
exigrep user@domain /var/log/exim_mainlog
You may also find this thread helpful:

How can I find out if my server is sending spam?

Thank you.