Why are deleted documents reappearing?
A purge interval prevents replication of deletions
When a document is deleted, it leaves behind a deletion stub. When the database replicates, the deletion stub is used to identify and delete the same document in the replica. To save disk space, Notes purges deletion stubs that remain from document deletions according to the replication setting “Remove documents that have not been modified within the last [ ] days.” If Notes purges the deletion stubs before they have a chance to replicate, deleted documents can reappear after the next replication.
Read more…
Viewed 8338 times by 2410 viewers
Has this ever happened to you: all of a sudden you see thousands of documents that were deleted months ago back in your application. Just about everyone I know who has created an application with local replicas has seen this happen. And everyone who has seen it wants to find out who did it so they can give them 20 lashes with a wet noodle. (Or at least a replication lesson).
Read more…
Viewed 11466 times by 2694 viewers
A friend of mine found a recent posting on the public Lotus Support database talking about what database properties are affected by a design refresh and a design replace. What made this interesting to me was not the details, but the differences. There are some database properties that are not affected by a regular refresh of the design, but they are affected by a replace of a design.
Read more…
Viewed 6593 times by 1767 viewers
DNS blacklist filters overview
DNS blacklist filters are a new and powerful feature in Domino 6 and one of the more effective weapons against spam. With the DNS blacklist filters enabled, Domino will check inbound mail to see whether it originates from a mail server that is listed in one or more DNS blacklists (DNSBLs).
DNSBLs are databases that keep records of Internet SMTP mail hosts that are known sources of spam or permit open mail relaying. DNSBLs are maintained by many sources, both free and fee-based, and their effectiveness varies, so you may need to experiment with different DNSBLs to see how effective they are in your environment.
Read more…
Viewed 13779 times by 3387 viewers
Spam mail or junk mail is the bane of every e-mail lotus notes user’s existence. It is a constant battle to keep junk mail out of your e-mail inbox, and to keep your e-mail system a productive tool. Lotus Notes and Domino has some features to prevent you in the battle against spam mail. This tutorial is for Domino/Notes administrators who want better control over spam or junk mail. It covers using the new features of Domino to block and manage spam, as well as some existing features.
You should be familiar with the following:
- Domino systems administration
- E-mail technology and Simple Mail Transfer Protocol (SMTP)
- Domain Name System (DNS)
- Transmission Control Protocol/Internet Protocol (TCP/IP)
Read more…
Viewed 13620 times by 3398 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 13563 times by 3655 viewers
In the Lotus architecture, the Lotus Connectors provide a uniform way to access the data. There’s a separate connector for each type of database, plus an ODBC connector for access to any databases where we don’t support a “native†connector. Others, such as the SAP R/3 connector2, provide access to application-specific data in a relational-like way.

LEI
Viewed 7131 times by 2157 viewers
There are a number of Notes.ini settings you can use to analyze Lotus Notes agent problems. You set these variables in your server’s Notes.ini file when debugging scheduled server-based agents, or in your Notes client’s Notes.ini file when debugging client-based scheduled agents.
Note that these variables are only used for debugging scheduled agents run by the Agent Manager in Lotus Domino. As we mentioned earlier, HTTP, router, console, RunOnServer, and interactive client agents are not run by the Agent Manager. Therefore the Notes.ini variables discussed in this section have no effect on these agents. (We discuss how to debug agents run by tasks other than Agent Manager later in this article.)
Read more…
Viewed 10914 times by 3446 viewers
For enterprise company with use many Domino Server for share load. If you create an agent you intend to deploy on multiple systems, you may find:
- The server names on which you need to deploy are different from the name of your server. In addition, you may not know the server names in advance.
- The agent developer’s signature is different from the end user’s signature.
- The development server does not have a certificate in common with the production server.
We will look at several approaches to solving the first two issues, which in turn, will make the certification issue irrelevant.
Read more…
Viewed 13023 times by 3627 viewers
The Design Update task is a system process that updates database design from a database template. This task’s goal is to keep the database and the template in synch. When either the database or the template have been changed, and the user did not select the “Do not update” design property for specific design elements, the Design Update task updates the database to match the template. This sometimes causes problems for agents, typically described as “something is turning off my enabled agents in the middle of the night!”
Read more…
Viewed 8948 times by 2325 viewers