• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

mod_security - rule for the whole webmail.*

albans

Regular Pleskian
Hi,

I was wondering if it was possible to make an exclude rule for mod_security for the whole webmail on PSA...

What I mean is defining a rule that'll exclude some Filters when matching something like "*webmail.*".

Is it possible?

In an other way, would it be possible to use an .htaccess with
SecFilterEngine Off
in it placed in the root path of Horde? I couldn't find the path corresponding to webmail.*...

Thanks for your advice!
 
I finally ended up with only this rule concerning Horde/IMP:

<Directory /usr/share/psa-horde>
SecFilterRemove 300013
SecFilterRemove 300015
SecFilterRemove 300016
SecFilterRemove 300018
SecFilterRemove 300040
</Directory>

I put it in exclude.conf (mod_security config files). It works well.

For more informations, see this thread on Atomic.
 
Back
Top