Gentoo Archives: gentoo-user

From: Jason Carson <jason@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Postfix and Domainkeys
Date: Wed, 14 Jan 2009 04:24:46
Message-Id: 174ab5a4c9404cde68ae52b8dd6c92a9.squirrel@jasoncarson.ca
In Reply to: Re: [gentoo-user] Postfix and Domainkeys by Eray Aslan
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 Can I use both dk-milter and dkim-milter simultaneously?
13
14 > [...]
15 >> * After you configured your MTA, publish your key by adding this TXT
16 >> record to your domain:
17 >> * default._domainkey IN TXT "g=; k=rsa; t=y; o=~; p=keygoeshere"
18 >>
19 >> * t=y signifies you only test the DK on your domain.
20 >> * See the DomainKeys specification for more info.
21 >>
22 >> but I don't understand what this part mean...
23 >
24 > You need to publish your public key in your DNS server so that others
25 > can check your signature.
26 >
27 >> * Make sure you add these parameters to your dk-filter command line:
28 >> * -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -S
29 >> default
30 >>
31 >> ...Anyone know what to do?
32 >
33 > You need to read up on DKIM (or domainkeys if you want to go that way).
34 > Links below should get you started:
35 >
36 > http://www.dkim.org/
37 > http://en.wikipedia.org/wiki/DomainKeys
38 > http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim
39 > http://www.postfix.org/MILTER_README.html
40 >
41 > --
42 > Eray
43 >
44 >

Replies

Subject Author
Re: [gentoo-user] Postfix and Domainkeys Eray Aslan <eray.aslan@×××××××.tr>