sendmmail problems

Piotr Grudzinski piotr at powersmiths.com
Fri Jan 23 18:52:24 UTC 2009


>>> 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



More information about the busybox mailing list