Dear all,
In domino 6, I found some tasks like “SMTP” & “LDAP” & “Event Monitor”,even they are not in the “ServerTasks=” entry in notes.ini file, they will still automatically start when server startup, does anybody know how to disable such tasks?
Thank you very much!
James
Subject: How to disable SMTP & LDAP Task in domino 6 ?
HI James,TO STOP SMTP:
To stop SMTP task Pls. go to the Server documents and Disable the SMTP Listener TAsk on the the server on which you want to disable it.
TO STOP LDAP:
You have to do 2 things In the Notes.ini file of the server
-
Remove the LDAP from the server tasks
-
Also put a line in the notes.in file as
DISABLELDAPONADMIN = 1
Amit Verma
Subject: RE: How to disable SMTP & LDAP Task in domino 6 ?
Hi Amit,
Thank you very much for your quick respond!
I successfully stopped LDAP according to your instruction, but I can’t find the SMTP Listener task, where is it? and how to stop the “Event Monitor” task?
Many thanks!
James
Subject: RE: How to disable SMTP & LDAP Task in domino 6 ?
To stop event Monitor:Remove Event server task from the Notes.ini file. In the Notes.ini file pls. delete the Event Task from the following line
ServerTasks=Router,replca,http,event
To stop the SMTP :
Follow these steps
-
Open domino administartor
-
Login with Admin id
-
Go to the Configuraion Tab
-
Select the server and then Edit the server document on which you want to stop SMTP
-
In the Basic TAB On the Right Hand Side
SMTP Listener Task : Enabled
Please disable it. with the entry heper button.
Amit Verma
Subject: RE: How to disable SMTP & LDAP Task in domino 6 ?
Hi Amit,
Thanks again!
I successfully disabled SMTP, but the Event task does not exist in the ServerTasks line, I searched the whole ini file, the only line found is:
EventSetup=600
Does this line related with Event task?
James