Eric Radman : a Journal

FreeBSD Customization

Since I normally run OpenBSD, there are a few tweaks I use to make a FreeBSD system more familiar.

Packages

export ASSUME_ALWAYS_YES=yes
export http_proxy="http://192.168.2.6:3128"
pkg install doas openrsync opensmtpd oksh tmux vim-tiny
ln -sf /usr/local/bin/oksh /bin/ksh

OpenSMTPD

# /etc/rc.conf
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
sendmail_outbound_enable="NO"

Deliver mail to /var/mail

sed -i -e 's/ maildir / mbox /g' /usr/local/etc/mail/smtpd.conf