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 13696 times by 3692 viewers
For this issue, Depending on what you are trying to do, you might be able to use the built-in mail rules or something like that. But there are two problems: Your organization might not allow use of rules, and rules might not do what you want. For example, rules cannot forward mail to another address. The most flexible approach, as always, is to write a LotusScript agent to do your bidding.
First, decide what type of agent to run. For example, in Lotus Notes you can choose to run a “before mail arrives” or “after new mail has arrived” agent.Â
Agent details aside, and not knowing exactly what you are trying to do, you most likely need to use the NotesDatabase.UnprocessedSearch method. Search and UnprocessedSearch are fabulously useful methods that let you select documents exactly the way you build a view: by using a selection formula.
Read more…
Viewed 10348 times by 3210 viewers
The difference between “after new mail has arrived” and “after documents are created or modified” in Lotus Notes
The difference is that Lotus Notes mail-based triggers know what constitutes mail and do not select items such as drafts and sent mail. These triggers pick up newly modified, previously delivered mail because in some situations it is necessary (for example, when mail is replicated to your mail database rather than delivered via the router). If this is not what you want, you can create an agent that marks a document with a flag when you process it the first time, then ignores it on the next round. (This is necessary only if you anticipate modifying newly delivered mail, “before delivery agents” only work for mail delivered via the router.)
Read more…
Viewed 7275 times by 2249 viewers
Property “After new mail has arrived” agents are designed to run on the home mail server of the agent owner (signer). If the agent is replicated from your home mail server to another system, or if you are trying to run an agent that was written by someone else, your home mail server will not match the server on which you are attempting to run the mail agent, and the agent will not run.
Read more…
Viewed 10213 times by 2845 viewers
The flexibility and freedom provided by replication has been an unsurpassed benefit of using IBM Lotus Notes. Many organizations choose to leverage this powerful feature on a full-time basis and have configured their users to work with local replicas of their Notes databases, including mail databases.
In addition to the points discussed in this article, Lotus Notes/Domino added features that may make implementing local mail replicas even more enticing. This article discusses these additional enhancements and recommends ways to set up local mail replicas. Prior to explaining the local replica model and the technical details behind establishing the environment within your infrastructure, let’s look at an example of the applicability of the model.
Read more…
Viewed 9713 times by 2877 viewers