[bugs] [Bug 1207] Changed - Failed to detect preferred servers
after user enters wrong password
bugs at bugs.horde.org
bugs at bugs.horde.org
Sun Apr 13 13:17:09 PDT 2003
http://bugs.horde.org/show_bug.cgi?id=1207
*** shadow/1207 Sun Apr 13 11:41:34 2003
--- shadow/1207.tmp.3891 Sun Apr 13 12:17:09 2003
***************
*** 23,25 ****
--- 23,45 ----
------- Additional Comments From jan at horde.org 04/13/03 11:41 -------
How exactly do you select the preferred server the first time?
+
+ ------- Additional Comments From sl-horde at tumbox.com 04/13/03 12:17 -------
+ The first server was assigned by the hostname.
+
+ The following is a sample entry from the servers.php
+ file. The web server and the mail server are on the
+ same machine.
+
+ $servers['www.foorida.com'] = array(
+ 'name' => 'Foorida',
+ 'server' => 'localhost',
+ 'protocol' => 'imap/notls',
+ 'port' => 143,
+ 'folders' => 'mail/',
+ 'namespace' => '',
+ 'maildomain' => 'foorida.com',
+ 'smtphost' => 'localhost',
+ 'realm' => 'foorida.com',
+ 'preferred' => 'www.foorida.com'
+ );
More information about the bugs
mailing list