[horde] Documentation

Otto Stolz Otto.Stolz at uni-konstanz.de
Fri Jun 18 06:21:07 PDT 2004


webmaster at jnsolutions.co.uk schrieb:
> I see in the config files that it briefly mentions being able to setup options
> (i.e. dropdown lists).  I want ot be able to give my users the choice of their
> mail server, by using this method.  (Something like _("name")).
> 
> I've tried various things, but cannot seem to get this working properly.  Could
> someone explain this option?

You descrieb the servers in the horde/imp/config/servers.php file,
e. g.,
> $servers['RZ-Cyrus'] = array(
>     'name' => 'Zentraler Mailserver',
>     'server' => 'imapserver.uni-konstanz.de',
>     'protocol' => 'imap/notls',
>     'port' => 143,
>     'folders' => '',
>     'namespace' => '',
>     'maildomain' => 'uni-konstanz.de',
>     'smtphost' => 'mailhub.uni-konstanz.de',
>     'realm' => 'uni-konstanz.de',
>     'preferred' => ''
> );
> 
> $servers['Informatik'] = array(
>     'name' => 'Mailserver Informatik',
>     'server' => 'mail.inf.uni-konstanz.de',
>     'protocol' => 'imap/notls',
>     'port' => 143,
>     'folders' => 'mail/',
>     'namespace' => '',
>     'maildomain' => 'inf.uni-konstanz.de',
>     'smtphost' => 'mailhub.uni-konstanz.de',
>     'realm' => 'mail.inf.uni-konstanz.de',
>     'preferred' => ''
> );

You give your users the choice amongst these servers in the
horde/imp/config/conf.php file, viz.,
> $conf['server']['server_list'] = 'shown';

Good luck,
    Otto Stolz



More information about the horde mailing list