Sendmail not send email when user sign up

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
mzainal
Posts: 8
Joined: 06 Aug 2010, 01:44

Sendmail not send email when user sign up

Post by mzainal »

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.
atrol
Site Admin
Posts: 8544
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sendmail not send email when user sign up

Post by atrol »

Did this work ever before?
Did you reproduce this yourself, or is this just a report of another user?
Please use Search before posting and read the Manual
mzainal
Posts: 8
Joined: 06 Aug 2010, 01:44

Re: Sendmail not send email when user sign up

Post by mzainal »

Work before. No, i report for my self. Still investigate.
atrol
Site Admin
Posts: 8544
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Sendmail not send email when user sign up

Post by atrol »

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

Code: Select all

$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';
Please use Search before posting and read the Manual
Post Reply