Wow great tipp! Read it a few years ago, but forgot it. Thanks Gab!
http://www.turtleweb.com/turtleblog.nsf/dx/24082011172619GDAMAP.htm
Wow great tipp! Read it a few years ago, but forgot it. Thanks Gab!
http://www.turtleweb.com/turtleblog.nsf/dx/24082011172619GDAMAP.htm
See included fixes and downloads:
Notes/Domino 8.5.2 Fix Pack 3 (now available for download from Fix Central) .
Found a forum post of a iNotes Problem after installing the fixpack: iNotes Formula error after upgrade 8.5.2 FP3
Ted Hardenburgh gave a session on Paclug on “Two Minutes Drills“. I found some good hints in his slides and can recommend it for all Lotus Domino Administrators.
You can download some sample code like
on his blog in the download section.
[via Lotus Nut]
I found some tips here i didn’t know. Perhaps some other admins can get some hints too.
You can use policy setting document “Mail settings” to deploy a standard message disclaimer for your users.
First you have to configure your domino server which makes the smtp conversion of internet mails. For this server open the “configuration document” and check if “Message disclaimers” is enabled.
Now we need a policy for all traveler users, or if you want to deploy personalized signatures, for each traveler user.
I created a dynamic policy (explicit policy document and set of group/user in “policy assignment”) for my traveler user and made a mail setting document for the disclaimer:
“Notes client can add disclaimer” to disabled: So the server will append/prepend the disclaimer text. This is important, because the traveler client don’t act as a notes client, so it is the only way to deploy a disclaimer text with domino tools on traveler.
Append will set your disclaimer text to top of your mail, and prepend on the bottom.
Mail and Traveler settings are applied to mail files on the server by the Administration Process every 12 hours by default. Adminp can be triggered on the server console: “tell adminp process mailpolicy” or “tell adminp process traveler”.
Or you change the notes.ini value ADMINP_POLL_INTERVALL=(time in minutes), that adminp process these settings more often.