6.0.0-beta1
7/28/25

[#3273] $conf['server']['name'] can't be used as problem report email domain
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

History
01/16/2006 02:33:56 PM Chuck Hagenbuch Comment #4
State ⇒ Resolved
Reply to this comment
Should be fixed now.
01/16/2006 07:17:40 AM tpeland (at) tkukoulu (dot) fi Comment #3 Reply to this comment
$conf['problems']['maildomain'] already exists for this purpose.
It exists but it isn't used for problem reports. I have it defined and 
still the problem reports come from user@www.example.org instead of 
the maildomain defined (just checked with 3.1RC1)




01/15/2006 04:28:01 PM Chuck Hagenbuch Comment #2
State ⇒ Rejected
Reply to this comment
$conf['problems']['maildomain'] already exists for this purpose.
01/15/2006 01:01:10 PM tpeland (at) tkukoulu (dot) fi Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ $conf['server']['name'] can't be used as problem report email domain
Queue ⇒ Horde Framework Packages
Reply to this comment
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@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.


Saved Queries