Add Services To rc.conf
We will need to added all services to rc.conf and rc.local
So if the server rebooted then all services will automatically start and running.
Configure all Services in rc.conf and rc.local
$pico /etc/rc.conf
postfix_enable="YES"
courier_authdaemond_enable="YES"
courier_imap_imapd_enable="YES"
courier_imap_pop3d_enable="YES"
courier_imap_imapd_ssl_enable="YES"
courier_imap_pop3d_ssl_enable="YES"
inetd_enable="YES"
$pico /etc/rc.local
/usr/local/bin/mysqld_safe --user=mysql &