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 vttranlina committed Apr 14, 2024
1 parent e5254f6 commit 1fd869f
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 1fd869f

Please sign in to comment.