Summary | $conf['server']['name'] can't be used as problem report email domain |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | tpeland (at) tkukoulu (dot) fi |
Created | 01/15/2006 (7134 days ago) |
Due | |
Updated | 01/16/2006 (7133 days ago) |
Assigned | |
Resolved | 01/16/2006 (7133 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
still the problem reports come from user@www.example.org instead of
the maildomain defined (just checked with 3.1RC1)
State ⇒ Rejected
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ $conf['server']['name'] can't be used as problem report email domain
Queue ⇒ Horde Framework Packages
$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@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.