(fwd) Re[2]: [imp] failed auth with imap

Karolis list at public.lt
Sun Oct 3 10:01:41 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 
   

I have tried adding notls to the IMAP line.

I have also recompiled apache /php with imap-2004a EXACTLY like it
says on PHP site.

current PHP configure is:
        ./configure --with-apache=../apache_1.3.31 \
        --with-gettext \
        --with-imap=/usr/local/imap-2004a \
        --without-pgsql \
        --with-mysql \
        --with-gd \
        --with-jpeg-dir=/usr/lib \
        --with-png-dir=/usr/lib \
        --with-zlib-dir=/usr/lib \
        --enable-gd-native-ttf \
        --enable-gd-imgstrttf \
        --with-freetype-dir=/usr/lib \
        --prefix=/usr/local/php4

still no connection :(

Karolis




More information about the imp mailing list