Mark Constable writes:

On Thursday 31 May 2007 10:59:54 Sam Varshavchik wrote:

write(7, "AUTH [EMAIL PROTECTED]"..., 48) = 48
time(NULL)                              = 1180611232
time(NULL)                              = 1180611232
select(9, [8], NULL, NULL, {30, 0})     = 0 (Timeout)

authdaemond wrote the command to the pipe, waited 30 seconds for a response, and gave up.

Now your problem is clear. Looking at your script, it uses cat to read the message from authdaemond. Except that cat will wait for its standard input to close, and authdaemond is not going to close the pipe until it receives a response.

You can't use cat to read authdaemond's message.

Attachment: pgpOjPcHlMDac.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to