Greetings,

I am trying to setup postfix with domainkeys. I installed dk-milter and
ran the following as I was told to do after emerging it ...

emerge --config mail-filter/dk-milter

...which told me to do the following...

Configuring pkg...

Enter the selector name (default penguin): default
 * The private key for this selector already exists.

 * 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

 * If you are using Postfix, add following lines to your main.cf:
 *   smtpd_milters     = unix:/var/run/dk-filter/dk-filter.sock
 *   non_smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock

 * After you configured your MTA, publish your key by adding this TXT
record to your domain:
 *   default._domainkey   IN   TXT  "g=; k=rsa; t=y; o=~; p=keygoeshere"

 * t=y 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...

* 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

...Anyone know what to do?


Reply via email to