From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LM8Yr-0003O6-4G for garchives@archives.gentoo.org; Sun, 11 Jan 2009 22:13:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9FDE0124; Sun, 11 Jan 2009 22:13:30 +0000 (UTC) Received: from penguin.jasoncarson.ca (penguin.jasoncarson.ca [69.196.152.151]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A438E0124 for ; Sun, 11 Jan 2009 22:13:30 +0000 (UTC) Received: from jasoncarson.ca (localhost [127.0.0.1]) by penguin.jasoncarson.ca (Postfix) with ESMTP id 4ED9250731 for ; Sun, 11 Jan 2009 17:13:30 -0500 (EST) Authentication-Results: penguin.jasoncarson.ca; domainkeys=fail (no signature) header.from=jason@jasoncarson.ca Received: from 192.168.0.75 (SquirrelMail authenticated user jason) by jasoncarson.ca with HTTP; Sun, 11 Jan 2009 17:13:30 -0500 (EST) Message-ID: <23e74133f27a28d0e31fe0d6bd3c5e74.squirrel@jasoncarson.ca> Date: Sun, 11 Jan 2009 17:13:30 -0500 (EST) Subject: [gentoo-user] Postfix and Domainkeys From: "Jason Carson" To: gentoo-user@lists.gentoo.org User-Agent: SquirrelMail/1.4.15 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 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 (Normal) Importance: Normal Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a08fb136-5156-433a-bace-43a081fa5ee1 X-Archives-Hash: d7db63e0636a518f93f008c375268721 Greetings, I am trying to setup postfix with domainkeys. I installed dk-milter and ran the following as I was told to do after emerging it ... emerge --config mail-filter/dk-milter ...which told me to do the following... Configuring pkg... Enter the selector name (default penguin): default * The private key for this selector already exists. * Make sure you add these parameters to your dk-filter command line: * -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -= S default * If you are using Postfix, add following lines to your main.cf: * smtpd_milters =3D unix:/var/run/dk-filter/dk-filter.sock * non_smtpd_milters =3D unix:/var/run/dk-filter/dk-filter.sock * After you configured your MTA, publish your key by adding this TXT record to your domain: * default._domainkey IN TXT "g=3D; k=3Drsa; t=3Dy; o=3D~; p=3Dkey= goeshere" * t=3Dy signifies you only test the DK on your domain. * See the DomainKeys specification for more info. but I don't understand what this part mean... * Make sure you add these parameters to your dk-filter command line: * -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -= S default ...Anyone know what to do?