#!/bin/bash MAIL_LOCATION=/srv/mail/vmail useradd -g mail -u 5000 vmail -d $MAIL_LOCATION gpasswd -a vmail mail mkdir -p $MAIL_LOCATION