On Mon, Mar 12, 2001 at 10:50:20AM -0800, Alex Le Fevre wrote:
> > qmail-inject can't work, you need the
> > sendmail-wrapper - normally
> > /var/qmail/bin/sendmail. This does work as it should
> > normally. Id it doesn't
> > there are some serious misconfigurations.
> 
> How can I test /var/qmail/bin/sendmail? 

===================
#!/usr/bin/perl

open SM, "|/var/qmail/bin/sendmail [EMAIL PROTECTED]";
print SM "From: Test\nTo: Test\nSubject: test\n\n";
print SM "This is a test.\n";
close SM;
===================

FormMail works without modifications on a proper configured OpenBSD/qmail
system.

-- 
Henning Brauer     | BS Web Services
Hostmaster BSWS    | Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany

Reply via email to