On Fri, 22 Oct 2004, Payal Rathod wrote: >Hi, >I downloaded tarball of bincimap-1.3.2 and did
Hi, Payal. I assume you know that 1.3 is unstable. If you want to get it to work, great! But please have patience. :-) >./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 $@ No SSL settings? Okay... Wow. Four env variables and start the server. ># 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 Please run tcpserver under stace like this: strace -s 128 -f -p tcpserver... Dump the output to a file. I'd like to see it. >p.s. and no I am not hired by Sam to trouble you guys :) I don't care if Sam is troubled ;-). Andy -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
