#/bin/sh
#
# Configure cyrus mail access server
#
echo "Configuring POP and IMAP server..."
_log_file=/var/log/mailaccess.log
if [ ! -e ${_log_file} ]; then
	touch ${_log_file}
fi
echo "done."

