>>> So -w N would result in idling at most N seconds. >> >> I have tried -w 5 and -w 1. It was timing out after 3-4 minutes. >> Any suggestions ? > > It means your SMTP session has run OK, I presume, so no timeout limit > was reached. > If you post exact cmdline you use along with strace log of a simple > session we'll look at closer. >
I don't think I can run strace on my uClinux small device. On your system, with the network disconnected, can you verify that -w 5 actually works? I have modified mail.c to read: //if (timeout) alarm(5); Still on time-out. --- Piotr _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
