forked from sig_core/toolkit
7 lines
219 B
Bash
Executable File
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
|