From f0eba4269640aaf1adb66aaeb05ae899a35b5f20 Mon Sep 17 00:00:00 2001 From: usmannasir <01-134132-158@student.bahria.edu.pk> Date: Thu, 3 May 2018 01:22:28 +0500 Subject: [PATCH] DKIM Manager for Domains. --- .../templates/baseTemplate/index.html | 1 + dns/templates/dns/addDeleteDNSRecords.html | 6 +- firewall/templates/firewall/modSecurity.html | 4 +- mailServer/static/mailServer/mailServer.js | 321 ++++++- .../templates/mailServer/dkimManager.html | 176 ++++ mailServer/urls.py | 11 +- mailServer/views.py | 245 ++++- plogical/mailUtilities.py | 110 +++ plogical/virtualHostUtilities.py | 22 +- static/mailServer/mailServer.js | 321 ++++++- static/websiteFunctions/websiteFunctions.js | 12 +- .../websiteFunctions/websiteFunctions.js | 12 +- .../templates/websiteFunctions/website.html | 11 +- websiteFunctions/views.py | 884 ++++++------------ 14 files changed, 1525 insertions(+), 611 deletions(-) create mode 100644 mailServer/templates/mailServer/dkimManager.html diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 9839a9cca..336769932 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -391,6 +391,7 @@