Skip to content
Nigel Metheringham edited this page Nov 29, 2012 · 2 revisions

Q1105

Question

Exim is complaining about an invalid command line when Majordomo tries to send it a message for delivery.

Answer

Take a look at your majordomo.cf file, It should have something that looks like

$sendmail_command = "/usr/lib/sendmail";

and another line like

$mailer = "$sendmail_command -oi -oee -f\$sender";

If you have modified resend (one of the majordomo programs) to use $sendmail_command instead of $mailer you will be calling Exim with no command line arguments.


Clone this wiki locally