On Wed, 9 Jun 2004, Payal Rathod wrote:
>On Tue, Jun 08, 2004 at 10:24:33PM +0200, Andreas Aardal Hanssen wrote:
>> ..well nothing, it seems. :-) After checkpassword has succeeded, bincimapd
>> is invoked in $HOME. bincimapd then looks up the "path" variable in the
>> "Mailbox" section from the configuration file or command line options
>> (--mailbox-path). It changes into this directory.
>This all is little confusing. I never had to do this with courier-imap.
Binc is usually much simpler to set up than Courier-IMAP. The run files
bundled with Binc IMAP should work right out of the box.
>Now I changed
>depot = "Maildir++",
>to
>depot = "Maildir",
As the man pages also say, depot can either be Maildir++ or IMAPdir. The
Mailbox { type = "xxxx" } conf setting has to be Maildir.
>Do we have anything like LWQ in bincimap. lifewithbincimap is very
>crude. I mean it is rather a torture to see joint words like,
>WhatIsIMAP, InstallingBincIMAP etc. Something neat. Maybe I can work on
>it. Ofcourse, no Wiki.
There's the README, the man pages bincimap.conf, bincimapd and
bincimap-up, and a manual in writing (doc/manual). But extensive docs take
time to write, so I'm depending on help from the outside.
>I tried giving
>1 LOGIN payal password
>select(16, [0 3], [], [3], NULL1 LOGIN rp password
>) = 1 (in [0])
>read(0, "1 LOGIN rp password\n", 8192) = 26
>select(16, [0 3], [3], [3], {0, 0}) = 1 (out [3], left {0, 0})
>send(3, "1 LOGIN rp password\r\n", 27, 0) = 27
>select(16, [0 3], [], [3], {0, 0}) = 0 (Timeout)
>select(16, [0 3], [], [3], NULL) = 1 (in [3])
>recv(3, "* BYE The server died unexpected"..., 8192, 0) = 100
>select(16, [0 3], [1], [3], {0, 0}) = 2 (in [3], out [1], left {0,
>0})
>recv(3, "", 8192, 0) = 0
>write(1, "* BYE The server died unexpected"..., 99* BYE The server died
>unexpectedly. Please contact your system administrator for more
>information.
>) = 99
>Can you please help?
The * BYE message means that either bincimapd crashed, or checkpassword
crashed. Try this:
echo "<user>\0<pass>\0"|/bin/checkpassword 3<&0 echo;echo $?
Also, could you please post your run file and conf file so we can see it
there's something fishy going on in there.
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."