Hi,
I'm using Mantis 1.0.7 and install in OpenBSD 4.0. Yesterday i got report when user try to register, they didn't receive any mail. So, i check in /var/log/maillog, no email sending by sendmail.
Any idea why? Please assist me.
Thanks.
Sendmail not send email when user sign up
Moderators: Developer, Contributor
Re: Sendmail not send email when user sign up
Work before. No, i report for my self. Still investigate.
Re: Sendmail not send email when user sign up
I am not sure whether this was already ailable with 1.0.7
To get some messages what's happening you can add the following lines do file config_inc.php
Maybe you have to adjust the path of the file
To get some messages what's happening you can add the following lines do file config_inc.php
Maybe you have to adjust the path of the file
Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';