• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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