Skip to content

Commit

Permalink
JAMES-3967 Store mails when relay is exceeded
Browse files Browse the repository at this point in the history
This prevents data loss.
  • Loading branch information
chibenwa authored and Arsnael committed Jan 11, 2024
1 parent 697886b commit 7ba0914
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
<processors>
<processor state="root" enableJmx="true">
<mailet match="All" class="PostmasterAlias"/>
<mailet match="RelayLimit=30" class="Null"/>
<mailet match="RelayLimit=30" class="ToRepository">
<repositoryPath>file://var/mail/relay-limit-exceeded/</repositoryPath>
</mailet>
<mailet match="All" class="ToProcessor">
<processor>transport</processor>
</mailet>
Expand Down

0 comments on commit 7ba0914

Please sign in to comment.