[bugs] [Bug 1283] New - Multiple domains in the same host
bugs at bugs.horde.org
bugs at bugs.horde.org
Sat Jun 14 06:49:16 PDT 2003
http://bugs.horde.org/show_bug.cgi?id=1283
*** shadow/1283 Sat Jun 14 10:49:16 2003
--- shadow/1283.tmp.10396 Sat Jun 14 10:49:16 2003
***************
*** 0 ****
--- 1,29 ----
+ Bug#: 1283
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: PHP Code
+ OS/Version: All
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck at horde.org
+ ReportedBy: silvio at gdora.com.br
+ URL:
+ Summary: Multiple domains in the same host
+
+ If you have multiple domains on the same host, the only way to login is to fill
+ the user field with user at domain. Even if you set the realm in the IMP
+ configuration at horde/imp/config/servers.php, to login, IMP passes imp['user']
+ instead of imp['uniquser'] to imap_open function in the function authenticate
+ at horde/imp/lib/IMP.php. This works for the default realm in the mail server,
+ but not for the others.
+
+ One solution (the fastest, which I used) is to use imp['uniquser'], other
+ solution is to put an option in horde/imp/conf like 'use_realm' or something
+ like that, and based in that send 'uniquser' or 'user'.
+
+ Hope this is useful for the project
+
More information about the bugs
mailing list