I have a web server running debian linux, that has php4 on it. My mail server on the network is a microsoft exchange server. I cant seem to get php to be able to send emails through my exchange server. Here is what I have in my php.ini file:
[mail function]
; For Win32 only.
SMTP = 192.168.1.5
smtp_port = 25
; For Win32 only.
;sendmail_from =
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = /usr/sbin/sendmail
How do I make this work?