[Kolab-devel] Kolab backend integration

Stephan Buys s.buys at codefusion.co.za
Tue Jun 17 22:40:44 CEST 2003


Hi,

Within CVS: server/horde/imp_servers.php

Should this file's configuration be integrated into the Kolab
backend as a template file?

The values: maildomain and realm are of interest

$servers['_prompt'] = array(
    'name' => _("Choose a mail server:")
);

$servers['cyrus'] = array(
    'name' => 'Kolab IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => '@@@postfix-mydomain@@@',
    'realm' => 'example.com',
    'preferred' => ''
);

Also server/horde/horde_horde.php

There is a line for a webmaster e-mail. Any suggestions of how
this should be handled?

Insights welcome!

Regards,
Stephan




More information about the devel mailing list