Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mailx #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions mailx.sh
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions super.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down