RE: Shutting off sendmail

2007-09-12 Thread Bill Banks
thanks

---
Bill Banks 508-829-2005
Wachusett Programming  Ourweb
http://www.ourweb.net
http://www.ourwebtemplates.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Duane Hill
Sent: Wednesday, September 12, 2007 4:50 PM
To: Bill Banks
Cc: freebsd-questions@freebsd.org
Subject: Re: Shutting off sendmail


On Wed, 12 Sep 2007 at 16:18 -0400, [EMAIL PROTECTED] confabulated:

> Hi all, I need to install qmail and shut down sendmail. In my /etc/rc.conf
> file I dienalbe sendmail, but when the box reboot sendmail starts
up
> Why

This is what I did in /etc/rc.conf to totally disable sendmail:

sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"

--
   _|_
  (_| |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Shutting off sendmail

2007-09-12 Thread Tim Daneliuk

Bill Banks wrote:

Hi all, I need to install qmail and shut down sendmail. In my /etc/rc.conf
file I dienalbe sendmail, but when the box reboot sendmail starts up
Why

---



Put this in /etc/rc.conf:

sendmail_enable="NONE"


Tim Daneliuk [EMAIL PROTECTED]
PGP Key: http://www.tundraware.com/PGP/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Shutting off sendmail

2007-09-12 Thread Duane Hill

On Wed, 12 Sep 2007 at 16:18 -0400, [EMAIL PROTECTED] confabulated:


Hi all, I need to install qmail and shut down sendmail. In my /etc/rc.conf
file I dienalbe sendmail, but when the box reboot sendmail starts up
Why


This is what I did in /etc/rc.conf to totally disable sendmail:

sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"

--
  _|_
 (_| |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"