We have been using bincimap and it is great, however, we have continue problems with Outlook timing out after being up for awhile.

I did a tcpdump with tcpshow and one interesting piece I noticed I will
post:

10.1.50.142.3495 -> 10.1.5.7.imap over TCP
        <No data>
-----------------------------------------------------------------
10.1.50.142.3500 -> 10.1.5.7.imap over TCP
        <No data>
-----------------------------------------------------------------
10.1.50.142.3500 -> 10.1.5.7.imap over TCP
        ZZZZ LOGOUT.

-----------------------------------------------------------------
10.1.50.142.3500 -> 10.1.5.7.imap over TCP
        <No data>
-----------------------------------------------------------------
10.1.5.7.imap -> 10.1.50.142.3500 over TCP
        * BYE Binc IMAP shutting down.
        ZZZZ OK LOGOUT completed.

-----------------------------------------------------------------
10.1.50.142.3500 -> 10.1.5.7.imap over TCP
        <No data>
-----------------------------------------------------------------
10.1.50.142.3495 -> 10.1.5.7.imap over TCP
        000Q NOOP.

-----------------------------------------------------------------
10.1.5.7.imap -> 10.1.50.142.3495 over TCP
        000Q OK NOOP completed.

-----------------------------------------------------------------
10.1.50.142.3495 -> 10.1.5.7.imap over TCP
        <No data>
-----------------------------------------------------------------
10.1.50.142.3495 -> 10.1.5.7.imap over TCP
        000R NOOP.
-----------------------------------------------------------------
10.1.5.7.imap -> 10.1.50.142.3495 over TCP
        000R OK NOOP completed.

-----------------------------------------------------------------
10.1.50.142.3495 -> 10.1.5.7.imap over TCP
        <No data>
-----------------------------------------------------------------
10.1.50.142.3495 -> 10.1.5.7.imap over TCP
        000S NOOP.

-----------------------------------------------------------------
10.1.5.7.imap -> 10.1.50.142.3495 over TCP
        000S OK NOOP completed.

-----------------------------------------------------------------
10.1.50.142.3495 -> 10.1.5.7.imap over TCP
        000T NOOP.

-----------------------------------------------------------------
10.1.5.7.imap -> 10.1.50.142.3495 over TCP
        000T OK NOOP completed.

-----------------------------------------------------------------
10.1.50.142.3530 -> 10.1.5.7.imap over TCP
<No data>
-----------------------------------------------------------------
10.1.5.7.imap -> 10.1.50.142.3530 over TCP
<No data>
-----------------------------------------------------------------
10.1.50.142.3530 -> 10.1.5.7.imap over TCP
<No data>
-----------------------------------------------------------------
10.1.5.7.imap -> 10.1.50.142.3530 over TCP
* OK Welcome to Binc IMAP Copyright (C) 2002-2004 Andreas Aardal Hanssen at 2004-06-15 08:20:56 EDT.


Running src compile today. 1.2.8final

It appears that the bincimap session terminates with outlook not knowing
it. Outlooks must be restarted to get it up and going again.

Perhaps there is a faq or work around to get this going or are we doing something wrong on our end?

/etc/bincimap.conf

// Allow login or authenticate when not in SSL/TLS mode.
Authentication {
        allow plain auth in non ssl = "yes",
        auth penalty = 4,
        disable starttls = "no"
}

// Security Setting.
Security {
        jail path = "/usr/bin",
        jail user = "nobody",
        jail group = "nobody"
}

// Loging facility.
Log {
        type = "syslog",
        environment ip variable = "TCPREMOTEIP"
}

// Maildir support.
Mailbox {
        depot = "Maildir++",
        type = "Maildir",
        path = "Maildir",
        auto create inbox = "yes",
        auto subscribe mailboxes = "INBOX",
        umask = "077"
}

// Session Configuration.
Session {
        idle timeout = 1860,
        auth timeout = 60,
        transfer timeout = 1200,
        transfer buffer size = 1024
}

// SSL Configuration.
SSL {
        pem file = "/usr/share/ssl/certs/stunnel.pem",
        ca file = "/usr/share/ssl/certs/.crt",
        cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP",
        verify peer = "no"
}


/etc/xinetd.d/imap
# default: on
# description: The IMAP service allows remote users to access their mail using \
# an IMAP client such as Mutt, Pine, fetchmail, or Netscape \
# Communicator.
service imap
{
socket_type = stream
wait = no
user = root
server = /usr/bin/bincimap-up
server_args = --conf=/etc/bincimap.conf --logtype=syslog -- /bin/checkpassword /usr/bin/bincimapd --con
f=/etc/bincimap.conf
only_from = 0.0.0.0/0
no_access = 207.35.78.10
instances = 30
log_on_success += DURATION HOST
log_on_failure += HOST
nice = -2
flags = REUSE
disable = no
}



Thoughts and ideas welcome. :) --

respectfully, Joseph
--------------------

Reply via email to