Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 488
    • Issues 488
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 25
    • Merge Requests 25
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #5544

Closed
Open
Opened Feb 26, 2020 by Jesse Norell@jnorellDeveloper

SPF wizard doesn't load correct SPF record

The SPF record wizard (in 3.1.15p2) does not load the correct SPF record for the domain if a wildcard record is present.

In our DNS template, the following SPF records are created for a new domain:

*             v=spf1 a -all
testing.com.  v=spf1 mx a a:www.testing.com ~all
www           v=spf1 a -all

If I click the SPF button, it loads the information from the * subdomain into the wizard, not the domain's information. If I delete the * record, then hit the SPF button, it correctly loads the domain's information.

Edited Feb 26, 2020 by Jesse Norell
Assignee
Assign to
3.2
Milestone
3.2
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#5544