Skip to content
  1. Dec 28, 2013
    • Carsten's avatar
      pdns slave, zone cleanup script · bbc4ad95
      Carsten authored
      This script deletes zones on PowerDNS Slave servers, when
      the master does not have a SOA record for it (delete zone on master).
      bbc4ad95
  2. Dec 27, 2013
    • Carsten's avatar
      Only configure amavis when it's really installed. · e7516a1f
      Carsten authored
      configure_amavis() adds some extra lines to postfix's main.cf & master.cf
      which are not required and are leading to malfunction when amavis is not installed.
      e7516a1f
    • Carsten's avatar
      + complete SOA records · 38184e1e
      Carsten authored
       - refresh, retry, expire and minimum were missing in the SOA record which was/is OK
        because pdns has defaults for this, but this gives the user
        the full options which are configurable from the UI
      
      + drop/replaced pdns service reloads
       - the initscripts reload function was called which internally does 'pdns_control cycle',
        which is a quick service restart. This is no needed in pdns to
        load the new zone data. All updates are available without service reloads.
       - to be sure the zone data is really loaded 'pdns_control rediscover' is called
       - for pdns versions starting from 3 (DNSSEC) all zones must be rectified, implemented this using pdnssec.
      
      + send notify to slaves
       - implemented using pdns_control,
        this enables zone transfers to slaves (maybe this never worked before, because auf the service reloads)
        hint: use supermasters table on slave server for zone autodeployment, but you need an extra cleanup script
        for deleted zones for now
      
      + fetch Slave zone from master
       - call 'pdns_control retrieve <zone>' for new slave zones
      
      + added fix from FS#3121
      
      + code cleanup
      38184e1e
    • Carsten's avatar
      604d25e0
    • Marius Cramer's avatar
  3. Dec 24, 2013
  4. Dec 18, 2013
  5. Dec 03, 2013
  6. Dec 02, 2013
  7. Nov 29, 2013
  8. Nov 25, 2013
  9. Nov 24, 2013
  10. Nov 22, 2013
  11. Nov 21, 2013
  12. Nov 20, 2013
  13. Nov 19, 2013