#!/bin/sh
# $Id: sipbmail.add,v 1.1 94/02/01 00:06:47 mhpower Exp $
# $Revision: 1.1 $
# $Platforms: decmips$

cat >> ${LOGFILE} << EOF
===> Remember to install the correct versions of /usr/lib/sendmail{,.cf}
EOF

echo "conf SENDMAIL true"	>> ${CONFCNG}
exit 0
