• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Un Authorised mail sending

C

cripsinternet

Guest
Hi All,

Im wondering if any one can help me, recently after a few complaints
about mail taking days to be delivered i found that the qmail mail queue
was sat at 117k, i remeber having this a while a go where i used to work
and never found out how, or why this happens...

Its a domain which isnt in the allowed RCP Hosts in /var/qmail/control

Does any one know if there is a loop hole where people can inject mail
in to qmail, as this is becomming a real pain now..

currently using this to clear the emails from the suspect domain

for fl in `find /var/qmail/queue/mess` ; do if grep "[email protected]" $fl; then ff=`echo $fl | sed -e 's#/mess/#/*/#'`; echo $ff; rm -f $ff; fi; done


any help would be appreciated

Alan
 
Back
Top