summaryrefslogtreecommitdiff
path: root/examples/nullmailer-example/etc/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nullmailer-example/etc/rc.conf')
-rwxr-xr-xexamples/nullmailer-example/etc/rc.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/nullmailer-example/etc/rc.conf b/examples/nullmailer-example/etc/rc.conf
new file mode 100755
index 0000000..e22f6f9
--- /dev/null
+++ b/examples/nullmailer-example/etc/rc.conf
@@ -0,0 +1,26 @@
1# Pretuned by German Engineers
2
3# No network interfaces in jails
4network_interfaces=""
5
6# Prevent rpc
7rpcbind_enable="NO"
8
9# Prevent loads of jails doing their cron jobs at the same time
10cron_flags="$cron_flags -J 15"
11
12# Prevent syslog to open sockets
13syslogd_flags="-ss"
14
15# Prevent sendmail to try to connect to localhost
16sendmail_enable="NO"
17sendmail_submit_enable="NO"
18sendmail_outbound_enable="NO"
19sendmail_msp_queue_enable="NO"
20
21# Bring up sshd, it takes some time and uses some entropy on first startup
22# sshd_enable="YES"
23
24# Enable nullmailer for external mail delivery
25nullmailer_enable="YES"
26