Skip to content
  1. Feb 25, 2014
  2. Feb 21, 2014
  3. Feb 18, 2014
  4. Feb 16, 2014
  5. Feb 15, 2014
  6. Feb 12, 2014
  7. Feb 11, 2014
  8. Feb 10, 2014
  9. Feb 02, 2014
  10. Jan 27, 2014
  11. Jan 22, 2014
  12. Jan 20, 2014
  13. Jan 19, 2014
    • Dominik's avatar
      New Feature VHost-Alias (FS#3296) · 511ba5d0
      Dominik authored
      Completly same functionality as VHost-Subdomain, not to disable if already existing vhostalias-somains in system.
      511ba5d0
    • Dominik's avatar
      Mailbox quota can now be included into website quota (FS#3297) · 0e2978ef
      Dominik authored
      --------------------------------------------------------------
      Feature can be activated over admin mailserver settings. when activated websites uid is used instead of standard vmail-uid. this only takes effect if web and mailserver are on the same server, otherwise it will be old behaviour. switching this setting when mailboxes exist doesn't matter. Mailboxfolder will be created with website uid for this. access of postfix and dovecot now works over mysql-table mail_user. virtual_uid_maps is changed from static to mysql-table. for dovecot<->postfix communication protocoll is changed vrom lda to lmtp. disablelmtp-column is added to mail_user-table. uid and gid can be overwritten by remoting.
      ONE OPEN ISSUE: since remoting has completly changed and mail_user_add function is missing at the moment, this function now was inclulded again. it is important to add the both new lines to the future function and then remove this new one.
      0e2978ef
  14. Jan 08, 2014
  15. Jan 07, 2014
  16. Jan 04, 2014
  17. Jan 02, 2014
  18. Jan 01, 2014
  19. Dec 30, 2013
  20. Dec 27, 2013
    • 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