Skip to content
Commit 378d8326 authored by Florian Schaal's avatar Florian Schaal
Browse files

disallow spf, dkim, and dmarc-records when editing / creating a TXT record

parent 7255ec92
  • I have problem about that change. interface/web/dns/form/dns_txt.tform.php 'validators' "1": it does not allow to put DKIM entry directly using TXT record. But I can't use dedicated DKIM button when I don't have mail support on my account. There should be done one of two things:

    • allow using DKIM with TXT record directly
    • remove "read-only" from fields in "DKIM button"
  • You can add DKIM-Records as a TXT-Records. Just make sure, they are correct (match the regex).

  • No, I can't. I get "DKIM is not allowed. Use the DKIM button." message.

  • I just check this with the latest version. I can create a TXT-Record with default._domainkey..... and v=DKIM1; t=s; p=MI...

  • Well - it does not work, simply. I can't add it. Recent ispconfig version.

    validator 1 for field "data" causes that you can't add proper entry. 'regex' => "/^((?!v=DKIM).)*$/s",

    I'm trying to add TXT record default._domainkey.... and: v=DKIM1; p=MIGfMA0GCS.......

    After removing validator number "1" - it works...

    Funny thing is that it works for domain when you have dkim record already existing.

    Edited by Paweł G.
  • Mentioned in issue #4626 (closed)

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment