[PC-BSD Commits] r17957 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 25 13:14:44 PDT 2012
Author: kris
Date: 2012-07-25 20:14:44 +0000 (Wed, 25 Jul 2012)
New Revision: 17957
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Full disable sendmail
Submitted by: Larry M
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-25 17:15:55 UTC (rev 17956)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-25 20:14:44 UTC (rev 17957)
@@ -8,6 +8,9 @@
# Disable Sendmail by default
sendmail_enable="NONE"
+sendmail_submit_enable="NO"
+sendmail_outbound_enable="NO"
+sendmail_msp_queue_enable="NO"
#Enable samba server
samba_enable="YES"
More information about the Commits
mailing list