Gentoo Archives: gentoo-user

From: Eray Aslan <eray.aslan@×××××××.tr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Postfix and Domainkeys
Date: Mon, 12 Jan 2009 08:35:51
Message-Id: 496B00DB.30905@caf.com.tr
In Reply to: [gentoo-user] Postfix and Domainkeys by Jason Carson
1 On 12.01.2009 00:13, Jason Carson wrote:
2 > Greetings,
3 >
4 > I am trying to setup postfix with domainkeys. I installed dk-milter and
5 > ran the following as I was told to do after emerging it ...
6
7 DomainKeys is deprecated and is replaced by DKIM. You are much better
8 off using mail-filter/dkim-milter. If you are using amavisd-new with
9 your postfix, I suggest you use amavisd-new to check and sign your mail
10 and do not use milters at all.
11
12 [...]
13 > * After you configured your MTA, publish your key by adding this TXT
14 > record to your domain:
15 > * default._domainkey IN TXT "g=; k=rsa; t=y; o=~; p=keygoeshere"
16 >
17 > * t=y signifies you only test the DK on your domain.
18 > * See the DomainKeys specification for more info.
19 >
20 > but I don't understand what this part mean...
21
22 You need to publish your public key in your DNS server so that others
23 can check your signature.
24
25 > * Make sure you add these parameters to your dk-filter command line:
26 > * -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -S
27 > default
28 >
29 > ...Anyone know what to do?
30
31 You need to read up on DKIM (or domainkeys if you want to go that way).
32 Links below should get you started:
33
34 http://www.dkim.org/
35 http://en.wikipedia.org/wiki/DomainKeys
36 http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim
37 http://www.postfix.org/MILTER_README.html
38
39 --
40 Eray

Replies

Subject Author
Re: [gentoo-user] Postfix and Domainkeys Jason Carson <jason@×××××××××××.ca>
Re: [gentoo-user] Postfix and Domainkeys Jason Carson <jason@×××××××××××.ca>