[horde] Dovecot

Steven Stern subscribed-lists at sterndata.com
Thu May 20 15:11:04 PDT 2004


On Thu, 20 May 2004 14:48:59 -0700, "Mario Casamalhuapa"
<casamalm at kernmedctr.com> wrote:

>could you share your configurations with me example the
>/imp/servers.php
>
>did you just treat it like it was an IMAP???
>

Exactly. It's just an IMAP server.

imp/config/servers.php

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'sterndata.com',
    'smtphost' => 'localhost',
    'realm' => 'sterndata.com',
    'preferred' => ''
);

$servers['pop'] = array(
    'name' => 'POP3 Server',
    'server' => 'localhost',
    'protocol' => 'pop3',
    'port' => 110,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'sterndata.com',
    'realm' => 'sterndata.com',
    'preferred' => ''
);

--
   Steve
   



More information about the horde mailing list