Update postfix audit

This commit is contained in:
gbucchino
2023-09-08 16:34:48 +02:00
parent 9e5ae61c69
commit 3cd25dce85
3 changed files with 18 additions and 8 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ def generateHtmlReport(data):
#print(plugin)
dataJinja2['plugins'].append(f"{plugin}.html.j2")
if 'postfix' in dataJinja2['plugins']:
if 'postfix' in data['system']:
#print(data['system']['postfix'])
pass
if 'sysctl' in data['system']: