Refer the solution given below:-
It seems that some user is spamming from your server,then for quick action clear the exim mail queue.
'rm -rf /var/spool/exim/input'
**************************
Fire the below mentioned command at your command prompt to find the domain which is being used by spammers for spamming.
# exim -bpr | exiqsumm -c | head
And Then,
#exiqgrep -ir <domain> | xargs -n1 exim -Mrm
That should remove any Email that is in the queue that is waiting to be delivered to POP accounts at [domain].
No comments:
Post a Comment