#!/bin/sh
#---------------------------------------------
#to convert sendmail $1.mc to $1.cf
#---------------------------------------------
m4 /usr/share/sendmail-cf/m4/cf.m4 $1.mc > $1.cf
#---------------------------------------------
exit 
