From 372d2696dfb6296b08f8d7b55d39fff82e8ab63e Mon Sep 17 00:00:00 2001
From: cryx <cryx@h3q.com>
Date: Wed, 12 Jul 2006 22:29:23 +0000
Subject: use the new sendmail_* stuff for disabling sendmail-mta

---
 examples/example/etc/rc.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/example/etc/rc.conf b/examples/example/etc/rc.conf
index a59505e..d939df9 100755
--- a/examples/example/etc/rc.conf
+++ b/examples/example/etc/rc.conf
@@ -13,7 +13,9 @@ cron_flags="$cron_flags -J 15"
 syslogd_flags="-ss"
 
 # Prevent sendmail to try to connect to localhost
-# sendmail_enable="NONE"
+sendmail_enable="NO"
+sendmail_submit_enable="NO"
+sendmail_outbound_enable="NO"
 
 # Bring up sshd, it takes some time and uses some entropy on first startup
 # sshd_enable="YES"
-- 
cgit v1.2.3