toolkit/func/core/pkg_postfix/00-install-postfix.sh

7 lines
219 B
Bash
Raw Normal View History

2021-07-05 06:50:25 +00:00
#!/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