File: //etc/rc.conf
# Pretuned by German Engineers
network_interfaces=""
# Prevent rpc
rpcbind_enable="NO"
# Prevent loads of jails doing their cron jobs at the same time
cron_flags="$cron_flags -J 15"
# Prevent syslog to open sockets
syslogd_flags="-ss"
# Postgresql
postgresql_class="postgres"
postgresql_data="/var/db/pgsql/data"
# Prevent sendmail to try to connect to localhost
mta_start_script="/etc/rc.d/sendmail"
sendmail_enable="YES"
sendmail_submit_enable="YES"
sendmail_outbound_enable="YES"
sendmail_msp_queue_enable="YES"
# saslauthd
saslauthd_enable="YES"
saslauthd_flags="-r -n 0 -a pam"
# using dovecot as password checker:
#saslauthd_flags="-r -n 0 -a rimap -O XXXXXX.han-solo.net"
# Bring up sshd, it takes some time and uses some entropy on first startup
sshd_enable="YES"
apache24_enable="YES"
mysql_enable="YES"
dovecot_enable="YES"
proftpd_enable="YES"
# apache kernel support
apache24_http_accept_enable="YES"
ldconfig_insecure="YES"
ldconfig_insecure="YES"
ldconfig_local_dirs="/usr/local/libdata/ldconfig /usr/iports/libdata/ldconfig"
mysql57_enable="NO"
maria_enable="NO"
mongod_enable="NO"
milteropendkim_enable="YES"
milteropendkim_uid="admin"
milteropendkim_cfgfile="/etc/opendkim.conf"