Email daemon issues when AR System server stops
If you stop AR System, the email daemon stops all the appropriate threads until AR System server is started again. During this time, the email daemon stops all the threads monitoring this AR System server for outgoing emails and also all the associated mailboxes for incoming emails. After these threads have been stopped, the email daemon goes to sleep for the configured time period (the default setting is 30 minutes).
When that time expires, the email daemon then checks if AR System server is running and takes one of two actions based on the results:
- If AR System server is still down, the email daemon will go back to sleep for the configured time period.
- If AR System server is running, the email daemon will restart all the appropriate threads and continue to run as it normally should.
You can adjust the configuration time that the email daemon monitors AR System server by modifying the following setting in the AR System Configuration Generic UI form:
monitorInterval is any valid integer, and this parameter is measured in minutes. If you set monitorInterval to 5, the email daemon waits five minutes before checking to see if the server is running.