Hi,
I'm trying to use bincimap with qmail-ldap... I have it setup on another
machine fine but am having trouble on this machine.

I have the following:
qmail-pop3 works fine.. so I know the authentication modules are working
with my ldap...

xinetd.d/imap says:

service imap
{
        disable         = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        group           = root
        instances       = UNLIMITED
        server          = /opt/bincimap/bin/bincimapd
        server_args     = --conf=/etc/opt/bincimap/bincimap.conf
--logtype=syslog /opt/bincimap/bin/bincimap-auth-checkpassword
/var/qmail/bin/auth_pop /opt/bincimap/bin/bincimap-uidpwd
        log_type        = SYSLOG daemon info
}

when I try to login it just hangs at the login section and then finally
times out... syslogs say:
Sep  2 10:04:22 smtp2 xinetd[30263]: START: imap pid=30298
from=63.174.244.61
Sep  2 10:04:22 smtp2 bincimap[30298]: Connection from ?__
Sep  2 10:05:22 smtp2 bincimap[30298]: Connection closed (timed out)__

Any ideas?
-- 
Matt <[EMAIL PROTECTED]>

Reply via email to