Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 1999 13:22:47 +0100
From:      Kai Voigt <k@123.org>
To:        Herbert Chang <zhang_huabin@hotmail.com>
Cc:        stable@freebsd.org
Subject:   Re: How to disable sendmail on autoboot?
Message-ID:  <19991113132247.E54046@abc.123.org>
In-Reply-To: <19991113122042.86314.qmail@hotmail.com>
References:  <19991113122042.86314.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Herbert Chang wrote:
> When FreeBSD boot, default it will start sendmail.
> How to disable this?

% grep sendmail /etc/defaults/rc.conf
sendmail_enable="YES"   # Run the sendmail daemon (or NO).
sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled)

So, just add

sendmail_enable="NO"   # Run the sendmail daemon (or NO).

to your /etc/rc.conf file.

Kai

-- 
kai voigt                                               hamburger chaussee 36
                                                                   24113 kiel
                                                          04 31 - 22 19 98 69
                                                            http://k.123.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991113132247.E54046>