# # This table uses e-mail addresses, domain names, and network numbers as keys. # The value part of the map can contain one of: # # OK # RELAY # REJECT # DISCARD # ### any text # # For example: # # cyberspammer.com 550 We don't accept mail from spammers # okay.cyberspammer.com OK # sendmail.org OK # 128.32 RELAY # # would accept mail from okay.cyberspammer.com, but would reject mail from all # other hosts at cyberspammer.com with the indicated message. It would allow # accept mail from any hosts in the sendmail.org domain, and allow relaying for # the 128.32.*.* network. # # Note that the db must be rebuilt with # # /usr/sbin/makemap hash /etc/mail/access.db < /etc/mail/access # # after any changes to this file. #