Binc-IMAP is a ./configure, make, make install software.
here is mai run file for tcpserver:
#!/bin/sh
# $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.
exec 2>&1
#export LOGLEVEL=255
exec tcpserver -c 100 -u 0 -g 0 \
-l $(hostname) -HDRP \
0 143 \
/usr/local/bin/bincimap-up \
--logtype=multilog \
--conf=/usr/local/etc/bincimap.conf -- \
/var/qmail/bin/auth_pop \
/usr/local/bin/bincimapd Maildir
and my bincimap.conf file
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307,
// USA.
// Global configuration file for Binc IMAP. Some settings in this file
// can be overrun with command line arguments.
//--------------------------------------------------------------------------
--
Authentication {
allow plain auth in non ssl = "yes", /* allow login or
authenticate
when not in
SSL/TLS mode */
auth penalty = 4, /* on auth failure,
* server sleeps so
* many seconds
* before allowing
* client to
* authenticate
* again.
*/
disable starttls = "no"
}
//--------------------------------------------------------------------------
--
Security {
jail path = "/usr/local/bin",
jail user = "nobody",
jail group = "nobody"
}
//--------------------------------------------------------------------------
--
Log {
type = "syslog", /* supports
* multilog or
* syslog or
* stderr (for testing).
*/
environment ip variable = "TCPREMOTEIP"
}
//--------------------------------------------------------------------------
--
Mailbox {
depot = "Maildir++", /* Use Maildir++ style
* depot. */
type = "Maildir", /* only Maildir
* support */
path = "Maildir", /* default path */
auto create inbox = "yes", /* create INBOX in
* given format if
* it doesn't
* exist.
*/
auto subscribe mailboxes = "INBOX", /* list mailboxes
* in one string,
* seperated by
* commas
*/
umask = "077" /* use this umask
* when creating
* mailboxes, or
* when copying and
* appending
* messages.
*/
}
//--------------------------------------------------------------------------
--
Session {
idle timeout = 1860, /* idle timeout in
seconds */
auth timeout = 60, /* timeout before
auth in
seconds */
transfer timeout = 1200, /* timeout per
transferred com
unit (I/O) */
transfer buffer size = 1024 /* number of bytes
to buffer before
passing on to
client. */
}
//--------------------------------------------------------------------------
--
SSL { pem file = "/usr/local/etc/imapssl.pem", /* private key and
certificate
chain PEM file
name */
ca file = "/usr/local/etc/edata.pem",
/* file to use as
certificate
authority */
ca path = "", /* path to search
for more certificate
authorities */
cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP",
verify peer = "no"
}
//--------------------------------------------------------------------------
--
/* $Id: bincimap.conf.in,v 1.2 2003/08/23 12:53:25 andreaha Exp $ */
-----Original Message-----
From: Daniel Corbe [mailto:daniel.junkmail@gmail.com]
Sent: Sunday, December 17, 2006 07:34
To: Alejandro Mery
Cc: qmail-ldap@qmail-ldap.org
Subject: Re: Re: Alternatives to Courier-IMAP
someone have a Binc howto?
-Daniel
On 12/13/06, Alejandro Mery <amery@geeks.cl> wrote:
> Am 2006-12-13 schrieb "Daniel Corbe" <daniel.junkmail@gmail.com>:
> > Is there an alternative to Courier-IMAP that can be used with
> > qmail-ldap?
>
> My favorite is BincIMAP.
>
> cheers,
> Alejandro Mery
>
> --
> GPG/PGP: DA23A600 / 19F7 C16C 14FA B29F 36A6 0588 FE44 6717 DA23 A600
>
>
>
smime.p7s
Description: S/MIME cryptographic signature
|