Dear Andy,

The run file is default of Bincimap which looks like follows


#!/bin/sh
# $Id: run.in,v 1.7 2003/05/12 21:17:40 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      \
    /bin/checkpassword                          \
    /opt/bincimap/bin/bincimapd



this file is placed in /etc/opt/bincimap/supervise/imap/  This also has
a symlink under /services for daemontools 

I have checked all the files mentioned in this script are in place..


The error message which comes in /var/log/messages is only after i try
to telnet in to the machine using 143 port ....


Thanks




Hi, Sanjeev,

On 9 Jul 2003, Sanjeev Mehra wrote:
>Hello Everyone,
>I have a slight issue with Starting Binc Imap Server On My linux box.
>I have installed Redhat 6.2 on Sun e250 And have configured
>Qmail,vpopmail and qmail admin sucessfully But im left with Imap server
>and a frontend which cant be completed without the same.
>I have configured binc without ssl. Things seems okay while all the
>steps of install and compile.
>but Imap server doesnt run..
>When i see /var/log/mesages i see the following message. 
>Jul  9 07:18:56 sanjeev Authentication[474]: BINCIMAP_LOGIN missing from
>environment (are you sure you invoked
>Jul  9 07:18:56 sanjeev Authentication[474]: imapd
>Jul  9 07:18:56 sanjeev Authentication[474]:  properly?)
>Jul  9 07:18:56 sanjeev inetd[348]: pid 474: exit status 111

What does you run file look like?

The log message indicates that you are running bincimapd directly without 
the bincimap-up stub.

Andy

-- 
Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP    | "It is better not to do something
                       |  than to do it poorly."
-- 
Sanjeev Mehra <[EMAIL PROTECTED]>
Exatt Technologies

Reply via email to