Robin,

I have a laboratory (i.e. under testing) installation of the combi of
linux-2.4.20 qmail1.03 vmailmgr-0.96.9 bincimap-1.2.3 IlohaMail-0.8.10
Bincimap passes all tests of 
http://www.bincimap.org/bincimap-faq.html#q18
and IlohaMail works as expected.

bincimap.conf diff from the distribution is:
[EMAIL PROTECTED]:/home/bincimap/etc> diff bincimap.conf bincimap.conf.orig
18c18
<     allow plain auth in non ssl = "yes",            /* allow login or
---
>     allow plain auth in non ssl = "no",            /* allow login or
43c43
<     type = "multilog",                             /* supports
---
>     type = "syslog",                             /* supports
53,54c53,54
<     depot = "IMAPdir",
<
---
>     depot = "Maildir++",                           /* Use Maildir++ style
>                                                   * depot. */
59c59
<     path = ".",
---
>     path = "Maildir",                              /* default path */
73c73
<     umask = "000"                                  /* use this umask
---
>     umask = "077"                                  /* use this umask


File to mediate with vmailmgr is:
[EMAIL PROTECTED]:/home/bincimap/bin> cat authwrap
#!/bin/sh
#
# cf http://projectdream.org/publications/bincimap.html
export MAILDIR="$2"
cd "$HOME"/"$2"
exec "$@"

File etc/service/imap/run is
[EMAIL PROTECTED]:/home/bincimap/etc/service/imap> cat run
#!/bin/sh
#

exec   /usr/local/bin/tcpserver -vRH -l "`hostname`" 0 143 \
        /home/bincimap/bin/bincimap-up \
        --logtype=multilog \
        --conf=/home/bincimap/etc/bincimap.conf -- \
        /usr/local/bin/checkvpw /home/bincimap/bin/authwrap \
        /home/bincimap/bin/bincimapd Maildir 2>&1

regards
Oskar
--
Dr. Oskar Bartenstein                 [EMAIL PROTECTED]
IF Computer Japan                  http://www.ifcomputer.com

Fri, 14 Nov 2003 22:54:54 -0000 (GMT) "Robin Bowes" <[EMAIL PROTECTED]> said:

> On Wed, November 12, 2003 8:55 pm, "Daniel Brooks " said:
> > I'd like to extend my existing email setup (qmail and binciamp) to
> > service a couple of virtual domains. I've played with vpopmail and it
> > works great as long as I settle for accessing my email through POP3. Has
> > anyone gotten something like this to work with binc? The main problem
> > seems to be that bincimap doesn't know to look for the virtual users's
> > mail directories.
> 
> Here's my /service/bincimap/run file:
> 
> #!/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
> 
> exec tcpserver -c 100 -u 0 -g 0                 \
>     -l $(hostname) -HDRP                        \
>     0 143                                       \
>     /opt/bincimap/bin/bincimap-up               \
>     --logtype=multilog                          \
>     --conf=/etc/opt/bincimap/bincimap.conf --   \
>     /home/vpopmail/bin/vchkpw                   \
>     /opt/bincimap/bin/bincimapd
> 
> Works straight of of the box with vpopmail.
> 
> HTH,
> 
> R.
> -- 
> Robin Bowes | http://robinbowes.com
> 

Reply via email to