[imp] Ignoring Server

Neil Wilson neilw at dcdata.co.za
Mon Nov 21 00:25:49 PST 2005


Hi guys and girls,

Below is my imp/config/servers.php

For some reason no matter what I do the 2nd server(middle one) gets ignored.

If I move them around it still seems to only ignore the middle one, so 
in my servers list, it only shows two servers instead of three.

Any ideas why imp doesn't like me having three servers?

<?php

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

$servers['imap'] = array(
     'name' => 'BLA BLA (IMAP)',
     'server' => '10.0.5.2',
     'hordeauth' => false,
     'protocol' => 'imap/notls',
     'port' => 143,
     'folders' => 'INBOX',
     'namespace' => '',
     'maildomain' => 'blabla.co.za',
     'smtphost' => 'localhost',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',
     'dotfiles' => false,
     'hierarchies' => array()

);
$servers['pop'] = array(
     'name' => 'BlaBLA (POP3)',
     'server' => 'mail.blabla.co.za',
     'hordeauth' => false,
     'protocol' => 'pop3',
     'port' => 110,
     'folders' => '',
     'namespace' => '',
     'maildomain' => 'blabla.co.za',
     'smtphost' => 'localhost',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',
     'dotfiles' => false,
     'hierarchies' => array()
);
$servers['pop'] = array(
     'name' => 'Blablabla (POP3)',
     'server' => 'localhost',
     'hordeauth' => false,
     'protocol' => 'pop3',
     'port' => 110,
     'folders' => '',
     'namespace' => '',
     'maildomain' => 'blabla.co.za',
     'smtphost' => 'localhost',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',
     'dotfiles' => false,
     'hierarchies' => array()
);

Thanks Any help would be appreciated!

Regards
Neil Wilson.
Powered by Linux, driven by passion!

-- 
This email and all contents are subject to the following disclaimer:
http://www.dcdata.co.za/emaildisclaimer.html



More information about the imp mailing list