Archive for the ‘Unix / Linux’ Category

Enabling Spam Checks on a Per-User Basis

Friday, February 13th, 2009

You have been asked to create a sendmail configuration that applies checks only when the mail is addressed to selected recipients.

(more…)

Bypassing Spam Checks

Friday, February 13th, 2009

Your sendmail is configured to block incoming junk mail, and you have been asked to allow junk mail through when it is addressed to specific recipients.

(more…)

Preventing Local Users from Replying to Spammers

Thursday, February 12th, 2009

Before creating any user accounts, create an acceptable use policy that, among many other things, gives you the power to block spam communications—both inbound and outbound. Ensure that all users agree to this policy before giving out any user accounts.

(more…)

Building Your Own DNS Blackhole List

Thursday, February 12th, 2009

The domain administrator must create a DNS zone file, in the proper format, that lists all of the connection addresses that are to be blacklisted. The special DNS address records in the zone file are constructed by reversing the IP address of the blacklisted system to create the DNS name field of the record and by using an address such as 127.0.0.2 in the data field of the address record. This format means that hosts are blacklisted by IP address instead of by name, which makes sense because the dnsbl lookup is done using the connection IP address. The DNS server must be authoritative for the domain in which the blackhole list is to be located. This is normally done by creating a special subdomain for the blackhole list within the zone of authority of the DNS server.

(more…)

Using a DNS Blackhole List Service

Thursday, February 12th, 2009

Add the dnsbl feature to the sendmail configuration. Identify the specific blackhole list service you wish to use on the dnsbl command line. Here is an example:

(more…)