Knowledge Base

Bitte , um Beiträge und Themen zu erstellen.

XG WAF: blockt Anhänge größer 1 MB

https://www.frankysweb.de/community/exchange2016/xg-230-blockt-owa-anhaenge-groesser-1-mb/

WAF Policies auflisten:
psql -U nobody -d corporate -c "select name,id,sec_request_body_no_files_limit from tblwafsecurityprofile;"

ID in folgendem Befehl einsetzen:
psql -U nobody -d corporate -c "update tblwafsecurityprofile set sec_request_body_no_files_limit=536870912 where id=1 or id=2;"
536870912.       (=512MB)

Check ob die settings übernommen wurden:
psql -U nobody -d corporate -c "select name,id,sec_request_body_no_files_limit from tblwafsecurityprofile;"

WAF config (reverseproxy.conf) schreiben lassen:
opcode waf_reconfig -t json -b '{"Entity": "waf_advanced_config", "Event": "UPDATE"}' -ds nosync