Hello,
I have been using a php mail script to send our monthly newsletter out and we have recently switched to using Exchange 2010 for our mail server. When I send email with the php script Exchange will only relay to internal email addresses, I get SMTP server response: 550 5.7.1 Unable to relay on addresses that are outside our domain.
My php.ini settings are:
[mail function]
SMTP = <server ip>
smtp_port = 25
sendmail_from = <email address>
(I have also tried adding the username and password for the email account to the above)
I understand that this is probably an Exchange configuration problem but would like to know if anyone else has had trouble using exchange servers with the php mail function. From our settings "anonymous users" is allowed, and it appears that it should relay but it doesn't.
Any help or direction would be greatly appreciated, this worked fine on our old mail server (kerio).
Thanks,
Luke


