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

8 lines
287 B
Bash
Raw Permalink Normal View History

2021-07-05 06:50:25 +00:00
#!/bin/bash
r_log "postfix" "Install postfix (requires stop of other pieces)"
2023-11-30 09:10:42 +00:00
# This is OK if it fails - This is also not logged except in stderr
2021-07-05 06:50:25 +00:00
m_serviceCycler sendmail stop
p_installPackageNormal postfix nc dovecot openssl
m_serviceCycler postfix enable
m_serviceCycler postfix start