Gentoo Archives: gentoo-user

From: Jason Carson <jason@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Postfix and Domainkeys
Date: Mon, 12 Jan 2009 15:33:47
Message-Id: 7dabfbacb76c0640f59ea261ad544eb3.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 > [...]
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 I don't understand what this part below means...
23
24 Make sure you add these parameters to your dk-filter command line:
25 -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private
26 -S default
27
28 I tried the following two commands with no luck
29
30 dk-filter -b sv -d jasoncarson.ca -H -s
31 /etc/mail/dk-filter/default.private -S default
32
33 ...and...
34
35 /etc/init.d/dk-filter -b sv -d jasoncarson.ca -H -s
36 /etc/mail/dk-filter/default.private -S default
37
38 ...any other suggestions or am I doing something wrong?
39
40 > http://www.dkim.org/
41 > http://en.wikipedia.org/wiki/DomainKeys
42 > http://www.ijs.si/software/amavisd/amavisd-new-docs.html#dkim
43 > http://www.postfix.org/MILTER_README.html
44
45 Thanks for the links, I will check them out.

Replies

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