2
How do I set Web Mail IDS block settings V16
Question asked by Houtan Maleki - 4/17/2019 at 2:44 PM
Unanswered
Under Manage - IDS Blocks There is a webmail setting and from time to time I can see an IPs for a client with many accounts with us blocked.

Under Admin - Security - IDS Rules  I can set TimeFrame/Treshold/BlockTime for XMPP/SMTP/POP/LDAP/IMAP but not webmail.

Where is this setting 

1 Reply

Reply to Thread
0
Scarab Replied
Houtan,

The Brute-Force IDS rules for webmail are managed by IIS which is why you can't find them in the SmarterMail IDS Rules. You can find those settings contained in your \SmarterMail\MRS\web.config. There should be the following lines:

    <add key="ForgotPassword.BruteForceDetection.TriesBeforeBlock" value="10" />
    <add key="ForgotPassword.BruteForceDetection.BlockTime" value="5" />
    <add key="Login.BruteForceDetection.TriesBeforeBlock" value="10" />
    <add key="Login.BruteForceDetection.BlockTime" value="5" />

You can modify the values as desired (they are in minutes).

Post-Script: If you change these values from their defaults you may have to do so every time you install a SmarterMail update as the \SmarterMail\MRS\web.config gets overwritten during the update process regardless of whether you use the .EXE or .MSI method.

Reply to Thread