Hi, I downloaded tarball of bincimap-1.3.2 and did ./configure make make install My config file look like this,
# grep -v '^#' /usr/local/etc/bincimap-config | sed '/^$/d' set -a ALLOW_NONSSL_PLAINTEXT_LOGINS=yes # set to allow unsafe authentication LOG_TYPE=syslog # syslog or multilog (=stderr) IP_VARIABLE=TCPREMOTEIP # variable containing client IP DEPOT=Maildir++ # IMAPdir or Maildir++ exec $@ # ln -s /usr/local/etc/xinetd-bincimap /etc/xinetd.d/imap # /etc/init.d/xinetd restart But I am unable to retrieve any messages from my mailbox. I tried it with tcpserver and recordio too and got, # tcpserver -vc 100 -u 0 -g 0 -l $(hostname) -HDRP 0 143 /usr/local/bin/bincimap-up --logtype=multilog --conf=/usr/local/etc/bincimap-config --/bin/checkpassword recordio /usr/local/bin/bincimapd tcpserver: status: 1/100 tcpserver: pid 1464 from 192.168.10.1 tcpserver: ok 1464 test-designs.local:192.168.10.100:143 :192.168.10.1::32798 tcpserver: end 1464 status 28416 tcpserver: status: 0/100 What is wrong? Thanks for the help. With warm regards, -Payal p.s. and no I am not hired by Sam to trouble you guys :)
