Email daemon issues when AR System server stops
If you stop , the email daemon stops all the appropriate threads until is started again. During this time, the email daemon stops all the threads monitoring this 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 is running and takes one of two actions based on the results:
- If is still down, the email daemon will go back to sleep for the configured time period.
- If 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 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.