The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: gtaylor@tnetconsulting.net (Grant Taylor)
Subject: [TUHS] Who is running their own mail server and what do you run?
Date: Wed, 20 Sep 2017 12:21:31 -0600	[thread overview]
Message-ID: <6efc1bb3-e133-65e1-d294-592c2c57f2f6@tnetconsulting.net> (raw)
In-Reply-To: <20170920162502.GN25650@mcvoy.com>

I'm running Sendmail (the 800 lb gorilla that I know) on multiple Linode 
VPSs.  (I can highly recommend Linode.)

My email stack is fairly straightforward:

  - Sendmail + milters
     - ClamAV       - can reject email at SMTP time
     - OpenARC      - adds headers for SpamAssassin
     - OpenDKIM     - adds headers for SpamAssassin
     - OpenDMARC    - adds headers for SpamAssassin
     - SpamAssassin - can reject email at SMTP time
     - SPFmilter    - can reject email at SMTP time
  - JunkEmailFilter Project Tarbaby as a high order / low priority MX
  - Reverse Path IP filtering
     - Team Cymru Bogons
        - Full IPv4
        - Full IPv6
     - Spamhaus
        - Drop v4
        - eDrop v4
        - Drop v6
     - DShield

I also do the following, but they don't strictly impact inbound email 
filtering.

  - I publish DNS records for
     - SPF w/ -all
     - DKIM
     - DMARC w/ strict rejections on all messages
  - DNSSEC signed zones & published DS records.
  - I recently added Sender Rewrite Scheme to my mail server.
     - I now host email for a friend that he wants forwarded 
(unmodified) to Gmail.

On 09/20/2017 10:25 AM, Larry McVoy wrote:
> I tried running my own server on mcvoy.com but eventually gave up, the 
> spam filtering was a non-ending task.

I may end up regretting saying this, but I don't think my spam problem 
is nearly as bad as other people seem to have it.

> If someone has a plug and chug setup for MX I'd love to try it.

I've found my solution to be mostly maintenance free.

I do dabble, by choice, and recently wrote a proto MTA in Perl to 
experiment with gray listing.

I also have > 2k lines of procmail recipes, but that's almost all for 
filtering different addresses into the multiple hundreds of folders I 
have in my personal email account.

Ask if you want any more details.



-- 
Grant. . . .
unix || die

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3717 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170920/fccda534/attachment-0001.bin>


  parent reply	other threads:[~2017-09-20 18:21 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-20 16:25 Larry McVoy
2017-09-20 16:39 ` Jon Steinhart
2017-09-20 19:59   ` Bakul Shah
2017-09-20 21:26     ` Jon Steinhart
2017-09-20 23:17     ` Robert Brockway
2017-09-21  0:00       ` Dave Horsfall
2017-09-21  0:08         ` Grant Taylor
2017-09-21  0:55           ` Dave Horsfall
2017-09-21  1:52             ` Grant Taylor
2017-09-21  4:14               ` Dave Horsfall
2017-09-21  5:30                 ` Grant Taylor
2017-09-21 15:43                   ` Ian Zimmerman
2017-09-21  0:38         ` Robert Brockway
2017-09-21  1:30         ` Lawrence Stewart
2017-09-21  1:57           ` Grant Taylor
2017-09-21  3:04             ` Robert Brockway
2017-09-21  5:20               ` Grant Taylor
     [not found]       ` <20170921042528.E12C5156E523@mail.bitblocks.com>
2017-09-21  4:45         ` Robert Brockway
2017-09-21  4:58           ` Dave Horsfall
2017-09-21  5:34             ` Grant Taylor
2017-09-21 15:49               ` Ian Zimmerman
2017-09-20 16:46 ` Warner Losh
2017-09-20 17:01   ` Steve Nickolas
2017-09-20 17:39   ` Henry Bent
2017-09-20 22:54   ` Greg 'groggy' Lehey
2017-09-20 16:59 ` Kurt H Maier
2017-09-20 17:10 ` Arthur Krewat
2017-09-20 17:14   ` Jon Steinhart
2017-09-20 18:15   ` Arthur Krewat
2017-09-20 23:45     ` Dave Horsfall
2017-09-20 22:54   ` Steve Simon
2017-09-20 23:31     ` Grant Taylor
2017-09-20 23:57     ` Bakul Shah
2017-09-21  0:02       ` Larry McVoy
2017-09-21  1:08     ` Ian Zimmerman
2017-09-21 12:36       ` Steve Simon
2017-09-20 17:47 ` Clem Cole
2017-09-20 17:54 ` Rico Pajarola
2017-09-20 17:57 ` Ian Zimmerman
2017-09-20 18:22   ` William Pechter
2017-09-20 19:11     ` Grant Taylor
2017-09-20 19:25     ` Ian Zimmerman
2017-09-20 19:54       ` William Pechter
2017-09-20 19:09   ` Grant Taylor
2017-09-20 23:26   ` Michael Parson
2017-09-20 18:21 ` Grant Taylor [this message]
2017-09-20 18:51 ` Corey Lindsly
2017-09-20 20:13 ` jason-tuhs
2017-09-20 22:25   ` Theodore Ts'o
2017-09-20 23:06 ` Dave Horsfall
2017-09-21 12:40 ` Ben Greenfield
2017-09-23  9:12 ` Dario Niedermann
2017-09-21 20:05 Norman Wilson
2017-09-21 21:02 ` Grant Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6efc1bb3-e133-65e1-d294-592c2c57f2f6@tnetconsulting.net \
    --to=gtaylor@tnetconsulting.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).