> I've got almost everything in my qmail installation working
> except for the sendmail wrapper.
...
> This is the multilog output when I key in :
>
> echo to: myname | /var/qmail/bin/sendmail
The sendmail wrapper emulates sendmail. As a result, testing it as
you would qmail-inject is not useful.
You don't seem to know how to use sendmail. This makes testing it
harder.
You have two options: either learn sendmail, or use a program which
calls sendmail like /bin/mail or pine. If you can send from either of those
MUAs (assuming Pine isn't configured to send via SMTP), then the sendmail
wrapper works.
But, since you seem pretty bent on this, you can try this syntax:
% /usr/lib/sendmail [EMAIL PROTECTED] [EMAIL PROTECTED] <hit enter>
Subject: Test
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
This is the text. When I'm done typing text, I'll enter Control-D on a line
all by itself, since Control-D is the Unix EOF character.
^D
%
Note that you aren't prompted for Subject, From and To; you type
them all yourself.
--
gowen -- Greg Owen -- [EMAIL PROTECTED]