From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RY0Yy-0006kU-Ni for garchives@archives.gentoo.org; Tue, 06 Dec 2011 19:20:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AF6421C234; Tue, 6 Dec 2011 19:20:09 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E26D21C1F1 for ; Tue, 6 Dec 2011 19:18:36 +0000 (UTC) Received: by bkbzu5 with SMTP id zu5so7991223bkb.40 for ; Tue, 06 Dec 2011 11:18:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=AYVy9pvNP0Tpw5CzVbpXkLJwRM938CKx88O1YKrQ5t0=; b=qDXTRx3Fei9zZTCY/RLvOd0yQg/Rfvt6uJ3Fpx9iR6DHjS1el0BH2TyVWYcN4PPS8i fdQbdg/t8aB1Ipd1DJBFQ/Qf3NulkLHXWBifMfsi40bRSGNvcP6/YJJ4d64qaSPNAnFc wa6xG9ESAvPS9VWqXQTvpDdChrFxrnj2TAok4= Received: by 10.180.104.2 with SMTP id ga2mr23780137wib.33.1323199099795; Tue, 06 Dec 2011 11:18:19 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.227.151.204 with HTTP; Tue, 6 Dec 2011 11:17:34 -0800 (PST) In-Reply-To: <4EDE4CC1.1000808@orlitzky.com> References: <4EDAA89F.3090308@orlitzky.com> <4EDAD845.4010402@orlitzky.com> <4EDD6749.8030301@orlitzky.com> <4EDD9D88.7080407@orlitzky.com> <4EDE4CC1.1000808@orlitzky.com> From: Paul Hartman Date: Tue, 6 Dec 2011 13:17:34 -0600 X-Google-Sender-Auth: VKNkzUznh5T8SxpzAB-S5m1h9b0 Message-ID: Subject: Re: [gentoo-user] clamav and spamassassin To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8a052c5e-5d21-4253-a660-58064cde4223 X-Archives-Hash: 1e3e5eb08e07a764fdaafec419c18d38 On Tue, Dec 6, 2011 at 11:11 AM, Michael Orlitzky wr= ote: > On 12/06/11 11:32, Grant wrote: >> >> Got it. =A0Your explanations are positively lucid. >> >> I added this to /etc/postifx/main.cf: >> >> postscreen_greet_action =3D enforce >> postscreen_pipelining_enable =3D yes >> postscreen_pipelining_action =3D enforce >> postscreen_non_smtp_command_enable =3D yes >> postscreen_non_smtp_command_action =3D enforce >> postscreen_bare_newline_enable =3D yes >> postscreen_bare_newline_action =3D enforce >> >> and I commented this and restarted postfix: >> >> #check_policy_service inet:127.0.0.1:10030 >> >> Should this effectively disable postgrey and enable postscreen? >> > > That will disable postgrey, but isn't enough to enable postscreen. There > are a couple of daemons you have to enable in master.cf (steps 2 through = 6): > > =A0http://www.postfix.org/POSTSCREEN_README.html#enable > > That README refers to lines that are commented-out in master.cf; of > course, if you've upgraded from an earlier of postfix, you won't have the= m. > > What I did was to untar the latest postfix release under my home > directory, and find the master.cf that ships with it. Then, I > copy/pasted the lines mentioned in the README over to my real master.cf. > > After a restart, you should see lines like this in your mail log: > > =A0Dec =A06 03:13:46 mx1 postfix/postscreen[2810]: CONNECT from ... > > that let you know its' working. Thanks for bringing up postscreen and the rest of your responses to Grant in this thread, I wasn't aware of it either. None of the HOWTOs I read ever mentioned it. :) I'm going to give it a try and see how it goes.