E-Mail mantis-host-name differents between LAN and WAN

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Darkwinde
Posts: 6
Joined: 30 May 2005, 10:03

E-Mail mantis-host-name differents between LAN and WAN

Post by Darkwinde »

Hi all!
Mantis works fine and also the SMTP-Mail function.
On resetting the password, you got a mail right?

So this mail is styled like this...

Code: Select all

Someone (presumably you) requested a password change through email verification.
If this was not you, ignore this message and nothing will happen.

If you requested this verification, visit the following URL to change your
password: 

http://w9e01603/mantis/verify.php?id=12&confirm_hash=ad6dc25bc6822f265e29595655d86738

 Username: Test 
Remote IP address: 10.32.148.161 


DO NOT REPLY TO THIS MESSAGE

So the Problem...
is the hostname w9e01603 is LAN specified
(http://w9e01603/mantis/login_page.php)
and if someone out from the WAN wants to connect, he has to use the hostname w4de3dsy0000645.gdc-kill.test.com
(http://w4de3dsy0000645.gdc-kill.test.co ... n_page.php)

so how can I set up Mantis to use the second name in the E-Mail? So it is like this...

Code: Select all

Someone (presumably you) requested a password change through email verification.
If this was not you, ignore this message and nothing will happen.

If you requested this verification, visit the following URL to change your
password: 

http://w4de3dsy0000645.gdc-kill.test.com/mantis/verify.php?id=12&confirm_hash=ad6dc25bc6822f265e29595655d86738

 Username: Test 
Remote IP address: 10.32.148.161 


DO NOT REPLY TO THIS MESSAGE
DarkwindeII

Post by DarkwindeII »

huhu? no one?
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Your server is configured incorrectly. The hostname is missing the domain. You could either correct this in the host's IP set up, or in the Apache configuration (HostName).
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Post Reply