Hello to the team.
I have a very strange problem and I would like your help.
Let's say that my server name is server.com and a specific domain I use is domain.com
The server has port 25 closed and need authentication for using SMTP.
The domain has no email accounts and also the Mail service has been disabled.. So they can't use email.
Also I have add the following PHP directives
I also check if php mail working and it doesn't work.
But this specific domain continue saturated my qmail queue with thousand of spam! I check the UID and I found that the specific domain sent them (I follow this http://kb.parallels.com/en/766 )
The sender always is "domain@server.com" .
When I disable the subscription the spam is stop.
Please can you help me how this domain can send emails and how can I stop it?
Thank you very much!!!
I have a very strange problem and I would like your help.
Let's say that my server name is server.com and a specific domain I use is domain.com
The server has port 25 closed and need authentication for using SMTP.
The domain has no email accounts and also the Mail service has been disabled.. So they can't use email.
Also I have add the following PHP directives
disable_functions = mail,exec,shell_exec,passthru,system,proc_open,popen
I also check if php mail working and it doesn't work.
But this specific domain continue saturated my qmail queue with thousand of spam! I check the UID and I found that the specific domain sent them (I follow this http://kb.parallels.com/en/766 )
The sender always is "domain@server.com" .
When I disable the subscription the spam is stop.
Please can you help me how this domain can send emails and how can I stop it?
Thank you very much!!!