v22.computerking.ca > /var/log #ps -aux | grep recordio root 11951 0.0 0.1 308 144 p0 D+ 3:37AM 0:00.00 grep recordio
#!/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 \ 127.0.0.1 143 \ /usr/local/bin/bincimap-up \ --logtype=multilog \ --conf=/usr/local/etc/bincimap/bincimap.conf --allow-plain \ /usr/local/bin/checkpassword \ /usr/local/bin/recordio /usr/local/bin/bincimapd
but my log still states only this
@4000000040c435db2ea4d584 11922 0 [EMAIL PROTECTED]:] Client connected to Binc IMAP from 127.0.0.1
@4000000040c435db320cfb0c 11922 1 [EMAIL PROTECTED]:] Client disconnected
@4000000040c435db322a4324 11922 2 [EMAIL PROTECTED]:] Unprivileged stub shutting down - read:0 bytes, wrote:0 bytes.
Check this out when i try to login it will not allow me to because of ssl however the line below should override the settings for port 143 right??? Guess i did not need fixerio oh well i sure it will come in handy
--conf=/usr/local/etc/bincimap/bincimap.conf --allow-plain \
v22.computerking.ca > /home/rmvg/ucspi-tcp-0.88 #telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to localhost.computerking.ca.
Escape character is '^]'.
* OK Welcome to Binc IMAP v1.2.3 (c) Copyright 2002, 2003 Andreas Aardal Hanssen at 2004-06-07 03:42:38 MDT
LOGIN
* NO Syntax error; second token must be a SPACE
1 LOGIN
* BAD Syntax error: Expected single SPACE after LOGIN
1 LOGIN user password
1 NO LOGIN failed: Plain text password authentication is disallowed. Please try enabling SSL or TLS in your mail client.
Thanks agian for your help without this list i would not even know were to begin
Andreas Aardal Hanssen wrote:
On Mon, 7 Jun 2004, RYAN vAN GINNEKEN wrote:
Have installed tcpshow but cant get that to work either feel I like an
idiot please help.
This is all i get out of tcpshow nothing have tried a bunch of stuff but
cannot get it to work
No problem, Ryan. Don't worry :-). Binc IMAP is behaving this way because the guide doesn't specify one special detail; the server requires CRLF line terminators. Many telnet clients do the line terminator transformation directly; obviously your's does not do this. :-)
Do you have the "fixcrio" program? It's part of the ucspi-tcp package. Try installing it from here:
http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
Download the package, untar it and go "make setup check". This installs among others the fixcrio program. Now you can go:
# fixcrio telnet localhost 143
That'll let you continue the basic functionality test. The protocol dump can then be performed with another tool that came with the same package: recordio. Dumping with recordio is much easier than with tcpdump:
http://lifewithbincimap.org/index.php/Main/DumpingWithRecordio
Now, regarding the "speaking the IMAP language" detail, you will find all you need to know about what commands to test here:
http://lifewithbincimap.org/index.php/Main/BasicFunctionalityTest
Just follow the instructions, one by one. The first lines of the examples are what you type, and the rest is what the server should respond with.
If you have any problems at all, don't hesitate to post back to the list.
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."
