nullmailer: Add configuration.
[matthijs/servers/drsnuggles.git] / etc / vuurmuur / config.conf
index 3051ca740a38f59c6d84ccfbef5de70721e0b7cd..7907fd9e5cdf39a3c30823605bd8c41cd5fb1f23 100644 (file)
@@ -22,7 +22,7 @@ IPTABLES="/sbin/iptables"
 IPTABLES_RESTORE="/sbin/iptables-restore"
 
 # Location of the conntrack-command (full path).
-CONNTRACK=""
+CONNTRACK="/usr/sbin/conntrack"
 
 # Location of the tc-command (full path).
 TC=""
@@ -30,6 +30,9 @@ TC=""
 # Location of the modprobe-command (full path).
 MODPROBE="/sbin/modprobe"
 
+# Maximum permissions for config and log files and directories.
+MAX_PERMISSION="755"
+
 # Load modules if needed? (yes/no)
 LOAD_MODULES="No"
 
@@ -44,7 +47,7 @@ OLD_CREATE_METHOD="No"
 LOGDIR="/var/log/vuurmuur"
 
 # The logfile where the kernel writes the logs to e.g. /var/log/messages (full path).
-SYSTEMLOG="/var/log/messages"
+SYSTEMLOG="/var/log/rsyslog/syslog"
 
 # The loglevel to use when logging traffic. For use with syslog.
 LOGLEVEL="info"