I am running PHP 5.2.4 on FreeBSD 6.2 (Webserver is Apache 2.2) and Joomla 1.5RC4. I am trying to get joomla up and running and tried to make a test user on my system. http://eoblivion.dyndns.orgThe system sends a registration confirmation email out only it never gets out... I did not confirm this via logs, but I think that either 1) Sendmail is not setup to go anywhere -- this is possible. or 2) I did not configure something in the PHP.INI file? What I want to do is send the mail out to my ISP server or through GMAIL. I have no idea how to configure sendmail and could use help if it can be handled directly by the PHP server.
HELP is appreciated
Mike
Last edited by irishmike2004 on Thu Jan 17, 2008 4:08 pm, edited 2 times in total.
Not very familiar with sendmail other than a few years ago I wrote a perl script. I know that sendmail is not setup to receive mail from outside the system... but the daemon is running. I am clueless from here.
Not very familiar with sendmail other than a few years ago I wrote a perl script. I know that sendmail is not setup to receive mail from outside the system... but the daemon is running. I am clueless from here.
Figured out that everything IS getting out, but being rejected from most mail servers on the net. It has been suggested that I install Postfix, but this is on FreeBSD, so I will probably do this with some help from my local LUG group
The way I found out that it actually was working was that I had a friend that has his own mail server up and running try to see if the Joomla system would send him back his registration code... and it worked.