vmail-stack/bin/vmail-deploy.sh
Matthew Saunders Brown 55725ace47 under dev warning
2021-11-11 08:00:46 -08:00

31 lines
522 B
Bash
Executable File

#!/bin/bash
#
# vmail-stack
# https://git.stack-source.com/msb/vmail-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown
# load include file
source $(dirname $0)/vmail.sh
echo "Script under development. Does nothing for now."
exit
# check for and set virtualhost
if [ -n "$1" ]; then
virtualhost=$1
else
echo "virtualhost not set"
exit 1
fi
vmail.sh create domain
dkim create
check if stack-dns nameservers
add dkim record
add dmarc record
vmail-secure.sh
esle
notify dkim & dmar