(fwd) Re[2]: [imp] failed auth with imap
    Karolis 
    list at public.lt
       
    Sun Oct  3 11:34:42 PDT 2004
    
    
  
SS>> 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' => ''
>>>);
>>>
SS>> Please reply to the list, not to my mailbox.
SS>> Try adding the "notls" on the IMAP line
SS>> -- 
SS>>   Steve 
   
K> I have tried adding notls to the IMAP line.
K> I have also recompiled apache /php with imap-2004a EXACTLY like it
K> says on PHP site.
K> current PHP configure is:
K>         ./configure --with-apache=../apache_1.3.31 \
K>         --with-gettext \
K>         --with-imap=/usr/local/imap-2004a \
K>         --without-pgsql \
K>         --with-mysql \
K>         --with-gd \
K>         --with-jpeg-dir=/usr/lib \
K>         --with-png-dir=/usr/lib \
K>         --with-zlib-dir=/usr/lib \
K>         --enable-gd-native-ttf \
K>         --enable-gd-imgstrttf \
K>         --with-freetype-dir=/usr/lib \
K>         --prefix=/usr/local/php4
K> still no connection :(
K> Karolis
Also I just found out that imap_open can connect to the default
packaged imapd from Fedora, but can not connect to courier-imap.
And, all the other applications can connect to courier-imap, except
for php. This is very confusing.
Karolis
    
    
More information about the imp
mailing list