A word of advice: running your own web server at home is pretty trivial, but running a mail server is not. For a mail server running your home page and maybe a few neat perl applications, uptime isn't really crucial but for a mail server it is. If your box goes down while you're on vacation for a two weeks, then you'll lose two weeks worth of email. Also, configuring a mail server like sendmail is far from trivial... (been there, tried that :)

stephen's approach (above) of setting up an internal mail server and use fetchmail to pull mail from a POP account is a lot easier to set up. Assuming you're using a decent ISP it will also be hell of a lot more reliable.

No one has mentioned it yet, but Mail::Audit is pretty cool for user-level mail filters. It's a procmail replacement which lets you write perl programs to sort and/or reject mails. Nice, because that means I will never have to use procmail ever again.

See also: A Beginner's Guide to Using Mail::Audit and Mail::SpamAssassin

Cheers,
--Moodster


In reply to Re: Email filtering by moodster
in thread Email filtering by John M. Dlugosz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.