Hi Stefano, it seems you've gone quite far with your tests, cool :-) For background information, please have a look at
http://syncope.apache.org/docs/2.1/reference-guide.html#notifications http://syncope.apache.org/docs/2.1/reference-guide.html#e-mail-configuration In particular, you should check the value set for notificationjob.cronExpression from Console under Configuration > Parameters (if not found, go on and create it with type String); as explained in the linked docs, ensure to set a sensible value for it, as 0/20 * * * * ? for example. HTH Regards. On 2021/01/26 17:35:50, Stefano Speretta - LR <[email protected]> wrote: > Dear all, > I am trying to set-up automatic emails to users when a new user self > registers under Syncope. I am running the official apache docker image > (2.1.8) under Docker-compose as in here: > https://syncope.apache.org/docs/2.0/getting-started.html#docker-compose-samples > > I am running postfix on the host and generating email notifications from the > core syncope container: I can successfully send emails when users are > self-created and I go under the notification tasks window and start the task > manually. Is there a way to automatically start those tasks? > > According to this > (http://syncope-user.1051894.n5.nabble.com/Notifications-td5706516.html), > tasks should run automatically but in my case this seems not to happen at all > (checked after 1h and no automatic email was sent). All users, after > self-create, go into active state. > > Looking in core.log does not lead to any error from NotificationJob (or > errors in general) so I am not sure I am missing some specific setting. Any > idea how to solve this? > > Thanks, > Stefano > > ———————— > Stefano Speretta > Assistant Professor > > Delft University of Technology > Aerospace Engineering Faculty > Room 8.20 > Kluyverweg 1 > 2629 HS Delft - The Netherlands > Phone: 0031 (0)15 27 81967 > >
