I successfully installed GL. However there is only one small thing that doesn't work... new user emails get sent from nobody@localhost.localdomain. I have a fully functional and working mail server(works with every other email program) I checked php.ini for a "mail()" setting there is non. I tried hard coding the address in emailpassword(in user.php) still doesn't work. I use RH7.3 Apache(php4.2.3). So I checked for any occurance of mail in php.ini for unix it claims only to need the path to sendmail other settings are for "win32 only". I checked my virtual server(and actual) settings in both apache and sendmail. All good. Anyone have any ideas what's going on?
02/03/03 03:26pm
Anonymous
Anonymous
Did you set this variable here in config.php?
$_CONF['site_mail']
02/04/03 01:51pm
rfuller
Anonymous
Yes , maybe my custom apache and php compile has something to do w/ probs.