Skip to content

Commit

Permalink
tweaks as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
kkelley1 committed Jun 18, 2024
1 parent 6ed7d5c commit fd27016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/momentum/4/executable/ec-mta-sts-purge.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ec_mta_sts_purge — Remove expired MTA-STS policies from the file system

The **ec_mta_sts_purge** command is a utility script used to remove expired MTA-STS policies from the file system.

Momentum caches MTA-STS policies on the file system. This is to reduce how often Momentum needs to fetch the policies using HTTP. This also prevents a large number of fetches on a restart. These policies will normally get updated regularly, but if some domains have not been used for a long time, this command can be used to delete the expired policy files for these domains from the file system.
Momentum caches MTA-STS policies on the file system. This is to reduce how often Momentum needs to fetch the policies using HTTPS. This also prevents a large number of fetches on a restart. These policies will normally get updated regularly, but if some domains have not been used for a long time, this command can be used to delete the expired policy files for these domains from the file system.

### Note

Expand All @@ -31,7 +31,7 @@ The following options change the behavor of the **ec_mta_sts_purge** command:

<dl class="variablelist">

<dt>-dir *`directory`*</dt>
<dt>-dir directory</dt>

<dd>

Expand Down

0 comments on commit fd27016

Please sign in to comment.