Using the Sendmail Reject List to manage spam

The Sendmail Reject List is a list of email sources that you identify as sources of unsolicited email. The mail server rejects email messages from these sources thus prohibiting further relay to any site hosted on the server. For example, if you include the IP address 1.2.3.4 in the Reject List, all email messages that originate from this address will be blocked from being relayed to any site hosted on the server.  

The email source can be:

If you enter a partial IP address, email messages that originate from any IP address in the subnet are blocked. For example, specifying 1.2.3 will block all IP addresses in the subnet, 1.2.3.0 through 1.2.3.255.

You can also use the Spam Filter service to enable user-level control and management of spam. The Sendmail Reject List and spam filter service vary in their approach and flexibility in managing spam.

Related Topics