Domino LDAP server is used to make two portlets work together.
Drop-down list of servers. In NOTE mode, and Domino, Lotus Domino Web Access portlet, and the team that runs inline with the drop-down list of all servers. The following are the requirements to support this server drop-down list if they have not completed the user to edit the properties of this portlet, you must enter the server name.
Automatic check of the database files, email, Domino and Notes Web access to Domino, PIM and common (if configured to use Domino as a mail server / application) portlet default to check for the mail user’s login name. system Users sign on to the portal that is set on. The following will provide the necessary support for the automatic detection of the letter.
Read more…
Viewed 6782 times by 2302 viewers
Minimize Deletion Stubs
In a database that gets archived frequently, or that has a large number of “temporary” documents that get removed on a scheduled basis, you can keep your database lean by reducing the number of deletion stubs it maintains.
You can use the “Remove Documents Not Modified in Last X Days” setting in the database replication options to minimize deletion stubs in databases with a lot of deletions. Deletion stubs get purged at about one half the number of days specified in this setting, regardless of whether or not the setting is active (normally you do not want this setting to be active, but the number of days affects the deletion stub purge interval regardless).
Read more…
Viewed 17030 times by 5975 viewers
In Lotus Notes Client, we can create new replica by manual but it was a lot of databases, decided to create a copy of our agents to run. But we are not a copy, a replica. We, NotesDatabase.CreateCopy method (it only copies the design) does not copy the documents found. Our method can not obtain a handle to all documents in the source database are copied to the destination database that could have been. But instead we had to use another approach. Then we have a unique replica and create a new replica ID of the database decided to change. This creates a copy of the database.
Read more…
Viewed 22549 times by 7672 viewers
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 13609 times by 4360 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 7487 times by 2034 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 7068 times by 1842 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 7476 times by 2178 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 10935 times by 3447 viewers
When Lotus Domino DNS blacklist filters are enabled on a Domino server, every incoming SMTP mail connection is checked against one or more DNSBLs. Domino performs a DNS query against the blacklists at the DNSBL sites specified. If a connecting SMTP mail host is found on the blacklist, Domino can do any of the following:
* Log the message
* Log and tag the message
* Log and reject the message
Read more…
Viewed 10401 times by 3152 viewers
Today Domino server have spam mail too much same as other Mail Server then we need to filter spam from Domino Server for improve performance. Try to follow step below for filter spam from your Domino Server.
Quick Guide to Notes/Domino Mail Control Features
Server Level Control Of Mail
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 13565 times by 3655 viewers