On 29-Aug-2000, Audouy J�r�me wrote:
> I have a problem with the /var/qmail/bin/sendmail program
>
> i try to send a mail via a script (AMaViS) but the command line doesn't work :
>
> $cat <<EOF | /usr/lib/sendmail -i -t [EMAIL PROTECTED] [EMAIL PROTECTED]
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: test
> my test text.
>
> ^D
> $
Proper email needs (at least) a blank line between the last header
line and the first body line.
BTW, is /usr/lib/sendmail a symlink to /var/qmail/bin/sendmail ?
Ronny