[imp] Definin more than one server in IMP
Yonny Luis Leyva Suarez
johnny at copextel.com.cu
Wed Mar 5 16:25:51 UTC 2008
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 ?
More information about the imp
mailing list