Summary | if multiple servers is used, default profile is created incorrectly |
Queue | Horde Base |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | leena.heino (at) uta (dot) fi |
Created | 06/14/2005 (7350 days ago) |
Due | |
Updated | 06/21/2005 (7343 days ago) |
Assigned | |
Resolved | 06/14/2005 (7350 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
probably rely on the maildomain setting. Well, you can use that to,
but need to make it dynamic.
was introduced 'mail_domain', this according to docs/changes overrides
any values set within config/servers.php. Problem was solved by
emptying pref 'mail_domain'.
probably rely on the maildomain setting. Well, you can use that to,
but need to make it dynamic.
but how do I now make it dynamic. Is there an example somewhere or
documentation how to do it.
State ⇒ Not A Bug
probably rely on the maildomain setting. Well, you can use that to,
but need to make it dynamic.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ if multiple servers is used, default profile is created incorrectly
Queue ⇒ Horde Base
eg. example.com and cs.example.com. When I log in I have to choose
correct server and I get correct greeting message eg. "hello
user@example.com" or "hello user@cs.example.com". But the problems
lies with default profile being wrong. No matter what server I choose,
then default profile is always user@example.com. This obviously
causes problems bacause user@example.com might not be the same as
user@cs.example.com and because this default profile identity is used
as sender address if from_addr preference is disabled.
The Horde releng version did this correctly and user got correct
default profile and from_addr based on usename and server/domain.