MaartenUreel
MaartenUreel
Essentially what I'm looking for is what Office365 for instance offers: https://docs.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels?view=o365-worldwide We are storing a lot of information on BookStack, but it's hard to indicate to a user what...
There are a few missing functionalities to tags to make that work: - the allowed values should be limited / configurable for that tag - color coding (but we have...
Unfortunately Bash scripting isn't my thing, I would have to do it in Python, but I think this could be implemented: You are using list_file_names to retrieve the files from...
I just tried and I can confirm that it works. Thank you very much for responding so quickly and fixing this!
Hmm, there seems to be something still off: ``` root@appserver:/opt/spf-tools# ./despf.sh | ./normalize.sh | ./simplify.sh | ./iprange.sh | ./mkblocks.sh | ./mkzoneent.sh | ./cloudflare.sh jq is /usr/bin/jq awk is /usr/bin/awk sed...
Nope: ``` root@appserver:/opt/spf-tools# ./despf.sh spf-orig.our-domain.eu | ./normalize.sh | ./simplify.sh | ./iprange.sh | ./mkblocks.sh | ./cloudflare.sh jq is /usr/bin/jq awk is /usr/bin/awk sed is /bin/sed grep is /bin/grep Getting spf.protection.outlook.com Getting...
OK, the mkzoneent now returns the correct domains. However, I still have to pass my spf-orig.our-domain.eu as a parameter to `despf.sh` while it is also in the config file. The...
``` root@appserver:/opt/spf-tools# ./despf.sh | ./normalize.sh | ./simplify.sh | ./iprange.sh | ./mkblocks.sh | ./mkzoneent.sh Getting mailgun.org Getting spf1.mailgun.org Getting spf2.mailgun.org Getting _spf.google.com Getting _netblocks.google.com Getting _netblocks2.google.com Getting _netblocks3.google.com ``` Now retrieves...
``` root@appserver:/opt/spf-tools# ./despf.sh spf-orig.telsmart.eu | ./normalize.sh | ./simplify.sh | ./iprange.sh | ./mkblocks.sh | ./mkzoneent.sh | ./cloudflare.sh jq is /usr/bin/jq awk is /usr/bin/awk sed is /bin/sed grep is /bin/grep Getting spf.protection.outlook.com...
I can indeed drop the domain now, that part works. Cloudflare part not yet: ``` root@appserver:/opt/spf-tools# ./despf.sh | ./normalize.sh | ./simplify.sh | ./iprange.sh | ./mkblocks.sh | ./cloudflare.sh jq is /usr/bin/jq...