MyDNS record types

Discussion in 'Developers' Forum' started by quentusrex, Feb 28, 2009.

  1. quentusrex

    quentusrex New Member

    Could ISPConfig 3 support all the dns record types that MyDNS supports? like NAPTR records?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig might support more record types in future, but there will nothing be added until the release of the final version.
     
  3. weldpua2008

    weldpua2008 New Member

    What about SPF and DNSsec and other records support by ISPconfig3?
    Mydns doesn't support it's.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    SPF and DNSSec records are records of the type TXT. So this is supported already.
     
  5. weldpua2008

    weldpua2008 New Member

    Thank :) How fill record?


    When I visited http://www.openspf.org
    For bind record need like:
    poligrafkh.org.ua. IN TXT "v=spf1 ip4:91.203.143.99 mx mx:mx1.poligrafkh.org.ua mx:mx2.poligrafkh.org.ua mx:mail.madrid.in.ua mx:mail.skm.net.ua ~all"
    I try insert

    Hostname: poligrafkh.org.ua.
    record type: TXT
    Text: v=spf1 ip4:91.203.143.99 mx mx:mx1.poligrafkh.org.ua mx:mx2.poligrafkh.org.ua ~all

    When I deligate zone to bind9 I see and This doesn't work:
    .........................................
    $TTL 300 ; 5 minutes
    TXT " v=spf1 ip4:91.203.143.99 mx mx:mx1.poligrafkh.org.ua mx:mx2.poligrafkh.org.ua mx:mail.madrid.in.ua mx:mail.skm.net.ua ~all"
    $ORIGIN poligrafkh.org.ua.
    $TTL 86400 ; 1 day
    ..................................................
     
    Last edited: Mar 2, 2009
  6. weldpua2008

    weldpua2008 New Member

    Why in DNS Wizard I can't set up Xfer (IP) ?


    Maybe I fix my question?
    In templete I add:
    TXT|{DOMAIN}.|v=spf1 ip4:{IP} mx mx:mx1.{DOMAIN} mx:mx2.{DOMAIN} -all
    And when I test in:
    http://www.mxtoolbox.com/spf.aspx

    Found 1 valid SPF version 1 records for poligrafkh.org.ua
    Who use SPF - what you can say - fix or not fix?

    Can ISPconfig3 add support for spf ?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    As I mentioned above, ISPConfig supports already spf records as spf records are txt records. If you want to post feature requests, please post them in the bugtracker:

    http://bugtracker.ispconfig.org
     

Share This Page