Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 551
    • Issues 551
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #3939

Closed
Open
Created May 31, 2016 by Cristian G. Segarra@csegarra

DNS Import fail with TXT resource records

DNS Import fail to handle TXT resource records. This issue is related with #3792 (closed)

If the record's data has a semicolon or some uppercase letters, the import fail to load the correct values.

For example, if the RR is a DomainKey record (Or DKIM), it has multiple values separated with semicolons and the case of the key must be keeped.

myselector._domainkey 3600  TXT "k=rsa; t=y; p=MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhALsL5WZEX2crTmZN+WeuloQuRVzEsa5MZve4SC6j4pMtfBM/yqrFTuEZN2TLrc0AMFzwEGxoAA5XF4vhxzxvSLzw/wZNk/QmK6OLAyw8c0qw6Ke5R8dmVj3gI7T98cEfgQIDAQAB"

After importing the zone's file, the new registry is:

myselector._domainkey 3600  TXT "k=rsa"

This resource records must be left as they are, without truncate them on the semicolon and without change their case.

Assignee
Assign to
Time tracking