Gentoo Archives: gentoo-user

From: Jason Carson <jason@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Postfix and Domainkeys
Date: Sun, 11 Jan 2009 22:13:37
Message-Id: 23e74133f27a28d0e31fe0d6bd3c5e74.squirrel@jasoncarson.ca
1 Greetings,
2
3 I am trying to setup postfix with domainkeys. I installed dk-milter and
4 ran the following as I was told to do after emerging it ...
5
6 emerge --config mail-filter/dk-milter
7
8 ...which told me to do the following...
9
10 Configuring pkg...
11
12 Enter the selector name (default penguin): default
13 * The private key for this selector already exists.
14
15 * Make sure you add these parameters to your dk-filter command line:
16 * -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -S
17 default
18
19 * If you are using Postfix, add following lines to your main.cf:
20 * smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock
21 * non_smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock
22
23 * After you configured your MTA, publish your key by adding this TXT
24 record to your domain:
25 * default._domainkey IN TXT "g=; k=rsa; t=y; o=~; p=keygoeshere"
26
27 * t=y signifies you only test the DK on your domain.
28 * See the DomainKeys specification for more info.
29
30 but I don't understand what this part mean...
31
32 * Make sure you add these parameters to your dk-filter command line:
33 * -b sv -d your-domain.com -H -s /etc/mail/dk-filter/default.private -S
34 default
35
36 ...Anyone know what to do?

Replies

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