Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199100 - mail-filter/dkim-milter-2.3.2 - emerge --config creates non-working TXT record
Summary: mail-filter/dkim-milter-2.3.2 - emerge --config creates non-working TXT record
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-13 22:27 UTC by Steve Moerk
Modified: 2007-11-14 16:01 UTC (History)
1 user (show)

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 Steve Moerk 2007-11-13 22:27:15 UTC
emerge --config mail-filter/dkim-milter produces a TXT record which includes g=\;
I'm new to DKIM, but as far as I can tell that prevents this key from working at all.  Changing the TXT record to have g=* seems to be working, and from what I can gather the g= entry may not be necessary at all.


Reproducible: Didn't try

Steps to Reproduce:
1.emerge --config mail-filter/dkim-milter
2.accept default selector name of mydomain.com
3.select 1024 bit key

Actual Results:  
mydomain.com._domainkey   IN   TXT  "g=\; k=rsa\; ...

Expected Results:  
mydomain.com._domainkey   IN   TXT  "g=*\; k=rsa\; ...
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-11-14 04:48:05 UTC
You're right. Fixed in cvs (w/o revision bump) by replacing g= with v=DKIM1.
Comment 2 Steve Moerk 2007-11-14 16:01:11 UTC
Good, I was hoping I wasn't making a fool of myself ;)

Otherwise an excellent set of instructions for initial setup - thanks for making this a relatively painless implementation.