Page 1 of 1

Email Help

Posted: 23 Aug 2006, 18:04
by rsaeks
I am on 1.0.5 and I can't seem to get the email to relay.

I am running CommunigatePro, and when I look at the logs, I see the following which seem to tell me why the email isn't sending, I just don't know how to fix it. Is there a way to code into the email_api.php file the domain to use?

The entry I see is:

13:02:47.05 3 DNR-11385(localhost.localhost) MX:host name is unknown
13:02:47.05 3 DNR-11386(localhost.localhost) A:host name is unknown
13:02:47.05 1 SMTPI-04079([10.15.4.19]) Return-Path 'www@localhost.localhost' rejected: host name is unknown

I would like to be able to change the email address, or at least provide a username and password for the mail command to use.

Any ideas?

Re: Email Help

Posted: 23 Aug 2006, 18:24
by shark
rsaeks wrote:I am on 1.0.5 and I can't seem to get the email to relay.

I am running CommunigatePro, and when I look at the logs, I see the following which seem to tell me why the email isn't sending, I just don't know how to fix it. Is there a way to code into the email_api.php file the domain to use?

The entry I see is:

13:02:47.05 3 DNR-11385(localhost.localhost) MX:host name is unknown
13:02:47.05 3 DNR-11386(localhost.localhost) A:host name is unknown
13:02:47.05 1 SMTPI-04079([10.15.4.19]) Return-Path 'www@localhost.localhost' rejected: host name is unknown

I would like to be able to change the email address, or at least provide a username and password for the mail command to use.

Any ideas?
Did you set these variables:

$g_smtp_host
$g_smtp_username
$g_smtp_password

from http://manual.mantisbt.org/manual.confi ... .email.php

Posted: 23 Aug 2006, 18:29
by rsaeks
Looks like I got it. I also had to set the mail type to smtp.

Now to work on LDAP integration :-p