You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/09/22 13:10:24 UTC

[4/4] syncope git commit: Adding admonitions for e-mail configuration

Adding admonitions for e-mail configuration


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d438d96a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d438d96a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d438d96a

Branch: refs/heads/master
Commit: d438d96a289adafc019f2dee43183688934a66fd
Parents: ed567b6
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Thu Sep 22 15:09:46 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Thu Sep 22 15:10:12 2016 +0200

----------------------------------------------------------------------
 .../systemadministration/configurationparameters.adoc        | 4 ++++
 .../systemadministration/emailconfiguration.adoc             | 8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/d438d96a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
index 55fdc6d..8a547a0 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
@@ -28,7 +28,11 @@ salting options are available in the `security.properties` file;
 * `notificationjob.cronExpression` -
 http://www.quartz-scheduler.org/documentation/quartz-2.2.x/tutorials/crontrigger.html[cron^] expression describing how
 frequently the pending <<tasks-notification,notification tasks>> are processed: empty means disabled;
+[NOTE]
+Restarting the Java EE container is required when changing value for this parameter.
 * `notification.maxRetries` - how many times the delivery of a given notification should be attempted before giving up;
+[NOTE]
+Restarting the Java EE container is required when changing value for this parameter.
 * `token.length` - the length of the random tokens that can be generated as part of various <<workflow,workflow>>
 processes, including <<password-reset,password reset>>;
 * `token.expireTime` - the time after which the generated random tokens expire;

http://git-wip-us.apache.org/repos/asf/syncope/blob/d438d96a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
index 33f2853..6863f6d 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/emailconfiguration.adoc
@@ -31,6 +31,10 @@ e-mails:
 * `mailDebug` - when `true`, enable the debugging of email, including the handshake, authentication, delivery and
 disconnection.
 
+[NOTE]
+In order to make the changes to `mail.properties` effective, the Java EE container needs to be restarted.
+
 [WARNING]
-Be sure to provide a sensible value for the `notificationjob.cronExpression` configuration parameter, see
-<<configuration-parameters, below>> for details.
+Be sure to provide a sensible value for the `notificationjob.cronExpression` configuration parameter, otherwise
+the <<tasks-notification, notification tasks>> will not be triggered; see <<configuration-parameters, below>> for
+details.