(fwd) Re[2]: [imp] failed auth with imap
Steven Stern
subscribed-lists at sterndata.com
Sun Oct 3 09:43:17 PDT 2004
On Sun, 3 Oct 2004 19:35:09 +0300, Karolis <list at public.lt> wrote:
>
>
>SS> On Sun, 3 Oct 2004 18:57:48 +0300, Karolis <list at public.lt> wrote:
>
>>>hey,
>>>
>>>I just installed IMP. I can login to the system using IMAP server, but
>>>I can NOT login into it using IMAP server. Playing with it for quite a
>>>while now....
>
>
>SS> What do you have in horde/imp/config/servers.php?
>
>SS> $servers['imap'] = array(
>SS> 'name' => 'IMAP Server',
>SS> 'server' => 'localhost',
>SS> 'protocol' => 'imap/notls',
>SS> 'port' => 143,
>SS> 'folders' => 'mail/',
>SS> 'namespace' => '',
>SS> 'maildomain' => xxxxxxxx.com',
>SS> 'smtphost' => 'localhost',
>SS> 'realm' => xxxxxxx.com',
>SS> 'preferred' => ''
>
>SS> --
>SS> Steve
>
>
>
>here is a copy:
>
>$servers['imap'] = array(
> 'name' => 'imap',
> 'server' => 'localhost',
> 'protocol' => 'imap',
> 'port' => 143,
> 'folders' => 'INBOX.',
> 'namespace' => '',
> 'maildomain' => 'mail.creativelink.net',
> 'smtphost' => 'smtp.creativelink.net',
> 'realm' => 'creativelink.net',
> 'preferred' => ''
>);
>
>$servers['pop'] = array(
> 'name' => 'POP3 Server',
> 'server' => 'localhost',
> 'protocol' => 'pop3',
> 'port' => 110,
> 'folders' => '',
> 'namespace' => '',
> 'maildomain' => 'mail.creativelink.net',
> 'realm' => 'example.com',
> 'preferred' => ''
>);
>
Please reply to the list, not to my mailbox.
Try adding the "notls" on the IMAP line
--
Steve
More information about the imp
mailing list