This forum is no longer active. Please post your questions to our new community site

Forums SAMPStack

php is not using sendmail!!!

Subscribe to php is not using sendmail!!! 4 post(s), 2 voice(s)

 
Avatar maali 3 post(s)

Hi Guy’s

I am using “bitnami-sampstack-1.0-beta-3-solaris-sparc” and it is works very nice. But, I am not able to configure php to use sendmail. It just dose not work :(. I have added the sendmail path to the php.ini in the “etc” directory

“sendmail_path = /usr/lib/sendmail -t -i”

I can send mail from the Solaris command prompt whithout any problem. But not whan I use php.

BR
Maali

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

You are right. The installer does not configure sendmail with php but changing the ‘sendmail_path’ line in etc/php.ini file should be enough. I have been tested on linux and runs well, not sure what is your problem on Solaris Sparc. Could you post more details: trace, logs, etc?

Cheers.

 
Avatar maali 3 post(s)

Hej Beltran

Thanks for the replay. I just noticed that my SMTP mailserver configurations were not OK. And that was the reason.
I tried to setup my own SMTP server, which did not quit work :) Since “bitnami-sampstack-1.0-beta-3-solaris-sparc” is very nice, then maybe is good to add som SMTP configurations to it as well :)

Best Regards
Maali

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Thanks for your feedback. Yes it would be great to configure SMTP for each BitNami Stack, we have this feature in our TODO list :)

Forums SAMPStack