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 1RYLwy-0002sr-7x for garchives@archives.gentoo.org; Wed, 07 Dec 2011 18:10:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E0E21C217; Wed, 7 Dec 2011 18:10:24 +0000 (UTC) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 76E9D21C200 for ; Wed, 7 Dec 2011 18:08:56 +0000 (UTC) Received: by eekb57 with SMTP id b57so818492eek.40 for ; Wed, 07 Dec 2011 10:08:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=U1r6pdTVWZ6pHwNWCHg2jQZCfbORItJ7Ja4onoF3G9o=; b=A9Q66MOmJMIr5rzIRyar3d4yr0xd28SO/TZjRpxbJ3XKwy8mrr0/ghS/goXDL7tcQ2 thfU8z6TwkEUpW/tWlCqgzGQOZZhf/6yif4vDtUbCGcp8UjjF1r9SWwCAef5w6tuYa2h s512ufE/TigYwgio2yC2j2oI5jrqrAA3jrFUk= 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 Received: by 10.14.17.144 with SMTP id j16mr3652840eej.182.1323281335618; Wed, 07 Dec 2011 10:08:55 -0800 (PST) Received: by 10.213.33.133 with HTTP; Wed, 7 Dec 2011 10:08:55 -0800 (PST) In-Reply-To: <4EDF95A8.6080207@orlitzky.com> References: <4EDAA89F.3090308@orlitzky.com> <4EDAD845.4010402@orlitzky.com> <4EDD6749.8030301@orlitzky.com> <4EDD9D88.7080407@orlitzky.com> <4EDE4CC1.1000808@orlitzky.com> <4EDF95A8.6080207@orlitzky.com> Date: Wed, 7 Dec 2011 10:08:55 -0800 Message-ID: Subject: Re: [gentoo-user] clamav and spamassassin From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7cad9e7f-4ce1-4311-8916-1c41a401b090 X-Archives-Hash: b2649ab1fecde9e1cf563363fa45278e >>> That will disable postgrey, but isn't enough to enable postscreen. Ther= e >>> are a couple of daemons you have to enable in master.cf (steps 2 throug= h 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 t= hem. >> >> 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, > > =A0- Everything old > =A0+ Everything new Yeah, I try to keep mine as close to default as possible (comments and all) so etc-update does an easy "interactive" merge. - Grant > 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. =A0I 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.