#########################################
# Mail configuration.  See sendmail(1m) #
#########################################
#
#  BSD's popular message handling system 
#
# SENDMAIL_SERVER:	Set to 1 if this is a mail server and should
#			run the sendmail deamon.
# SENDMAIL_SERVER_NAME:	If this is not a mail server, but a client being
#			served by another system, then set this variable
#			to the name of the mail server system name so that
#			site hiding can be performed.
#
export SENDMAIL_SERVER=1
export SENDMAIL_SERVER_NAME=
