Skip to content
  1. Feb 18, 2016
  2. Feb 16, 2016
  3. Feb 15, 2016
  4. Feb 11, 2016
  5. Feb 09, 2016
  6. Feb 06, 2016
  7. Feb 05, 2016
    • Daniel Steglich's avatar
      Allow HTML based welcome messages · be2cd735
      Daniel Steglich authored
      In addition to /conf-custom/mail/welcome_email_DOMAINNAME.txt and /conf-custom/mail/welcome_email_LANGUAGE.txt one may place a /conf-custom/mail/welcome_email_DOMAINNAME.html or /conf-custom/mail/welcome_email_LANGUAGE.html file to allow HTML based welcome messages.
      be2cd735
  8. Feb 04, 2016
  9. Jan 29, 2016
  10. Jan 25, 2016
    • A. Täffner's avatar
      removed absolute paths · 13b62b96
      A. Täffner authored
      This is a considered as stable stable release. (tested the workflow successfully)
      Note: I am not perfect at RegEx I know the RegEx for LOC- and DS-Records is actually not checking. The DS-Regex is definitely valid (tested on regexpal).
      Along with my dns-status modification this should not be a problem at all.
      13b62b96
  11. Jan 23, 2016
  12. Jan 22, 2016
  13. Jan 21, 2016
  14. Jan 20, 2016
  15. Jan 15, 2016
    • Marius Burkard's avatar
      - Merged some foreign fixes · a713050f
      Marius Burkard authored
      a713050f
    • Daniel Steglich's avatar
      Allow domain specific welcom messages: · bb984ced
      Daniel Steglich authored
      * In addition to language specific custom welcome messages (when creating a new mail account) this patch will
      allow to have a welcome message template for each domain.
      
      * To add a domain specific welcome message, place a file at /usr/local/ispconfig/server/conf-custom/mail/
      and name it according the domain, like welcome_email_example.com.txt
      
      * i.e. /usr/local/ispconfig/server/conf-custom/mail/welcome_email_example.com.txt
      
      will be used if a mailbox for example.com is created.
      bb984ced
  16. Jan 04, 2016
  17. Dec 30, 2015
    • Dominik's avatar
      append *-Autosubdomains as last rules to rewrite rules · a639ee6c
      Dominik authored and Dominik's avatar Dominik committed
      After this, it is possible to use both:
       - sub.domain.tld
       - *.domain.tld
      together with different folders by rewrite (with rewrite_type = L for sub.domain.tld)
      Before it was not clearified which rule matches first, it always dependet on the creation-time of the subdomain
      
      Conflicts:
      	server/plugins-available/apache2_plugin.inc.php
      a639ee6c