diff --git a/mailx.sh b/mailx.sh new file mode 100755 index 0000000..35cb321 --- /dev/null +++ b/mailx.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# +#-----------------------------------------# +###Welcome to the mailx setup script. Any variables that may need to be adjusted should be changed in the designated "variables" section in the main script, super.sh. +#-----------------------------------------# + +sudo $package_manager install mailx -y + diff --git a/super.sh b/super.sh index f49bfdc..5b69e25 100755 --- a/super.sh +++ b/super.sh @@ -205,6 +205,8 @@ fi sudo groupadd -g 12 mail sudo useradd -g mail -u 200 -d /mnt/vmail -s /sbin/nologin mailreader +./mailx.sh + ./dovecot.sh ./pgsql.sh