On Thu, 21 Oct 1999 [EMAIL PROTECTED] wrote:

> 
> 
> Hey everyone,
> 
> I've got two more questions for everyone-
> 
> 1.) I want to write a pearl script to use as the back-end of a web page
> form, now normally I would reference the location of sendmail (eg.
> "/usr/lib/sendmail -t") but now that I'm running Qmail, what should I do to
> get this script to enable it to send outgoing e-mail??

# mv /usr/lib/sendmail /usr/lib/sendmail.old    (or wherever your sendmail is)
# chmod 000 /usr/lib/sendmail.old
# ln -s /var/qmail/bin/sendmail /usr/lib/sendmail

That should have been done at qmail's installation time, although I don't
recall if it's in the docs.  Also I find php easier for the simple mail
thing and you can do it from within a web page.
 
> 2.) I am getting a message that prints on the screen of my FreeBSD based
> Qmail box saying something about a problem with the SMTPD something along
> the line of a loop or something...ring any bells with anyone??  I am not in
> front of the box so I can't quote the exact message, but I figure that
> someone on here must have seen it before...what is it?  why am I getting
> it?  how can I make it go away?  :-))

Seen it, but it's been awhile.  Either the message itself is very self
explanitory or the answer was in the FAQ.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH   email: [EMAIL PROTECTED]   flame-mail: /dev/null
  # include <std/disclaimers.h>       Have you seen http://www.pop4.net?
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================


Reply via email to