On Thu, 2009-10-01 at 17:48 +0400, Vladimir Dronnikov wrote:
> > sendmail: invalid option -- i
> 
> Try replacing line #96 of sendmail.c:
>       opts = getopt32(argv, "tf:o:w:H:S:a::", &opt_from, NULL, &timeout,
> &opt_connect, &opt_connect, &list);
> with
>       opts = getopt32(argv, "tf:o:w:H:S:a::i", &opt_from, NULL, &timeout,
> &opt_connect, &opt_connect, &list);
> 
> Regards,

Before I even try that, miscutils/crond.c has this:

#ifndef SENDMAIL_ARGS
#define SENDMAIL_ARGS   "-ti", "oem"
#endif

will sendmail be able to handle that "oem"? I doubt it. Maybe we should
change that in cron too, to "-oem"? (googling tells me its an exim
thing?) 

We probably need to fix both.

> --
> Vladimir

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to