Skip to content

Commit

Permalink
EOP-155: Minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Koerich <[email protected]>
  • Loading branch information
dkoerichbird committed Jul 9, 2024
1 parent fd27016 commit edaee8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/momentum/4/executable/ec-mta-sts-purge.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
lastUpdated: "03/26/2020"
lastUpdated: "06/30/2024"
title: "ec_mta_sts_purge"
description: "ec mta_sts_purge Remove expired MTA-STS policies from the file system"
---

<a name="executable.ec_mta_sts_purge"></a>
## Name

ec_mta_sts_purge — Remove expired MTA-STS policies from the file system
ec_mta_sts_purge — Remove expired MTA-STS policies from the file system.

## Synopsis

Expand All @@ -21,13 +21,13 @@ 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 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.
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

The **ec_mta_sts_purge** script will delete files in the default location. If you have specified a different location via `mta_sts_policy_store`, the `-dir` option must be used.

The following options change the behavor of the **ec_mta_sts_purge** command:
The following options change the behavior of the **ec_mta_sts_purge** command:

<dl class="variablelist">

Expand Down

0 comments on commit edaee8a

Please sign in to comment.