Tom thank you for your help! One more question below. 2008/4/2, Tom Kistner <[EMAIL PROTECTED]>: > Zbigniew Szalbot schrieb: > > > > With regard to #3 - generating keys - how should this be done? > > Do you think I am all right using services such as: > > http://www.socketlabs.com/services/dkwiz > > > > A matter of trust :) I prefer: > > Generate RSA key in priv.key: > # openssl genrsa -out priv.key 1024 > > Show public part of it: > # openssl rsa -in priv.key -pubout
Now, that I have the keys, I want to configure smtp transport. So will this do the trick? dnslookup: driver = dnslookup domains = ! +local_domains transport = remote_smtp dkim_domain = domain.tld dkim_selector = lists #selector chosen during setting up dkim dkim_private_key = /var/db/domainkeys/lists.key.pem ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 no_more Many, many thanks! -- Zbigniew Szalbot -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
