Config Amazon SES DNS

Discussion in 'General' started by recin, Jul 2, 2018.

Tags:
  1. recin

    recin Active Member

    I have ISPCONFIG 3.1.12 on Ubuntu 18.04 working OK, but I have a problema configuring amazon SES DNS on the domains.
    Amazon tell me to create this 5 DNS records for mydomain.com:

    _amazonses.mydomain.com TXT OnwiT/rrEYoOmT01ybtGr9KN7IcEKFb3BC/WU15ozio=
    mydomain.com TXT amazonses:OnwiT/rrEYoOmT01ybtGr9KN7IcEKFb3BC/WU15ozio=

    provcaxgm7q4csezjy6exfp6ns3bjh47._domainkey.mydomain.com CNAME provcaxgm7q4csezjy6exfp6ns3bjh47.dkim.amazonses.com
    tv2srxkeh6nzms7c4f7wu6jsbipanjms._domainkey.mydomain.com CNAME tv2srxkeh6nzms7c4f7wu6jsbipanjms.dkim.amazonses.com
    ifwm2calpsjzhabt3yfzbmf2hsnc2pss._domainkey.mydomain.com CNAME ifwm2calpsjzhabt3yfzbmf2hsnc2pss.dkim.amazonses.com

    The TXT records works but Amazon didn't recognize the CNAME records. Here it's what i have on ispconfig:
    Hostname: ifwm2calpsjzhabt3yfzbmf2hsnc2pss._domainkey.mydomain.com.
    Target hostname: ifwm2calpsjzhabt3yfzbmf2hsnc2pss.dkim.amazonses.com

    Hostname: provcaxgm7q4csezjy6exfp6ns3bjh47._domainkey.mydomain.com.
    Target hostname: provcaxgm7q4csezjy6exfp6ns3bjh47.dkim.amazonses.com

    Hostname: tv2srxkeh6nzms7c4f7wu6jsbipanjms._domainkey.mydomain.com.
    Target hostname: tv2srxkeh6nzms7c4f7wu6jsbipanjms.dkim.amazonses.com

    What could be wrong?
    Thanks in advance
     
    sghazagh likes this.
  2. sghazagh

    sghazagh Member

    Have you found out how to set this DNS record?
    Do we need to enter ". "at the end of hostname and target hostname or not?
     
  3. holykim

    holykim Member

    Please add a full stop at the end of CNAME target and it will work.
     
  4. sghazagh

    sghazagh Member

    It actually need full stop for both "Hostname" and "Target Hostname" fields
     
  5. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,
    I have the same issue with the point at the end.
    What is the full stop ?

    I don't undertand what isp said "The hostname has the wrong format"

    Hostname xc6ck3k7zgmfrhtk3gvfvzqzo3n6zrfc._domainkey.mydomain.ch.

    Thanks for your support
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    The fullstop means that its a fully qualified domain name, without fullstop, the zone name will get appended.
     
    mccharlet likes this.
  7. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,
    I found the solution here
    I modified the regex validation

    Best regards
     

Share This Page