[Dovecot] Horde/IMP setup

Luca Corti cortez at tiscali.it
Tue May 16 16:32:58 EEST 2006


On Tue, 2006-05-16 at 08:24 -0500, Eric wrote:
> does anyone else use Horde/IMP that can share their servers.php setup? I

My servers.php looks like this:

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

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'maildomain' => '',
    'smtphost' => 'localhost',
    'smtpport' => 25,
    'realm' => '',
    'preferred' => '',
);

I also changed the default folders for sent/drafts/spam/etc. in another
imp config file I do not remember right now.

I can also share my Ingo setup using the VFS FTP driver to be able to
define sieve scripts from Horde if you are interested.



-- 
Luca Corti
PGP Key ID 1F38C091
BOFH excuse of the moment:
manager in the cable duct



More information about the dovecot mailing list