HI there:
I am using Horde Webmail 1.0.5. I want to define more than one server .. and
chose in the login page to witch want to access.
I define something like that .. but no combobox is showed ... I can log in
the first defined domain in the file servers.php
$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);
$servers['Dom1'] = array(
'name' => 'Dom1',
'server' => 'serverdom1.exa',
'protocol' => 'pop3/notls',
'port' => 110,
'maildomain' => 'serverdom1.exa',
'smtphost' => 'smtpmail.exa',
'smtpport' => 25,
'realm' => '',
);
$servers['Dom2'] = array(
'name' => 'Dom2',
'server' => 'serverdom2.exa',
'protocol' => 'pop3/notls',
'port' => 110,
'maildomain' => 'serverdom2.exa',
'smtphost' => 'smtpmail.exa',
'smtpport' => 25,
'realm' => '',
);
Some help please ?
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]