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 1RYM3l-0004Ny-WC for garchives@archives.gentoo.org; Wed, 07 Dec 2011 18:17:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD06021C39D; Wed, 7 Dec 2011 18:17:28 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E851C21C391 for ; Wed, 7 Dec 2011 18:16:15 +0000 (UTC) Received: by eaal13 with SMTP id l13so832811eaa.40 for ; Wed, 07 Dec 2011 10:16:15 -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=FjexGo6bUJsYl3PYLXO70twNHOaY/T/VnvHri9NuypM=; b=rxpTT5RuAMeAyLOqy7xcgzjjeO5dnXSdVPK0JW44aGyfXQbALmdNp6fF6ZrSPtcFTK YNiFXsRnaOZf7C5Dxfz7PZz/Z1Jb/ggmoNoMDyVe/NiJJoos0tKLdeVPGP5IzOgKf7Zm zQIdcwR97Ozq0lqSbWpA4e2aLrGR9+p35KVaY= 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.213.32.2 with SMTP id a2mr3718241ebd.119.1323281774896; Wed, 07 Dec 2011 10:16:14 -0800 (PST) Received: by 10.213.33.133 with HTTP; Wed, 7 Dec 2011 10:16:14 -0800 (PST) In-Reply-To: <4EDF968D.2030008@orlitzky.com> References: <4EDAA89F.3090308@orlitzky.com> <4EDAD845.4010402@orlitzky.com> <4EDD6749.8030301@orlitzky.com> <4EDD9D88.7080407@orlitzky.com> <4EDE4CC1.1000808@orlitzky.com> <4EDE952C.4080202@orlitzky.com> <4EDF968D.2030008@orlitzky.com> Date: Wed, 7 Dec 2011 10:16:14 -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: 0a4bcaee-22d5-4800-9466-1776b1faad7b X-Archives-Hash: aabc9e1699c15de6eb1dd7f67b2bc2a6 >> Aye aye. =A0Should I make the change like this: >> >> #smtps =A0 =A0 inet =A0n =A0 =A0 =A0 - =A0 =A0 =A0 n =A0 =A0 =A0 - =A0 = =A0 =A0 - =A0 =A0 =A0 smtpd >> # =A0-o smtpd_tls_wrappermode=3Dyes >> submission inet n =A0 =A0 =A0 - =A0 =A0 =A0 n =A0 =A0 =A0 - =A0 =A0 =A0 = - =A0 =A0 =A0 smtpd >> =A0 -o smtpd_tls_security_level=3Dencrypt >> # =A0-o smtpd_sasl_auth_enable=3Dyes >> # =A0-o smtpd_client_restrictions=3Dpermit_sasl_authenticated,reject >> # =A0-o milter_macro_daemon_name=3DORIGINATING >> >> And then switch my clients from port 465 to 587? >> >> - Grant >> > > Yup, but be sure to uncomment the rest of the -o lines. Are you sure? I was using smtps like this: smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=3Dyes # -o smtpd_sasl_auth_enable=3Dyes # -o smtpd_client_restrictions=3Dpermit_sasl_authenticated,reject # -o milter_macro_daemon_name=3DORIGINATING but I should switch to the below? submission inet n - n - - smtpd -o smtpd_tls_security_level=3Dencrypt -o smtpd_sasl_auth_enable=3Dyes -o smtpd_client_restrictions=3Dpermit_sasl_authenticated,reject -o milter_macro_daemon_name=3DORIGINATING - Grant