Hi Andy,

* Andy <[EMAIL PROTECTED]> [25-09-04 22:51]:

> Here's your problem; Binc is running its plain-text service on port 993 - 
> check to see that you pass --ssl in the run file for the 993 service. :-)

Thanks Andy. This is the run file for bincimaps.

#!/bin/sh
# $Id: run-ssl.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 993                                               \
    /usr/local/bin/bincimap-up                          \
    --logtype=multilog                                  \
    --conf=/usr/local/etc/bincimap.conf --ssl --        \
    /bin/checkpassword                                  \
    /usr/local/bin/bincimapd

This looks okay. I had already checked this out previously.

I just rechecked the linking to /service/imaps, but it was fine. I am now
not happy with how I ran ./configure. Think I might start a fresh to see
if that sorts it out.

Thanks for your ideas.

-- 
Regards,

Roland Hill                                  Registered Linux User #330226
http://pl.net/~rnrhill/rhweb.htm                   @ http://counter.li.org

Reply via email to