# /etc/mail/access # # Author: Werner Fink # # Description: # # With this file you can control the access # to your mail server. # # Format: # # # # # ^^^^^^^^^ # (these are stops) # # Network IP-addresses have to end on octet boundary, e.g. 127.0.0 # The right hand side `' 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 # # Extensions: # # See /usr/share/sendmail/README for the FEATURE `blacklist_recipients'. # # Default for loop back is RELAY 127 RELAY 192.168 RELAY