[Tickets #3273] NEW: $conf['server']['name'] can't be used as problem report email domain
bugs@bugs.horde.org
bugs at bugs.horde.org
Sun Jan 15 05:01:10 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3273
-----------------------------------------------------------------------
Ticket | 3273
Created By | tpeland at tkukoulu.fi
Summary | $conf['server']['name'] can't be used as problem report email domain
Queue | Horde Framework Packages
Version | FRAMEWORK_3
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
tpeland at tkukoulu.fi (2006-01-15 05:01) wrote:
Normally the server name is defined as
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
However this is used as both server name and email domain. The first use is
in web addresses, cookies and email headers. The second is visible in
problem reports.
Any nontrivial domain is typically set up as:
wwww.example.org - server name
example.org - email domain
If server name is defined as www.example.org the problem report mail comes
supposedly from user at www.example.org that is an invalid email address.
If server name is defined as example.org then the site can't be used at all
as the weblinks, cookies etc. need the correct information.
This is why a new variable for email domain is needed in horde
configuration.
More information about the bugs
mailing list