Blocking spam

Can someone give me a clue on filtering mail on using the stock sendmail
that comes with Solaris? I am unfortunately without a sysadmin right now
(anyone need a job?) but I do know enough to monkey with what needs
monkeying. Anyway, a certain user decided to dial up (to somewhere
else) and use my mail system to send mail to every single AOL user. Today
alone I probably got about 600 copies of his bounced mail...never mind
that this is deffinately not cool. Anyway, I have the email address that
he is using as for the FROM: field so I'd like to simply block that out.
Help would be appreciated.

  Brian

Can someone give me a clue on filtering mail on using the stock sendmail
that comes with Solaris?

  I can probably point you in the right direction (it's a
  hobby of mine), but the first step is unquestionably
  to upgrade to a modern sendmail.

Anyway, I have the email address that
he is using as for the FROM: field so I'd like to simply block that out.

  That won't be enough. Now that one spammer knows your
  site allows relaying, you can expect more to do the same
  thing.

Help would be appreciated.

  The best resource is http://spam.abuse.net/ -- the patches
  and recipes at http://www.sendmail.org/ don't work for
  everybody yet. Feel free to bug me privately if you've
  got any questions about which one to use, etc.

Can someone give me a clue on filtering mail on using the stock sendmail
that comes with Solaris? I am unfortunately without a sysadmin right now
(anyone need a job?) but I do know enough to monkey with what needs
monkeying. Anyway, a certain user decided to dial up (to somewhere
else) and use my mail system to send mail to every single AOL user. Today

First upgrade to sendmail 8.8.5 (or try 8.8.6) and then take a look at:

http://www.informatik.uni-kiel.de/~ca/email/english.html

alone I probably got about 600 copies of his bounced mail...never mind
that this is deffinately not cool. Anyway, I have the email address that
he is using as for the FROM: field so I'd like to simply block that out.
Help would be appreciated.

You also need to prevent people from using your server as a relay. If
you don't, you are doomed.

Bill