INFO="\033[1;36m"
NORMAL="\033[0;39m"

SN="mail"
printf "${INFO}Changing $SN ownership of var/mail folder${NORMAL}\n"
chgrp -v $SN var/mail
