# Check the /usr/doc/sendmail-8.13.1/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/doc/sendmail-8.13.1/README.cf is part of the sendmail-doc
# package.
#
# by default we allow relaying from localhost...
localhost.localdomain		RELAY
localhost			RELAY
127.0.0.1			RELAY

# by default we allow unlimited connections per time window from localhost
# and 15 from any
ClientRate:127.0.0.1            0
ClientRate:                     15

# by default we allow unlimited connections from localhost 
# and 10 per each over IP 
ClientConn:127.0.0.1            0
ClientConn:                     10

