Added mail server install
This commit is contained in:
parent
a238da480a
commit
cdf1aada80
10
install-mail-server.sh
Executable file
10
install-mail-server.sh
Executable file
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user