Skip to content

Commit

Permalink
JAMES-1717 Add vacation mailet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aduprat committed May 23, 2016
1 parent 95e6da9 commit 8d9cb39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/config/james/mailetcontainer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<name>bcc</name>
</mailet>
<mailet match="All" class="RecipientRewriteTable" />
<mailet match="RecipientIsLocal" class="org.apache.james.jmap.mailet.VacationMailet"/>
<mailet match="RecipientIsLocal" class="LocalDelivery"/>
<!--
<mailet match="HostIsLocal" class="ToProcessor">
Expand Down

0 comments on commit 8d9cb39

Please sign in to comment.