#!/bin/bash AUTO=0 # Check env for any default settings, command line options will override these. if [ -z "$PULL_MTA" ]; then PULL_MTA="sendmail" fi usage() { cat <