On Mon, Oct 28, 2002 at 12:36:37PM -0800, Mark Edwards wrote:
> When I try to fly exim, I get a these types of errors:
>
> /usr/sbin/sendmail: parse error near `\n' [2]
> /usr/sbin/sendmail: command not found: Envelope-to: [2]
> /usr/sbin/sendmail: command not found: Delivery-date: [3]
> /usr/sbin/sendmail: command not found: Received: [4]
You accidentally redirected the Email to your binary
as in:
cat /tmp/mail > /usr/sbin/sendmail
instead of
cat /tmp/mail | /usr/sbin/sendmail
You need to restore your exim binary
Marc
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems & security ....
.... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/ | Finger marc_f@??? for PGP key