Thanks,
I thought it was familiar, I'll go look through my old messages and read up the whys and wherefores etc.
=========================================================
Neil O'Brien obrien@east.thomsoft.com
Customer Support (617) 221 7320
Aonix
subscribe intel-objectada (or unix-objectada) <your email>
send your email to majordomo@east.thomsoft.com with a
blank subject line and the subscribe command in the body
"I went back to my hotel and intended to watch Tottenham -
but I fell asleep" - Arsene Wenger
----------
>From: Dave Wolfe[SMTP:dwolfe@risc.sps.mot.com]
Sent: November 21, 1996 03:35
To: Neil O'Brien
Cc: majordomo-users@greatcircle.com; andywild@lightspeed.co.uk
Subject: Re: Error with sendmail
[ 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
|
|