[Dovecot] Dovecot + Cygwin
Timo Sirainen
tss at iki.fi
Mon Nov 26 15:30:20 EET 2007
On Wed, 2007-11-21 at 03:13 +0100, Ronny wrote:
> > If that worked, try adding exit(0); as the first statement in
> > src/auth/main.c's main() function to see if it returns 53 before or
> > after it reaches that far.
> >
>
> I put some information output to the code (i do not have a debbuger
> running yet ;-) )
>
> static void auth_process_input(void *context)
> {
.
> ...
>
> switch (i_stream_read(process->input)) {
> ...
> case -1:
> /* disconnected */
> i_info("DIE 2");
> auth_process_destroy(process);
> return;
This only means that it sees that auth process died, so master process
shuts down. Put something similar to src/auth/main.c instead to see if
it gets executed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20071126/dcbee154/attachment-0001.bin
More information about the dovecot
mailing list