On Thu, Nov 29, 2007 at 10:47:25AM -0500, Dave Isaacs <[EMAIL PROTECTED]> wrote:
> I've configured my Domain configuration to be a single domain and a
> single subdomain. For example
> 
> example.com
> dave.example.com
> 
> If the From address of a message is from the domain, for example,
> [EMAIL PROTECTED], then the DKIM-Signature will contain d=example.com
> 
> If the From address of a message is from the subdomain, for example,
> [EMAIL PROTECTED], then the DKIM-Signature will contain
> d=dave.example.com.
> 
> Is it possible to control the contents of the d= tag so that it would be
> d=example.com for both?

I *believe* that specifying "-d example.com -D" will do what you want,
but that will have the additional side-effect of signing mail for any
subdomain of example.com.

Alternately, you can specify a KeyList and put something like this in
it:

[EMAIL PROTECTED]:example.com:/path/to/key
[EMAIL PROTECTED]:example.com:/path/to/key

The first parameter is a glob to match against the sender, while the
second is the domain to sign as. (The third, of course, is the key file,
from which the selector name to use is derived)

-- 
Mike Markley <[EMAIL PROTECTED]>

I could write an album about riding in a bus and puking after a show
somewhere, but that's what Bon Jovi's for.
- Trent Reznor

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to