[imp] Ignoring Server
Kevin Konowalec
kevin at ualberta.net
Mon Nov 21 09:52:17 PST 2005
Looks to me (assuming you haven't changed things for the sake of
demonstration) that you've got 2 servers that are being defined in
the array as 'pop'. Try changing the 2nd $servers['pop'] to $servers
['pop2'] or something else descriptive but unique and see it that helps.
Kevin
On Nov 21, 2005, at 1:25 AM, Neil Wilson wrote:
> 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
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
More information about the imp
mailing list