The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: rainer_d on October 10, 2012, 10:04:03 AM

Title: Next challenge: DMARC records
Post by: rainer_d on October 10, 2012, 10:04:03 AM
Hi,

the customer who wanted to have domainkeys now wants a dmarc record created (seems to be the long awaited cure for SPAM).

Now, NicTool says:
"name domain labels (the bits of a name between the dots) must begin with a letter or digit: RFC 1912"


Do you have a quick fix for that, too?
:-)


Best Regards,
Rainer
Title: Re: Next challenge: DMARC records
Post by: matt on October 10, 2012, 10:13:16 AM
Yes, upgrade your NicTool.
Title: Re: Next challenge: DMARC records
Post by: rainer_d on October 11, 2012, 08:33:33 AM
I'm on 2.14, which is what can be downloaded from the store.
Will you prepare a newer release in the near future?
Title: Re: Next challenge: DMARC records
Post by: matt on October 11, 2012, 03:44:23 PM
I thought that the relaxed syntax in v2.13 would have allowed that. Perhaps you need to show an example of the record you attempted to create.
Title: Re: Next challenge: DMARC records
Post by: rainer_d on October 12, 2012, 04:58:38 AM
Like this:

Name:  _dmarc   (.domain.tl)
Type: TXT
Address: v=DMARC1; p=reject; adkim=s; aspf=r; rua=mailto: dmarc-feedback@domain.tl; ruf=mailto: dmarc-feedback@domain.tl; rf=afrf; pct=100;
TTL: 3600


Title: Re: Next challenge: DMARC records
Post by: matt on October 16, 2012, 12:10:43 PM
I was pretty sure that should work, so I tested on my NicTool install, and I was able to add the record.

$ dig _dmarc.simerson.com. @ns1.cadillac.net. TXT +short
"v=DMARC1\; p=reject\; adkim=s\; aspf=r\; rua=mailto: dmarc-feedback@domain.tl\; ruf=mailto: dmarc-feedback@domain.tl\; rf=afrf\; pct=1" "00\;"


So, then I went back and found where I added the code that allows those records, which is on github: https://github.com/msimerson/NicTool/commit/37712c0abd55ffcd3d9aaaa79ca0855cfcd5fb2c (https://github.com/msimerson/NicTool/commit/37712c0abd55ffcd3d9aaaa79ca0855cfcd5fb2c) and was committed on Feb 1, 2012.

But it somehow didn't get included in 2.14, which was released on Mar 30th. I'll roll up a 2.15 version very soon.
Title: Re: Next challenge: DMARC records
Post by: rainer_d on October 16, 2012, 04:13:04 PM
Hi Matt,

good to read. That is - as usual - very nice of you.


Best Regards,
Rainer
Title: Re: Next challenge: DMARC records
Post by: matt on October 16, 2012, 05:39:11 PM
Version 2.15 is posted in the TNPI store, and at http://www.nictool.com/download/NicTool.tar.gz