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 _______________________________________________ dkim-ops mailing list [email protected] http://mipassoc.org/mailman/listinfo/dkim-ops
