6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/19/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3057] no domain set in From: when composing mail
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..___.___ __ .___. [__][__ [__ / ` _/ | || [___\__../__.
Comment
> Well, my problem seems to revolve around $_SESSION['mimp']['maildomain'] > > not being set. If I force it to a hardcoded value (the same value I > have set in servers.php) in redirect.php like: > > $sessArray = array('server' => Util::getFormData('server'), > > 'realm' => Util::getFormData('realm'), > > 'port' => Util::getFormData('port'), > > 'protocol' => Util::getFormData('protocol'), > > 'maildomain' => Util::getFormData('maildomain')); > > change last line to: > > 'maildomain' => 'ait.ac.th'); > > the problem goes away. Somehow this value isn't set to the value > found in the corresponding (and only) entry of ./config/servers.php: > > $servers['topmail'] = array( > > ... > > 'maildomain' => 'ait.ac.th', > > ... > > My conf.php has: > > $conf['server']['server_list'] = 'none'; > > $conf['server']['change_server'] = false; > > $conf['server']['change_port'] = false; > > $conf['server']['change_protocol'] = false; > > $conf['server']['change_folders'] = false; > > and I guess that's relevant to this problem. > > I still can't figure out yet where it should be set and isn't: in > ./redirect.php? in ./lib/Session.php (MIMP_Session::createSession)? > in ./templates/login/login.inc (just a form entry)? > > I'll give this another try next week. Any input is welcome.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers