diff --git a/install-mail-server.sh b/install-mail-server.sh new file mode 100755 index 0000000..3b81005 --- /dev/null +++ b/install-mail-server.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +dnf install epel-release -y +crb enable +dnf install epel-release -y + +dnf install -y postfix-pcre postfix postfix-mysql postfix-cdb postfix-lmdb postfix-sqlite \ + dovecot dovecot-mysql dovecot-pigeonhole pwgen swaks mutt fail2ban ca-certificates + +