Ok since I went a little off topic with my last thread I thought I would write a new one. Here is the basic issue I am having. Our email server is working fine sending mail after users authenticate with the server. I do not want to run an open relay because then I would have a lot of spam leaving my network as I had in the past when I ran an open relay. I have the option setup in exim as
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path =/usr/sbin/sendmail -t -i
Users are not able to send mail with scripts and I believe this has to do with the authentication we require to send mail. I am looking for a way to resolve this issue without having to use a smarthost. I would be grateful to anyone that can help with this. I was also looking into pears ability to send mail as well.
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path =/usr/sbin/sendmail -t -i
Users are not able to send mail with scripts and I believe this has to do with the authentication we require to send mail. I am looking for a way to resolve this issue without having to use a smarthost. I would be grateful to anyone that can help with this. I was also looking into pears ability to send mail as well.