#!/usr/bin/sh

cat /etc/sysconfig/bxmta |grep ^MTA|cut -d = -f2|tr '[:upper:]' '[:lower:]'

