From 52e1a9879d14fb6309684cfdf564154eb0b8a387 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 29 Jan 2016 12:16:21 -0500
Subject: [PATCH] Merge branch 'master' of http://git.ispconfig.org/ispconfig/ispconfig3

---
 TODO.txt |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/TODO.txt b/TODO.txt
index 6dcae10..5c6fe38 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -13,6 +13,9 @@
 --------------------------------------
 
 - Add a function to let a server join a existing installation.
+- Add Package haveged to requirements (at least if entropy is low) as it raises available entropy significantly which is very needed for DNSSEC Key-generation
+	If it is not installed and entropy is low generating dnssec-keys lasts minutes (and would time out the server thus is not done) and new signing keys are not generated.
+	If there are no keys the zones can not be signed and will only be availableas a unsigned copy.
 
 Uninstaller
 --------------------------------------
@@ -26,13 +29,6 @@
 Mail module
 --------------------------------------
 
-- Show mail statistics in the interface. The mail statistics are stored
-  in the database table mail_traffic and are collected by the file
-  server/cron_daily.php
--- For Courier this works but not Dovecot. Maybe the intention needs
-	reviewed as some clients think this should be the number of emails
-	and not the size of the emails.  (I agree that size is important)
-		lathama
 
 Administration module
 --------------------------------------
@@ -87,6 +83,7 @@
 Interface
 --------------------------------------
 - Enhance the paging in lists (e.g. like this: [1 2 3 4 ... 10])
+- DNS: Add Checkbox to switch dnssec_wanted between Y and N to templates and/or wizard. I recommend doing it in the wizard though.
 
 General tasks
 --------------------------------------

--
Gitblit v1.9.1