Hello,
I installed ser + serweb. Everything works execept for the e-mails.
When a new user is created, the new user info appears on the "pending" mysql table. But the e-mail is not sent.
Also serweb does not give any error message. Or follow up page. Just a blank page after the registration.
(the same thing happens when you ask for a password reminder)
my php.ini has: sendmail_path = /usr/sbin/sendmail -t -i
and the unix box sends mail ok with pine it has slackware 9, apache_1.3.31 and php-4.3.8
Any ideas of what could be wrong ? Or how to get more debugging data ?
Thanks a lot, Jaime Garcia
Look for variable containing email address which is used to send email from serweb ($email_from or something like that) in main configuration file (config.php) and doublecheck all configuration in that file.. note that email should be valid... also monitor /var/log/syslog and /var/log/messages for debug info
Regards, Roman
On Wednesday 21 July 2004 20:27, Jaime G. Ghirelli wrote:
Hello,
I installed ser + serweb. Everything works execept for the e-mails.
When a new user is created, the new user info appears on the "pending" mysql table. But the e-mail is not sent.
Also serweb does not give any error message. Or follow up page. Just a blank page after the registration.
(the same thing happens when you ask for a password reminder)
my php.ini has: sendmail_path = /usr/sbin/sendmail -t -i
and the unix box sends mail ok with pine it has slackware 9, apache_1.3.31 and php-4.3.8
Any ideas of what could be wrong ? Or how to get more debugging data ?
Thanks a lot, Jaime Garcia
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Finally, it turned out to be a php problem. For some reason it was built without the mail() function. Recompiling php fixed the problem.
Thanks,
Jaime Garcia
On Thu, 22 Jul 2004, Roman wrote:
Look for variable containing email address which is used to send email from serweb ($email_from or something like that) in main configuration file (config.php) and doublecheck all configuration in that file.. note that email should be valid... also monitor /var/log/syslog and /var/log/messages for debug info
Regards, Roman
On Wednesday 21 July 2004 20:27, Jaime G. Ghirelli wrote:
Hello,
I installed ser + serweb. Everything works execept for the e-mails.
When a new user is created, the new user info appears on the "pending" mysql table. But the e-mail is not sent.
Also serweb does not give any error message. Or follow up page. Just a blank page after the registration.
(the same thing happens when you ask for a password reminder)
my php.ini has: sendmail_path = /usr/sbin/sendmail -t -i
and the unix box sends mail ok with pine it has slackware 9, apache_1.3.31 and php-4.3.8
Any ideas of what could be wrong ? Or how to get more debugging data ?
Thanks a lot, Jaime Garcia
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers