This is a good guide to follow when you want install sametime on linux.
http://www-10.lotus.com/ldd/stwiki.nsf/dx/Installation_of_Lotus_Sametime_8.0.2.1_on_SUSE_Linux_Enterprise_Server_10
This is a good guide to follow when you want install sametime on linux.
http://www-10.lotus.com/ldd/stwiki.nsf/dx/Installation_of_Lotus_Sametime_8.0.2.1_on_SUSE_Linux_Enterprise_Server_10
From TN1381280
After DAOS has been enabled on a Domino server, if the virus scanner has not been configured properly to avoid .NLO files, “File is in use” errors may occur.
The virus scanner should be configured to prevent processing the. NLO files in the DAOS repository. This can be accomplished either by specifying that the scanner skip files with an .NLO suffix, or by specifying that the DAOS base directory (and all subdirectories) should be skipped by the scans.
Instead of scanning the .NLO files directly, the attachments should be scanned via the Domino server by an application, such as an add-in program, that works through the Domino API.
Last week I had a meeting with security personnel from a client, the meeting was about the safety of Notes & Domino environment deployed in the company. For the photo below you can see that meetings with the security staff are always tense and full of questions.
Semana passada eu tive uma reunião com o pessoal de segurança de um cliente, a reunião era sobre a segurança do ambiente Domino & Notes implantado na empresa.
Pela foto abaixo pode-se ver que reuniões com o pessoal de segurança são sempre tensas e cheias de questionamentos.
If you want iNotes working with Windows 7 you need the hotfix 304.2CHF1 available on FixCentral
An ID vault provides several layers of security.
From the domino wiki
When it comes to configuring the Domino Attachment and Object Service (DAOS), you may be asking yourself – and us in turn – what’s the right way to set it up? For example, is there an optimum “Minimum Sizeâ€� setting? Should the repository go under the data directory or on its own drive? What’s the best “Deferred Deletion Intervalâ€� in relation to my backup and restore schedule? This guide, and the documents it references, attempts to answer these questions of individual, site-specific configuration in general terms with guidelines for adapting and modifying them based on measurements made against your particular environment.
LotusScript button to remove individual names that have been cached in $users view of local address book. This script is from TN 139749
Sub Click(Source As Button)
Dim sess As New NotesSession
Dim db As NotesDatabase
Dim view As NotesView
Dim doc As NotesDocument
Dim contact As String
Dim tempInternetAddress As String
Dim tempMailAddress As String
Dim result As Integer
Dim confirmResult As Integer
‘ Getting local names.nsf
Set db = sess.GetDatabase(“”,”names.nsf”,False)
If db Is Nothing Then
Messagebox “Unable to find local name.nsf. Exiting…”
Exit Sub
End If
‘ Getting recent contacts view
Set view = db.GetView(“RecentCollaborators”)
contact = “”
‘ Prompting user for name
contact = Lcase(Cstr(Inputbox(“Please input an internet address Notes adress, examples:” + Chr(13) + Chr(10) + “[email protected] or User/Org”)))
If contact = “” Then
Messagebox “You must enter in a value. Exiting…”
Exit Sub
End If
‘ Getting first document in view
Set doc = view.GetFirstDocument
‘ If the document is of an smtp (internet address) then search the InternetAddress field other wise search the MailAddress (Notes Name) field
If Instr(contact,”@”) Then
While Not doc Is Nothing
tempMailAddress = “”
tempInternetAddress = “”
tempInternetAddress = Lcase(doc.InternetAddress(0))
If tempInternetAddress <> “” Then
If Instr(tempInternetAddress,contact) Then
tempMailAddress = doc.MailAddress(0)
result = Messagebox (“Do you want to delete user (” + tempMailAddress + “) with internet address (” + tempInternetAddress + “) or cancel serach?”,3 + 32)
If result = 2 Then ‘ Canceling Search
Exit Sub
Elseif result = 6 Then ‘ Requesting deletion
confirmResult = Messagebox (“Confirm deletion” , 4)
If confirmResult = 6 Then ‘ Confirm Deletion
Call doc.Remove(True)
Messagebox “Message deleted. Exiting….”
Exit Sub
End If
Else ‘ Otherwise continue search
Print “Continuing to search….”
End If
End If
End If
Set doc = view.GetNextDocument(doc)
Wend
Else
Dim tempName As NotesName
Set tempName = sess.CreateName(contact)
contact = Lcase(tempName.Canonical)
While Not doc Is Nothing
tempMailAddress = “”
tempInternetAddress = “”
tempMailAddress = Lcase(doc.MailAddress(0))
If tempMailAddress <> “” Then
If Instr(tempMailAddress,contact) Then
tempInternetAddress = doc.InternetAddress(0)
result = Messagebox (“Do you want to delete user (” + tempMailAddress + “) with internet address (” + tempInternetAddress + “) or cancel serach?”,3 + 32)
If result = 2 Then ‘ Canceling Search
Exit Sub
Elseif result = 6 Then ‘ Requesting deletion
confirmResult = Messagebox (“Confirm deletion” , 4)
If confirmResult = 6 Then ‘ Confirm Deletion
Call doc.Remove(True)
Messagebox “Message deleted. Exiting….”
Exit Sub
End If
Else ‘ Otherwise continue search
Print “Continuing to search….”
End If
End If
End If
Set doc = view.GetNextDocument(doc)
Wend
End If
End Sub
How to Enable Windows 7 GodMode
I found this tip at www.sitepoint.com
Here’s a neat Windows 7 trick that’s been doing the rounds on the Internet. It enables “GodMode,� a term devised by the Microsoft development team, which provides a single place to access all Windows settings without needing to browse options and folders in the Control Panel.
To use it:
1. Create a new folder.
2. Rename the folder to
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
(note that you can change the “GodMode� text, but the following period and code number are essential).
3. The folder icon will change — double click it to show the GodMode window:
Achei este link ontem no PlanetLotus. O curso é da TLCC.
Já peguei o arquivo e o curso é introdutório mesmo, para iniciantes, mas não deixa de ser bom.
Vale a pena
What are the Lotus Notes/Lotus Domino naming conventions and standards?
Name
|
Maximum length
|
Valid character
|
Organization Certifier Name | 3 to 64 characters (recommended limit is 32 characters if possible) | A – Z, 0 – 9, -. _ ‘ (dash, period, space, underscore, and apostrophe)
See Note below. |
Organization Unit Certifier Name | 64 characters | A – Z, 0 – 9, -. _ ‘ (dash, period, space, underscore, and apostrophe)
See Note below. |
Country Code | 0 or 2 characters | A – Z |
Password: Organization ————-> OU ————————–> Server/User ————–> | 32 characters at least 12 (recommended) to 32 63 characters | A – Z, 0 – 9, & -. _ ‘ (ampersand, dash, period, space, underscore, and apostrophe) |
Server Name | 59 characters | A – Z, 0 – 9, & – ‘ (ampersand, dash, space, and apostrophe)
Using a space is not recommended but if you use one, enter the Server Name in quotes (“”) when you enter a command set at the server console. Do not use periods (.) or underscores (_) in Domino Server names because of the current BIND server code 8.1.2. DNS standards demoted underscores in host names.* *See Note below. |
Notes Network Name | 31 characters
Refer to Document #1096391 for additional information. | A – Z, 0 – 9, -, _ (a space is also a valid character) |
Notes Port Name | 31 characters | A – Z, 0 – 9, -, _ |
User First Name + User Last Name | Must not be greater than 80 characters | A – Z, 0 – 9, & -. _ ‘ (ampersand, dash, period, space, underscore, and apostrophe) |
User Middle Initial | 2 characters | A – Z, 0 – 9, & -. _ ‘ (ampersand, dash, period, space, underscore, and apostrophe) |
Notes Domain Name | 31 characters (minimum of 3) | A – Z, 0 – 9, & – _ ‘ (ampersand, dash, space, underscore, and apostrophe)
Do not use periods (.) in a domain name as they are reserved characters. |
Server Title | Colon “:”, Cannot be used in a server title. |