I have the out of office running as a service on the mail servers. Generally we have no problems but when a problem happens troubleshooting is difficult.
How can I confirm the service was active on a users mail file a few days ago, not after they have return.
Tell Router O is only valid to display currently enabled. There is nothing in the log.
The AMGR recorded this information
any ideas
Subject: out of office monitoring - third party product
If you’re willing to look at third party products, take a look at our Power Tools product. It contains a tool called “Check Out Of Office Agents” that checks for several common problems.
You can download a free trial version of Power Tools from http://www.helpsoft.com
Subject: run daily
Poke around here, or on the R6/7 Forum, for script that will send a command to the console. I remember seeing one before. Put that into an agent to run daily, or several times a day. That will let you capture that information to the log.
Subject: Program document
Well, if you make a program to run “server -c” then you can add a command to run after that. Like:
server -c “load fixup mail”
-c is to send the command to the console.