[ Neil O'Brien writes: ]
>
> I think this may be a sendmail error, if so how do I go about tracing down
> what caused it? The error is:
>
> MAJORDOMO ABORT
>
> Mailer /usr/lib/sendmail -oi -fowner-unix-objectada@east.alsys.com
> unix-objectada-outgoing exited unexpectedly with error 17152
This was discussed recently and a patch for it will be in the 1.94 patch
release. Add a '-oee' option to your $mailer and $bounce_mailer
assignments in majordomo.cf:
-$mailer = "$sendmail_command -oi -f\$sender";
-$bounce_mailer = "$sendmail_command -oi -f\$sender -t";
+$mailer = "$sendmail_command -oi -oee -f\$sender";
+$bounce_mailer = "$sendmail_command -oi -oee -f\$sender -t";
--
Dave Wolfe
References:
|
|