Migration Lotus Domino 6.5.1 to Lotus Domino 8.5 Concept
- before you start doing any thing make sure that all the important data in the production Domino servers are backed up and safe
- make sure that all the files with the extension ( .nsf) like names.nsf , (.id) like server.id and a file called ( notes.ini) are safe and backed up
- follow the following procedure
Considerations for mail servers (Upgrade Action Plan)
For many organizations, e-mail is considered a mission-critical application. For this reason, special attention should be given to the evaluation of your mail infrastructure.
Read more…
Viewed 783 times by 341 viewers
This JavaScript regular expression will validate a Notes ID. To use the function, call “isValidNotesID” and pass in the Notes ID to be checked and an optional parameter of the number of slashes that should be in the ID. If the parameter is omitted, it defaults to 1 slash. For example, if the ID is supposed to be in the format of “John Doe/MyCompany”, then you can call isValidNotesID(myString). But if the format is supposed to be “John Doe/MyCity/MyCompany”, then you’ll need to call isValidNotesID(myString, 2).
Read more…
Viewed 270 times by 102 viewers
The document I was updating was a profile document in the other database (not the one where the agent was running). One field on the profile is a path to the database – in the form of “http://server_host_name/” + @WebDbName. I couldn’t use a computed field with “compute with form” because the server host name couldn’t be looked up. In my script I would compute the host name (I had a hard-coded table of servers and hosts names) inside the script and then set the field value. How did I do the @WebDbName part since my agent was running in another database?
Read more…
Viewed 249 times by 95 viewers
Here at Breaking Par, we make daily backups of all our customer’s HTML files to a backup machine. The backup was done through a Windows batch file using the XCOPY command to copy all the files that had been modified. We have been doing this for a long time without much thought.
Recently, we took a look at the directories and noticed there was extra files in the backup subdirectory that didn’t exist in the main directory. After some research, we determined that the files were deleted in the main directory and never deleted in the subdirectory. After a little research, we were able to figure out how to get a true backup using only Windows batch files.
Read more…
Viewed 274 times by 105 viewers
Lotus Notes Domino mail server have many way to setup system, try guide below for set feature prevent spam mail.
Server Level Control Of Mail (this is just an overview, the Redbook covers this topic in much greater detail)
1. DNS Blacklist (DNSBL) Filters:
- Enforcement options: Log only, Log and tag message, Log and reject message
- Custom error response for rejected messages
Read more…
Viewed 458 times by 156 viewers