Dear Friends,
I have a website(NewsPaper), where there is an option to send an e-mail from php script using php mailer function through SMTP server ( exchange windows 2003).
but it seems that spammers are routing SPAM through the server.

I need to restrict the mail relay, in order to grant permissions for those who are sending mails through our site using our PHP Form only. what shall i put in the relay settings..??

How can i do that to deny spammers from passing spam through our server???

Thanks in advance...

    it they actully relaying via smtp, or just using your form to send spam?

      thank you for your replies,

      Thank you wjgilmore,

      Thank you dagon
      but I think that they are relaying via SMTP...because in less than 1 min thousand of e-mails arrive o queue Folder, and in my form the PHP code validate all the input by the users...

      but to be 100 % sure, How can I know if they are using my SMTp or through the PHP Form???

        Write a Reply...