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 1RYKTm-0006vB-8j for garchives@archives.gentoo.org; Wed, 07 Dec 2011 16:36:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FF7821C36D; Wed, 7 Dec 2011 16:36:08 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) by pigeon.gentoo.org (Postfix) with ESMTP id 95BF621C121 for ; Wed, 7 Dec 2011 16:34:53 +0000 (UTC) Received: from [10.1.1.204] (unknown [65.213.236.244]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 59CAB37ADC for ; Wed, 7 Dec 2011 11:34:49 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1323275689; bh=WDs4uuXfbKFmVBSGqEQBMfd/QtSfVg2ko3DPrPtk5YE=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Je5/1Z1avKtBJ3hgRmrspOmtqokD46RspeiSXAVGY+WcLOR8MKxHwYtDqfO4yn3oy aeiY/GsJql+hlHjgNDYQyYT4e4qrhsxsVEY2Qwp/FGHoIbotYGrQNgg4sZ1Rxpf385 JTNGv6w0i+695agA3dPr1J988rB9jib4nPZN4Sos= Message-ID: <4EDF95A8.6080207@orlitzky.com> Date: Wed, 07 Dec 2011 11:34:48 -0500 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111127 Thunderbird/7.0.1 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] clamav and spamassassin References: <4EDAA89F.3090308@orlitzky.com> <4EDAD845.4010402@orlitzky.com> <4EDD6749.8030301@orlitzky.com> <4EDD9D88.7080407@orlitzky.com> <4EDE4CC1.1000808@orlitzky.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 3e2a49ff-aa47-4ec8-972d-319831a6180d X-Archives-Hash: 600c2f930a602d84210e8f4fa94f1a66 On 12/06/11 19:57, Grant wrote: >> 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): >> >> http://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 them. > > Don't you let etc-update add them for you? Well, etc-update offers to overwrite the old one with the new, but that would be bad since we have a few custom services. I do try to patch the new comments into my configuration files when possible, but my master.cf is so far away from upstream's that the patch file is basically, - Everything old + Everything new These days I'm almost ready to claim that I actually understand how postfix works, so I'm not afraid to maintain main.cf and master.cf by hand anymore. > Working now, thanks a lot. I should only need the tlsproxy line if my > users connect to port 25 to send mail, correct? You should enable it anyway: many remote MTAs will use encryption if you let them.