Re: [PHP-INST] mail function is not working

2003-04-03 Thread Dorian Szekely
hi, that's it, sendmail rejects the message with an error: Apr 3 22:52:25 chicago231 sendmail[17259]: NOQUEUE: SYSERR(wwwrun): /etc/sendmail.cf: line 71: readcf: DontBlameSendmail option: GroupReadableSASLFile unrecognized i will switch to the sendmail newsgroup to get this fixed ;-) apache ru

Re: [PHP-INST] mail function is not working

2003-04-03 Thread Michael Scappa
Dorian, it could be your 'sendmail from' line in there. Sometimes sendmail will reject sending emails from invalid from addresses. Make it a real address on your server and make sure apache is allowed to send from that address (its in the trusted-users) file of your /etc/mail folder. I'm willing to