so i figured out this part about CNAME. But it seems that the box isn’t updating records correctly. I even restarted the nsd service and checked the box.fwla.com.txt & box.fwla.com.txt.signed files as well as the zones directory.
Everything seems fine but when I run dig (even after clearing dns) it doesn’t update. the first time I added the CNAME I omitted the trailing DOT (.)
when i ran dig it added fwla.com at the end of CNAME value.
so, i added the trailing DOT in CNAME as shown below, I checked the zone files and they were updated but dig and other checks showed no update. in addition, when I run localhost dig, it returns No Such Domain (NXDOMAIN).
Please help. this box worked when I used AWS Route53.
So, it turns out that you MUST delete the CNAME record with the error before adding the fixed CNAME record if they are similar/same or the dns_update.py file will ignore the updated file. In addition, I found out that you can not use *.example.com in a CNAME to redirect to www.example.com - so I just added the redirection to nginx conf file as an IF stantement for both non-www to redirect to www and https://non to https://www
the ssl 443 if statement will also work to send https to http
thanks. I’ll try to remember when update. Also, I ran into a related issue as well that i keep coming back to:
I added the following to my custom DNS. When I used external DNS I don’t think I went to spam Using Amazon SES to send emails. I am now going to Spam with my AWS SES newsletter. I added the DKIM stuff as show below. What is the record indicating that AWS SES is not allowed to send on behalf of fwla.com? or what modification can I make to allow SES to send on fwla.com or box.fwla.com??? There has to be a way to allow this without too many compromises? no?