01-07-2015 11:38 AM
Hi,
we have a email folder configured. Before v 6.0 emails were retrieved automatically every 30 minutes.
Now it seems that the only way to fetch new emails is to click on "Check email"
How can I automate the fetching process?
How can I specify the fetching interval?
Regards,
01-07-2015 12:04 PM
I found the answer.
You have to edit /opt/nuxeo-dm/templates/common/config/nxmail-scheduler-config.xml
and add something like:
<extension
target="org.nuxeo.ecm.core.scheduler.SchedulerService"
point="schedule">
<schedule id="mailReceivedSchedule">
<eventId>MailReceivedEvent</eventId>
<eventCategory>default</eventCategory>
<!-- every half hour of every day -->
<cronExpression>0 0/30 * * * ?</cronExpression>
</schedule>
</extension>
</component>
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.