Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297703 - emerge --config mail-filter/opendkim-1.2.0 suggest adding example.com to DNS for own domain
Summary: emerge --config mail-filter/opendkim-1.2.0 suggest adding example.com to DNS ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-20 21:11 UTC by Petteri Räty (RETIRED)
Modified: 2010-01-08 13:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2009-12-20 21:11:25 UTC
* After you configured your MTA, publish your key by adding this TXT record to your domain:
petteriraty.eu._domainkey IN TXT "v=DKIM1; g=*; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7D/q9nSj8hJE9f44hMu5FJT+BhT7RHqEgyXUaLI1B1gJbrabIgO23edYC2ISS//b2p7Rk5t0zX/P91aMs+GTl0wGO1n8Pvt6mTGAFbfzU/tdD3nqZ0VFMCSTYKiuTRSZZejH7R7ifzJhtB5OmgNjpsPCZNYlcXT1PE46Qh/AeVwIDAQAB" ; ----- DKIM petteriraty.eu for example.com

This entry shouldn't really have example.com
Comment 1 Daniel Black (RETIRED) gentoo-dev 2010-01-08 13:13:47 UTC
Configuring pkg...

Enter the selector name (default passivegrunt): big.banana
 * Select the size of private key:
 *   [1] 512 bits
 *   [2] 1024 bits
  Press 1 or 2 on the keyboard to select the key size

 * Make sure you have the following settings in your /etc/opendkim/opendkim.conf:
 *   Keyfile /etc/opendkim/big.banana.private
 *   Selector big.banana

 * If you are using Postfix, add following lines to your main.cf:
 *   smtpd_milters     = unix:/var/run/opendkim/opendkim.sock
 *   non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock
 * After you configured your MTA, publish your key by adding this TXT record to your domain:
big.banana._domainkey IN TXT "v=DKIM1; g=*; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDH3X6HvwqIj2b2d+I+DqEjBXuSz058Hpa9qdLjWopmZI6fxUZCho26diD0wY4xxL3hiUcQhqEHWgAR343s7GJvGzqRYgCKEc1jfET5O1c1ZTVPYF8zW9oKrwAsCoOd/F9eaycw8qHinfk1YWt39LMoRsqgsRU/h/jGxsJim4RvmQIDAQAB" ; ----- DKIM big.banana for (your domain)
 * 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 ADSP http://tools.ietf.org/html/rfc5617

fixed in 1.2.1

better suggestions welcome.