[dkim-ops] ADSP syntax question

Jim Fenton fenton at bluepopcorn.net
Wed Sep 2 20:48:30 PDT 2009


Byung-Hee HWANG wrote:
> Somebody set as:
>
>  dkim="all;"
>
> I did set as:
>
>  dkim="all"
>
> Which is correct?    
>           
>   
Either:

dkim=all

or

dkim=all;

is acceptable. The semicolon (;) at the end is optional according to the 
syntax in RFC 4871 section 3.2, which ADSP uses. If quotes are needed by 
your name server, they probably belong around the whole string. For 
example, for BIND, it might be:

_adsp._domainkey IN TXT "dkim=all"

if the $ORIGIN is set to your domain name.

-Jim


More information about the dkim-ops mailing list