######################################### # Mail configuration. See sendmail(1m) # # @(#)B.11.31_LR mailservs version 8.11 ######################################### # # 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. # SENDMAIL_RECVONLY: If set to 1, then sendmail perform "receive only" # function. In other words, users are not allowed # to send mail from this domain or process the mail # queue. # SENDMAIL_SENDONLY: If set to 1, then sendmail perform "send only" # function. In other words, users are not allowed # to receive mails in this domain. # # # The priority(from high to low) set for the above mentioned flags # are in the order SENDMAIL_SERVER, SENDMAIL_SERVER_NAME, # SENDMAIL_RECVONLY, SENDMAIL_SENDONLY. # export SENDMAIL_SERVER=1 export SENDMAIL_SERVER_NAME= export SENDMAIL_RECVONLY=0 export SENDMAIL_SENDONLY=0