toolkit/func/core/pkg_postfix/00-install-postfix.sh
2021-07-04 23:50:25 -07:00

7 lines
219 B
Bash
Executable File

#!/bin/bash
r_log "postfix" "Install postfix (requires stop of other pieces)"
m_serviceCycler sendmail stop
p_installPackageNormal postfix nc dovecot openssl
m_serviceCycler postfix enable
m_serviceCycler postfix start