# /etc/mail/access
#
# Author: Werner Fink
# Please send feedback to http://www.suse.de/feedback/
#
# Description:
#
#  With this file you can control the access
#  to your mail server.
#
# Note:
#
#  To enable this you have to set USE_ACCESS_DB
#  in /etc/sysconfig/sendmail to "yes" and run
#  /usr/lib/sendmail.d/update.  If you're not using this
#  you may have a look into your /etc/mail/linux.mc
#
# Format:
#
#<email addr>		<keyword or ### text>
#<domain name>		<keyword or ### text>
#<network addr>		<keyword or ### text>
#<Flag_Tag>:<addr>	<Flags>
#                 ^^^^^^
#       (these are <TAB> stops)
#
#  Network IP-addresses have to end on octet boundary, e.g. 127.0.0
#  The right hand side `<keyword or ### text>' could be one of
#  the keywords
#
#    OK        (accept mails even if other rules would reject them)
#    REJECT    (reject mails even if other rules would accept them)
#    RELAY     (relay this domain, implicit OK within other rules)
#    DISCARD   (mail are discard)
#
#  or an `###' RFC 821 compliant error code and some text, e.g.
#
#    ERROR:"550 We don't accept mail from spammers"
#
# Examples:
#
#cyberspammer.com	ERROR:"550 We don't accept mail from spammers"
#sendmail.org		OK
#192.168		RELAY
#
# Server Features flags (see op.txt at subsection srv_features)
#
#Srv_Features:127	G
#
# Extensions:
#
#  See /usr/share/sendmail/README for the FEATURE `blacklist_recipients'. 
#
# Default for loop back is RELAY
127		RELAY
