From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 032CC21F338; Wed, 3 Jun 2015 00:14:30 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1433315662; bh=H69hcSk9dMO8+miAqo3Gxvf6OBTAGUxCALOqGjMOLnM=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=SXV+hkVc8JCJoPFG0DCNF2zU554u4iImfts6FPOokFKHVFsXI2k2y2niczFdtj6S1 OhgduQ3UrHD6Xn9fLH08Z6x/MLOcclUrPq6qc4/pKWcvXyfpFyxXpKN+Y/ofTNidOi 1GZq6eWxugpFJ+f+uV4onnf24mtBW1W2FsPWfAbY= Sender: toke@toke.dk Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id 4CFC0C4025D; Wed, 3 Jun 2015 09:14:21 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Dave Taht References: <14FB0F5A-1B98-43D3-9085-8730AE155695@gmail.com> Date: Wed, 03 Jun 2015 09:14:21 +0200 In-Reply-To: (Dave Taht's message of "Tue, 2 Jun 2015 22:37:06 -0700") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87wpzlb6wi.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: cake@lists.bufferbloat.net, "codel@lists.bufferbloat.net" Subject: Re: [Cake] Today's cake is fishcake a la creme. Enjoy your meal. X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 07:14:59 -0000 Dave Taht writes: > A better anti-spam setup seems to be needed, on a newer OS with LTS > support. I have a linode servers with ubuntu 15.04 partially setup, > but am still sorting out how to do reverse dns right and if there is > any decent spamassassin, SPF, etc magic to add, soon would be a good > time. Adding SPF records and signing outgoing mail with DKIM is a good idea to avoid *outgoing* mail getting marked as spam. As far as incoming, spamassassin combined with some on-SMTP filtering (RBLs and/or greylisting depending on your preferences and tolerance for mail delay) is a good first step at least. :) -Toke