Perhaps I should rephrase my question:
I've "emerge dkim-milter" then "emerge --config dkim-milter". I am now required to do the following:
Code: Select all
* Make sure you have the following settings in your dkim-filter.conf:
* Keyfile /etc/mail/dkim-filter/default.private
* Selector default
* If you are using Postfix, add following lines to your main.cf:
* smtpd_milters = unix:/var/run/dkim-filter/dkim-filter.sock
* non_smtpd_milters = unix:/var/run/dkim-filter/dkim-filter.sock
* After you configured your MTA, publish your key by adding this TXT record to your domain:
default._domainkey IN TXT "v=DKIM1; g=*; k=rsa; p=MIGfMA0GC4qGfgb3DQEbA5UrA1GNA1CBiQKBgQC3Xwkwhize7e4Z6yZSxpRnGGdwH1iiBJJChlss+0W6V+RM1XPg4CxalkkTgkZULK83cRNycB9yK8j/7DDuRU22yYjYjmxKljQd20E+pD7wLdixyMheYM3IYLn0IKq9QYB9kcwIW4oc3VxFsCk4+vHkve983gMpTLPXEP/mBXy6lQIDAQAB" ; ----- DKIM default for example.com
* t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:
* http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text
*
* Also look at the draft SSP http://www.dkim.org/specs/draft-ietf-dkim-ssp-01.html
The way I see it, the TXT entry appears to be BINDish. How do I convert it to TinyDNS? Also, How do I query my DNS server to check if indeed the TXT entry was properly added?
TIA