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 491
    • Issues 491
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 32
    • Merge Requests 32
  • 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
  • #810

Closed
Open
Opened Oct 28, 2009 by magenbrot@magenbrot👾

unable to configure very long domains

I recently registered the following domain: 14159265358979323846264338327950288419716939937510 5820974944592.de

Setting it up under sites was no problem, but if I want to add a subdomain like 3.141592653589793238462643383279502884197169399375 105820974944592.de it shows "Domain name invalid".

The regex used to check these domainnames isn't working correctly. I manually changed it, now it is working. Maybe the limit to 63 signs should be removed. I think that this limit is already clear to everybody.

The regex: /^@[\w.-]{2,64}.[a-zA-Z]{2,10}$/

this is used in: mail/form/mail_domain_catchall.tform.php mail/form/mail_domain.tform.ph sites/form/web_domain.tform.php sites/form/web_subdomain.tform.php sites/form/web_aliasdomain.tform.php

regards, Oliver

Assignee
Assign to
3.0.2
Milestone
3.0.2
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#810