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 1LMOnT-000130-9Q for garchives@archives.gentoo.org; Mon, 12 Jan 2009 15:33:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C68F7E02B0; Mon, 12 Jan 2009 15:33:45 +0000 (UTC) Received: from penguin.jasoncarson.ca (penguin.jasoncarson.ca [69.196.152.151]) by pigeon.gentoo.org (Postfix) with ESMTP id 89F63E02B0 for ; Mon, 12 Jan 2009 15:33:45 +0000 (UTC) Received: from jasoncarson.ca (localhost [127.0.0.1]) by penguin.jasoncarson.ca (Postfix) with ESMTP id A716664DA0 for ; Mon, 12 Jan 2009 10:33:44 -0500 (EST) Received: from 192.168.0.75 (SquirrelMail authenticated user jason) by jasoncarson.ca with HTTP; Mon, 12 Jan 2009 10:33:44 -0500 (EST) Message-ID: <7dabfbacb76c0640f59ea261ad544eb3.squirrel@jasoncarson.ca> In-Reply-To: <496B00DB.30905@caf.com.tr> References: <23e74133f27a28d0e31fe0d6bd3c5e74.squirrel@jasoncarson.ca> <496B00DB.30905@caf.com.tr> Date: Mon, 12 Jan 2009 10:33:44 -0500 (EST) Subject: Re: [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: 20368e24-c727-446c-8007-63c12c036e81 X-Archives-Hash: 55af4a52188b979f86f77de984c4f9ad > On 12.01.2009 00:13, Jason Carson wrote: >> Greetings, >> >> I am trying to setup postfix with domainkeys. I installed dk-milter an= d >> ran the following as I was told to do after emerging it ... > > DomainKeys is deprecated and is replaced by DKIM. You are much better > off using mail-filter/dkim-milter. If you are using amavisd-new with > your postfix, I suggest you use amavisd-new to check and sign your mail > and do not use milters at all. > > [...] >> * 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=3D= keygoeshere" >> >> * 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... I don't understand what this part below means... 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 I tried the following two commands with no luck dk-filter -b sv -d jasoncarson.ca -H -s /etc/mail/dk-filter/default.private -S default ...and... /etc/init.d/dk-filter -b sv -d jasoncarson.ca -H -s /etc/mail/dk-filter/default.private -S default ...any other suggestions or am I doing something wrong? > http://www.dkim.org/ > http://en.wikipedia.org/wiki/DomainKeys > http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim > http://www.postfix.org/MILTER_README.html Thanks for the links, I will check them out.