Skip to content
  1. Jan 21, 2016
  2. Jan 18, 2016
  3. 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
  4. Jan 04, 2016
  5. 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
  6. Dec 23, 2015
  7. Dec 16, 2015
  8. Dec 14, 2015
  9. Dec 08, 2015
  10. Nov 29, 2015
  11. Nov 21, 2015
  12. Nov 19, 2015
    • Dominik's avatar
      Added possibility to delete backups · 634132a0
      Dominik authored
      Conflicts:
      	interface/lib/classes/remoting.inc.php
      	interface/web/mail/templates/mail_user_backup_list.htm
      	interface/web/sites/lib/lang/en_web_backup_list.lng
      	interface/web/sites/lib/lang/es_web_backup_list.lng
      	interface/web/sites/lib/lang/tr_web_backup_list.lng
      	server/plugins-available/backup_plugin.inc.php
      634132a0
  13. Nov 17, 2015
  14. Nov 16, 2015
  15. Nov 15, 2015
  16. Nov 14, 2015
  17. Nov 09, 2015
  18. Nov 06, 2015
  19. Oct 23, 2015
  20. Oct 19, 2015
  21. Oct 13, 2015
  22. Oct 04, 2015
  23. Sep 18, 2015
    • Till Brehm's avatar
      Fix by dirkd: Since file() doesn't remove "\n" from the lines read the... · d8faa4e7
      Till Brehm authored
      Fix by dirkd: Since file() doesn't remove "\n" from the lines read the condition $lines[$l] == '' never evaluated to true. So $mailHeaders would always contain every line from the template while $mailBody contained none of them.
      
      Together with the bugfix of PHP#68776 [1] disallowing multiple "\n"'s & preceding "\n" in mail()'s $additionalHeaders arg this caused mails not being sent because $mailHeaders would include at least one "\n\n" which was meant to separate the mail headers from the body.
      
      [1] https://bugs.php.net/bug.php?id=68776
      d8faa4e7