Posts Tagged ‘Sendmail’

Identifying Local Problem Users

Wednesday, February 25th, 2009

Spammers hide their true identities. You want to provide as much information as possible to track down spammers that use your system.

(more…)

Using Regular Expressions in sendmail

Wednesday, February 25th, 2009

Run the sendmail -d0.1 command. The “Compiled with:” line output by the command should contain MAP_REGEX. If it does not, recompile sendmail.

(more…)

Filtering Outbound Mail with procmail

Friday, February 13th, 2009

You want to configure sendmail to filter mail addressed to specific domains using procmail as the mail filtering software

(more…)

Filtering Local Mail with procmail

Friday, February 13th, 2009

You want to filter mail with procmail before making deliveries to local users

(more…)

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…)