Untested fragment for apache conf to add web access to mailstats
This commit is contained in:
parent
4a0c17e1c0
commit
5f737912e4
@ -0,0 +1,9 @@
|
|||||||
|
# Alias for mailstats
|
||||||
|
Alias "/mailstats" "/opt/mailstats/html"
|
||||||
|
|
||||||
|
<Directory "/opt/mailstats/html">
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
AllowOverride None
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
|
|
@ -614,7 +614,7 @@ if __name__ == "__main__":
|
|||||||
DMARCOkCount += 1
|
DMARCOkCount += 1
|
||||||
continue
|
continue
|
||||||
|
|
||||||
print(f"J:{j} I:{i}")
|
#print(f"J:{j} I:{i}")
|
||||||
#Now apply the results to the chameleon template - main table
|
#Now apply the results to the chameleon template - main table
|
||||||
# Path to the template file
|
# Path to the template file
|
||||||
template_path = template_dir+'mailstats.html.pt'
|
template_path = template_dir+'mailstats.html.pt'
|
||||||
|
Loading…
Reference in New Issue
Block a user