Hi there,
this is rather easy! :-)
All you have to do is use the following kind of syntax:
<dkimsign>
<global>
<types id="none" />
</global>
<domain1.tld algorithm="rsa-sha1" domain="domain1.tld"
keyfile="/var/qmail/control/dkim/domain1.tld/keyfile.key" method="simple"
selector="dkim">
<types id="dkim" />
<types id="domainkey" method="nofws" />
</domain1.tld>
<domain2.tld algorithm="rsa-sha1" domain="domain2.tld"
keyfile="/var/qmail/control/dkim/domain2.tld/keyfile.key" method="simple"
selector="dkim">
<types id="dkim" />
<types id="domainkey" method="nofws" />
</domain2.tld>
</dkimsign>
This way, only the individual domains will use signing (and you can have
different options and keys per domain, etc.)
Everything not mentioned in the file will not be signed.
Also note that this config also takes care of domainkeys. so, using this setup
you can remove qmail-dk (or whatever the binary was called) and put
qmail-queue.orig back as the qmail-queue binary file.
Cheers,
Martin
--
Martin Waschbüsch
IT-Dienstleistungen
Schumacherring 29
81737 München
Telefon: +49 89 57005708
Fax: +49 89 57868023
Mobil: +49 170 2189794
[email protected]
http://www.waschbuesch.it
Am 25.09.2011 um 06:48 schrieb P.V.Anthony:
> Hi,
>
> Install dkim according to,
> http://wiki.qmailtoaster.com/index.php/How_to_Setup_DKIM_with_Qmail_Toaster
>
> It works well.
>
> I was wondering how to only do dkim for some domains and not all domains. Is
> there some configuration that needs to be done so that only the required
> domains will be signed by dkim?
>
> P.V.Anthony
>
> ---------------------------------------------------------------------------------
> Qmailtoaster is sponsored by Vickers Consulting Group
> (www.vickersconsulting.com)
> Vickers Consulting Group offers Qmailtoaster support and installations.
> If you need professional help with your setup, contact them today!
> ---------------------------------------------------------------------------------
> Please visit qmailtoaster.com for the latest news, updates, and packages.
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]