Does dolphin use sendmail or postfix? And if it can use both, how does it know which one to pick? Is there a setting somewhere that i must set
OS: OpenSuSE 11.1
Webservice: Apache2
PHP Version: 5
MySQL: 5.0
Does dolphin use sendmail or postfix? And if it can use both, how does it know which one to pick? Is there a setting somewhere that i must set OS: OpenSuSE 11.1 Webservice: Apache2 PHP Version: 5 MySQL: 5.0 |
Dolphin does not use either.
https://www.deanbassett.com |
Does that mean I have to tell PHP what to use? or is it automatic? Basically i cannot get email notifications to work. It says the email was sent but i never receives anything. How do I verify that the php mail functions are working correctly? |
You should not have to do that. The install of one of the mail servers should make those adjustments. https://www.deanbassett.com |
I'm having the same problem all of my settings are correct but i'm unable to send nor receive any messages from the admin control |
Awesome. So php.ini is the one I must edit. Can you show me an example of what is supposed to go there for the mail functions to work? |
Well as i said, you should not have to touch those settings. I guess i need to know your current hosting situation first before i can make any suggestions. https://www.deanbassett.com |
Yes, I host my own mail server. I am using a program called Mail Enable that runs on top of a separate box running Windows Server 2003. Question though..... I know you said I should check my mail server's configuration......But you did say that php.ini may require "sendmail_path = /usr/sbin/sendmail -t -i" ............assuming that sendmail is installed. Now if sendmail is installed by default, is there any configuration needed on the sendmail side to get "sendmail_path = /usr/sbin/sendmail -t -i" to work? Like do I somehow need to tell sendmail my mail server's IP/authentication information? |
I am not familier with Mail Enable. https://www.deanbassett.com |
Nah. I don't have a smarthost. I actually host my own smtp and pop3. What I was wondering was........Since php.ini may require "sendmail_path = /usr/sbin/sendmail -t -i" if sendmail is installed, is there anything needed to be configured in sendmail as far as my mail server's IP address and authentication information is concerned? |