My IIS / PHP / MySQL and Exchange are on the same box. To allow PHP to send
mail I need to add my servers IP to the "Granted" list for the SMTP Virtual
Server in Exchange, however, this opens me up for spam relaying.
If I remove the IP, PHP generated mail no longer goes out (either using
mail() or PHPMailer). Is there any combination that I can use to stop my
server from relaying AND allow my PHP mail to go out ?
Thanks.
mail I need to add my servers IP to the "Granted" list for the SMTP Virtual
Server in Exchange, however, this opens me up for spam relaying.
If I remove the IP, PHP generated mail no longer goes out (either using
mail() or PHPMailer). Is there any combination that I can use to stop my
server from relaying AND allow my PHP mail to go out ?
Thanks.
Comment