This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit cabec6753c9b2c3f12a5106d6aec482c53ae6ba7 Author: Rene Cordier <[email protected]> AuthorDate: Mon Jul 29 14:14:29 2019 +0700 JAMES-2839 Update deletedMessageVault.properties files with new documented configuration --- .../cassandra-ldap/destination/conf/deletedMessageVault.properties | 5 ++++- .../destination/conf/deletedMessageVault.properties | 5 ++++- .../destination/conf/deletedMessageVault.properties | 5 ++++- .../guice/cassandra/destination/conf/deletedMessageVault.properties | 5 ++++- .../run/guice/memory/destination/conf/deletedMessageVault.properties | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra-ldap/destination/conf/deletedMessageVault.properties index 8c14c8e..ab1e3ee 100644 --- a/dockerfiles/run/guice/cassandra-ldap/destination/conf/deletedMessageVault.properties +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/deletedMessageVault.properties @@ -1 +1,4 @@ -urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file +# ============================================= Deleted Messages Vault Configuration ================================== +# Retention period for your deleted messages into the vault, after which they expire and can be potentially cleaned up +# Optional, default 1y +# retentionPeriod=1y \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/deletedMessageVault.properties index 8c14c8e..ab1e3ee 100644 --- a/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/deletedMessageVault.properties +++ b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/deletedMessageVault.properties @@ -1 +1,4 @@ -urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file +# ============================================= Deleted Messages Vault Configuration ================================== +# Retention period for your deleted messages into the vault, after which they expire and can be potentially cleaned up +# Optional, default 1y +# retentionPeriod=1y \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties index 8c14c8e..ab1e3ee 100644 --- a/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties +++ b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties @@ -1 +1,4 @@ -urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file +# ============================================= Deleted Messages Vault Configuration ================================== +# Retention period for your deleted messages into the vault, after which they expire and can be potentially cleaned up +# Optional, default 1y +# retentionPeriod=1y \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties index 8c14c8e..ab1e3ee 100644 --- a/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties +++ b/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties @@ -1 +1,4 @@ -urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file +# ============================================= Deleted Messages Vault Configuration ================================== +# Retention period for your deleted messages into the vault, after which they expire and can be potentially cleaned up +# Optional, default 1y +# retentionPeriod=1y \ No newline at end of file diff --git a/dockerfiles/run/guice/memory/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/memory/destination/conf/deletedMessageVault.properties index 56942d0..7ac88e8 100644 --- a/dockerfiles/run/guice/memory/destination/conf/deletedMessageVault.properties +++ b/dockerfiles/run/guice/memory/destination/conf/deletedMessageVault.properties @@ -1 +1,4 @@ -urlPrefix=memory://var/deletedMessages/vault +# ============================================= Deleted Messages Vault Configuration ================================== +# Retention period for your deleted messages into the vault, after which they expire and can be potentially cleaned up +# Optional, default 1y +# retentionPeriod=1y --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
