Eradicate Spam from Unix Service Accounts!

By Sandra Henry-Stocker  1 comment

First, you need to set up .forward files for the system accounts that just don't need to be receiving email. A .forward file that dumps email to /dev/null can be as simple as this:

> /dev/null

If you've ever tried this and found that it didn't work, you might not have taken into consideration how fussy sendmail can be about file permissions. If sendmail thinks the permissions on your .forward file aren't proper and secure, it ignores them and might or might not write messages into your syslog file complaining about the problem.

You also need to make sure that the .forward files are owned by the appropriate user. For example, listen might have /usr/net/nls as its home directory. A /usr/net/nls/.forward file should look like this:

# ls -l /usr/net/nls/.forward
-rw-------   1 listen   other         12 Oct 13 14:24 /usr/net/nls/.forward

Too bad we have to do things like this, but it beats using up the space in /var/mail with spam and it beats collecting files in /var/spool/mqueue as our too polite mail service tries to return undeliverable messages to their senders.

If, for some reason, you expect one of these administrative accounts to actually receive meaningful email, you should probably use a more sophisticated approach, such as a procmail filter, to separate the spam from the legitimate email and send it to /dev/null.

This simple approach is likely to run into a snag when it comes to adm. Since adm's home is usually /var/adm and this directory needs to be group writable, sendmail is likely to ignore any .forward files placed in this directory, complaining that "/var/adm/.forward is a "Group writable directory". One option is to redefine adm's home to some other directory. If you opt for this, make sure this has no effect on your /var/adm log files, both before and after a reboot.

Sending spam addressed to system accounts may seem like a small deal but on one system that I implemented the .forward files on, the ls /var/spool/mqueue directory went from building up to thousands of files to generally being empty. Spam addressed to real users still arrives, but that's a job for another tool. Maybe next week we'll look at procmail.

1 comment

    Anonymous 2 years ago
    An alternative is just to send it to /dev/null using an entry in your (sendmail compatible) mail alias file, e.g.adm: /dev/null

      Add a comment

      Post a comment using one of these accounts
      Or join now
      At least 6 characters

      Note: Comment will appear soon after you have activated your account.
      Obscene/spam comments will be removed and accounts suspended.
      The information you submit is subject to our Privacy Policy and Terms of Service.

      ITworld LIVE

      IT Management/StrategyWhite Papers & Webcasts

      White Paper

      Evaluator Group: Storage Federation - IT Without Limits (Analysis of HP Peer Motion with Storage Federation)

      As the role of IT increases within organizations, the need to move data when and where it is needed is critical to support emerging business requirements. This has become increasingly difficult due to the huge growth of data volumes. This white paper sponsored by HP + Intel evaluates a solution that aims to enable the movement of data without physical limitations. Read now and see how this could enable agility and efficiency.

      White Paper

      ESG Lab Validation Report: HP Data Protector & Deduplication Solutions

      Many organizations have deployed disk-to-disk backup technologies to improve the speed and reliability of their backup and disaster recovery operations. A growing number of these now look to data deduplication to enhance retention periods and reduce costs. This ESG Lab Validation Report sponsored by HP + Intel examines a number of backup and recovery solutions and evaluates their ease of implementation as well as their ability to improve reliability and reduce costs.

      White Paper

      Business Value of Blade

      The nature of the blade platform makes system management, monitoring and provisioning easy and efficient. Access this resource to learn how blade migration will save your data center time and money while increasing performance.

      White Paper

      Accelerate time to application value

      For your IT organization to keep pace with the business, you need a new, faster approach to infrastructure deployment-an approach that increases agility and accelerates time to application value. That's HP Converged Systems. Built on Converged Infrastructure, these systems deliver the industry's first portfolio of pre-integrated, tested, and optimized infrastructure solutions for applications running in virtual, cloud, dedicated, or hybrid environments.

      White Paper

      Converged Infrastructure for Dummies

      As you know, everything is mobile, connected, interactive, and immediate. This is exactly why organizations need a highly agile IT infrastructure in order to keep pace with extreme fluctuations in business demand. This book will help you understand why infrastructure convergence has been widely accepted as the optimal approach for simplifying and accelerating your IT to deliver services at the speed of business while also shifting significantly more IT resources from operations to innovation.

      See more White Papers | Webcasts

      Ask a question

      Ask a Question