SlideShare una empresa de Scribd logo
1 de 24
Descargar para leer sin conexión
Cryoserver Archive 
Lotus Notes 
Configuration 
Forensic & Compliance Systems Ltd 
+44 (0)800 280 0525 
info@cryoserver.com 
www.cryoserver.com 
Version 1.0 
December 2007
Cryoserver Archive Lotus Notes Configuration 
Contents 
INTRODUCTION ............................................................................................................................................... 3 
SMTP ROUTING TO CRYOSERVER ..................................................................................................................... 4 
BASIC LOTUS NOTES JOURNALING ................................................................................................................... 5 
ENABLING JOURNALING ............................................................................................................................................ 5 
SETTING THE RULE FOR JOURNALING ........................................................................................................................... 6 
OTHER CONFIGURATION SETTINGS .................................................................................................................. 8 
SERVER CONFIGURATION .......................................................................................................................................... 8 
LDAP CONFIGURATION ............................................................................................................................................ 8 
ENABLING THE LDAP SERVICE .................................................................................................................................... 9 
CONFIGURING LDAP FOR CRYOSERVER ...................................................................................................................... 11 
CRYOSERVER LDAP CONFIGURATION ........................................................................................................................ 12 
LOTUS NOTES MIME CONFIGURATION .......................................................................................................... 16 
USER CONFIGURATION ........................................................................................................................................... 20 
SPECIFYING HOW DOMINO LOOKS UP THE RECIPIENTS OF INCOMING SMTP MESSAGES ....................................................... 21 
KNOWN ISSUES .............................................................................................................................................. 24 
NO JOURNAL WHEN BOTH INTERNAL AND INTERNET RECIPIENTS USED .............................................................................. 24 
NO BCC GROUP INFORMATION ................................................................................................................................ 24 
MULTIPLE SERVER JOURNALING ................................................................................................................................ 24 
2007 FCS. All rights reserved. Page 2 of 24
Cryoserver Archive Lotus Notes Configuration 
Introduction 
This document describes the basic method to route journal mail from Lotus Notes to 
Cryoserver. Journaling is a standard feature of Lotus Notes 6.5 that, by default, will 
journal mail to a specified Lotus Notes server. The mail stored in this specified server will 
contain the mail in encrypted form, together with Lotus Notes metadata relating to each 
email. 
Cryoserver is used to replace the Lotus Notes Server journaling end-point. The down side 
of this current approach is that Cryoserver mail does not include Bcc recipient information 
and other ‘final recipient’ details (known as the ‘envelope’). Where the Lotus Notes server 
has integration with an LDAP service, distribution lists may be expanded by Cryoserver. 
Lotus Notes has supported Journaling since version 6.5. However, we can only 
recommend the use of Lotus Notes version 6.5.4 fixpack 1 (i.e. 6.5.4.1) and later, as 
this resolves the initial journaling issues. 
2007 FCS. All rights reserved. Page 3 of 24
Cryoserver Archive Lotus Notes Configuration 
SMTP Routing to Cryoserver 
The email generated by the Lotus Notes Journaling feature must be sent directly to 
Cryoserver using SMTP. 
To do this: 
1. Create an SMTP document for the complianceinternet.co.uk domain, and 
associate it with a Foreign SMTP Domain document that specifies the IP address 
for the domain: 
Figure 1 - The Foreign SMTP Domain document. 
2. Add a new Foreign SMTP Domain document and type in the IP address of your 
Cryoserver master server: 
Figure 2 - The Cryoserver Foreign Domain, routing details 
The complianceinternet.co.uk domain is not registered as a public email end-point – so 
any mail sent to this address on the public Internet will bounce. 
2007 FCS. All rights reserved. Page 4 of 24
Cryoserver Archive Lotus Notes Configuration 
Basic Lotus Notes Journaling 
You must specify: 
• Enable Journaling for the local server or for all servers. 
• A rule that filters the required emails to the Journal. 
Basic journaling sends a copy of email directly to Cryoserver using Lotus Notes SMTP 
services. This has the advantage of being very simple to configure. The main 
disadvantage is that BCC recipient information is not included in the copy sent to 
Cryoserver. 
Enabling Journaling 
To enable jounaling, you will need to edit the local server configuration document, for 
single server journaling, or the default global configuration document to enable journaling 
for all servers in a group. 
If you do not have a local server configuration document, but you want to enable 
journaling on a single server only, then you must create a new local configuration 
document and copy the configuration from the default document to the local copy. Then 
follow the steps below. 
In the Server Configuration document locate the Router/SMTP tab, or for the Messaging 
configuration document, locate the Messaging Settings tab. From there, click the 
Advanced tab and the Journaling tab. 
You can then enable Journaling, and send the journal to either a Mail-In database, or a 
local database. 
For basic journaling, use a Mail-In database, and key in the standard Cryoserver mail 
recipient email address (cryouser@complianceinternet.co.uk) as the destination. The 
encryption exclusion list is ignored. 
2007 FCS. All rights reserved. Page 5 of 24
Cryoserver Archive Lotus Notes Configuration 
Figure 3 - Enabling journaling 
Cryoserver/Lotus Notes currently only supports Basic Journaling – where a copy of every 
mail is sent via SMTP to the Cryoserver, using this mail-in database configuration. 
Setting the Rule for Journaling 
Normally, all email will be journaled, but a specific set of mail can be journaled if required. 
A rule must be created in order for any journaling to occur. 
Figure 4 - Adding a rule for journaling 
2007 FCS. All rights reserved. Page 6 of 24
Cryoserver Archive Lotus Notes Configuration 
NOTE: If the rules tab is missing, then you have an upgraded Lotus Notes system (the 
Admin template is not fully updated during an upgrade). In this case you will need to 
access the Global configuration document, via the Server branch from the tree view on the 
left. 
Figure 5 - The ‘Journal Everything’ rule 
You need to ADD a condition, and ADD an action. The default condition and action will 
result in ALL mail being journaled. 
2007 FCS. All rights reserved. Page 7 of 24
Cryoserver Archive Lotus Notes Configuration 
Other Configuration Settings 
This chapter describes other configuration settings that may be required for Cryoserver to 
work with Lotus Notes. 
Server Configuration 
In a multi-server set up, each server will need the Journaling Enabled (as appropriate). If 
all servers use just the default server document, but you want to enable journaling on just 
a single server, then you will need to create a new server configuration document and 
copy all configuration from the default document into the new document. Then you can 
adapt the parts of the server document pertaining to Journaling. 
Figure 6 - Locating the All Servers document 
If you cannot see the * - [All Servers] entry, then click on the server document and 
press the UP arrow on the keyboard. You need to the global document in order to access 
the LDAP settings. 
LDAP Configuration 
Cryoserver can use a single LDAP service in order to perform two functions: 
Login Validation, where the user name and password that was entered into the Cryoserver 
Login web page is validated against LDAP using the following procedure: 
• Access LDAP using a well-known user id, and perform a search to find the end 
users DN entry. 
• Use the LDAP Bind feature to validate the Password, for the users DN. 
• If the Bind succeeds, obtain the users internet email addresses. 
Distribution List Expansion, using the following iterative procedure: 
• Extract each email address used in the email. 
• For each address, locate the entry in LDAP using a search from each BaseDN listed 
in the Super User configuration. 
2007 FCS. All rights reserved. Page 8 of 24
Cryoserver Archive Lotus Notes Configuration 
• If a search is successful, use the primary email address (if different to the email 
address used in the email – which assumes that email alias addresses are included 
in LDAP) 
• If the search returns a distribution list, then read its list of members, and obtain 
the email address for each entry, or repeat if the entry is another distribution 
group. 
Cryoserver does not currently support a dual LDAP interface, where the Login is validated 
against one LDAP system (e.g. Active Directory) but the email address details are obtained 
from another LDAP system (e.g. Domino Lotus Notes). 
Note: LOTUS NOTES LDAP will authenticate the User Login against the users’ internet 
password. Lotus Notes does not require an internet password – so these may need to be 
manually entered into the Lotus Notes Admin console, for the users who need basic search 
access to Cryoserver. 
Enabling the LDAP service 
1. The LDAP task runs automatically on the administration server for the primary Domino 
Directory. On other servers in the domain, either change the ServerTasks setting in 
LOTUS NOTES.INI, or manually start/stop the service: 
• Start: Enter Load LDAP at the console 
• Restart: Enter Restart Task LDAP at the console 
• Stop: Enter Tell LDAP Quit at the console 
2. If your organization uses more than one Global Domain document, specify the one that 
the LDAP service uses to return Internet addresses to LDAP clients. Open the Global 
Domain document. In the "Use as default Global Domain" field, choose Yes. 
3. (Optional) Customize the default LDAP service configuration. In many cases, the LDAP 
service default settings are adequate. 
4. To check whether you set up the LDAP service correctly, use an LDAP search utility 
such as ldapsearch provided with Lotus Notes and Domino, to issue a query to the 
LDAP service. 
LDAP is accessed using a TCP/IP port. To enable this port: 
2007 FCS. All rights reserved. Page 9 of 24
Cryoserver Archive Lotus Notes Configuration 
Figure 7 - Enabling the LDAP port 
The default un-encrypted port is 389. It can be altered, as shown here, if it conflicts with 
another LDAP system that is already running on the server. 
Figure 8 - Internet Sites should include an LDAP entry 
Figure 9 - Creating a site against which the LDAP will run 
2007 FCS. All rights reserved. Page 10 of 24
Cryoserver Archive Lotus Notes Configuration 
Configuring LDAP for Cryoserver 
To see the LDAP Configuration document, locate the All Servers document, and click on the 
LDAP tab. 
You need to select the Lotus Notes objects and attributes that LDAP is to publish. Do this 
through the Global Configuration LDAP tab. 
Figure 10 - The LDAP record in the Global Configuration document 
Click Select Attribute Types to open a dialog box, where the User and Distribution Group 
attributes can be selected. 
Figure 11 - LDAP Selecting the Distribution Group attributes 
Make sure that you have selected at least ‘cn’. ‘member’ and ‘mail’ attributes for the 
dominoGroup and dominoUser objects. It will probably be best to click Add All. 
After selecting the attributes, scroll down to display the general LDAP settings, as shown in 
Figure 12. 
2007 FCS. All rights reserved. Page 11 of 24
Cryoserver Archive Lotus Notes Configuration 
Figure 12 - LDAP Settings 
Make sure that the DN Required on Bind is set to NO. 
Cryoserver LDAP Configuration 
The matching configuration in Cryoserver, as entered into the Super User web interface, 
Company Edit page is detailed below. 
Directory user cn=<user>… A user whose (internet) password 
should not expire should be made 
available for Cryoserver use. The 
FQDN (Fully Qualified Domain 
Name) of this user should be 
entered here. Use an LDAP 
Browser if you are unsure of the 
FQDN. It is typically in the form: 
cn=a user, ou=users, o=company 
Directory password A password must be used 
User DN # 
with translate = Yes, or 
cn=#,ou=Users,o=dom 
The # is replaced by the Directory 
User value (above). 
IF the ‘Translate Users’ is set to 
NO, then the users Login ID 
replaces the # – and must create 
a full FQDN. 
2007 FCS. All rights reserved. Page 12 of 24
Cryoserver Archive Lotus Notes Configuration 
with translate = No 
IF translate users is set to YES, 
then the user’s Login ID is 
Searched for. 
Base DN Root 
Or leave it blank 
Or 
o=<domain> 
The LDAP system can append this 
base DN to the login and other DN 
strings to create a FQDN. Used 
ONLY if the “append base DN” is 
set to Yes. 
For LOTUS NOTES, the base DN 
should be blank (or the word 
‘root’, which means the same thing 
in Cryoserver). 
Search DN root 
or a blank entry 
In LOTUS NOTES, distribution 
groups appear to be directly listed 
at the root level (though some 
LOTUS NOTES LDAP configuration 
may be different – use an LDAP 
Browser to confirm). 
In this case, all directory searches 
must start at the root. In LOTUS 
NOTES the root level does not 
have a name (unlike Exchange) – 
so the search MUST have a blank 
(or ‘root’) entry in order to find 
distribution groups. 
Append Base DN No As the base is blank – no need to 
append it! 
Primary field name Mail Used for Address Expansion & 
Login: 
This contains the user’s internet 
email address. 
By default, distribution groups do 
not have internet email addresses. 
If so, Cryoserver CANNOT expand 
those addresses. 
LOTUS NOTES Administrator 
should manually enter internet 
addresses for Distribution Groups 
Primary field pattern (.*) This says “take the whole value”. 
Cryoserver uses the full text from 
the Primary Field as the users 
email address. 
Secondary field name Cn Used for Address Expansion & 
Login: 
This is the user’s alias email 
address list. Lotus Notes has no 
formal way of expressing alias 
email addresses. 
The “cn” attribute in LOTUS NOTES 
contains the user’s common name 
2007 FCS. All rights reserved. Page 13 of 24
Cryoserver Archive Lotus Notes Configuration 
– but it can be extended to include 
a list of alternative names. 
The LOTUS NOTES Administrator 
can manually enter alternative 
internet addresses for users in the 
Name field on the Admin User 
Configuration screen. 
Secondary fld pattern (.*) This says ‘take the whole value’ of 
each secondary address entry. 
Secondary fld format (cn={0}) 
this is optional 
Used for Address Expansion: 
This allows Cryoserver to perform 
searches of an alias email address. 
It places the email address from 
the email into the {0} part of the 
format, and then performs a 
search. 
Member field name Member Used for Address Expansion: 
The LDAP attribute that lists the 
members of a Distribution List. 
In LOTUS NOTES the members are 
FQDN strings 
(cn=user,ou=users,dc=fred). 
However, External email addresses 
are incorrectly prefixed with ‘cn=’. 
Cryoserver version 1.3.4p has a fix 
for this. 
Translate Users Yes Used for login: 
IF Yes, then Cryoserver logs in 
with the well-known user (the User 
DN, above). It then performs a 
Search using the users Login ID. 
Translation Key cn Used for Login: 
SSL No Not used 
Cache size 300 to 1000 Address Expansion: 
The number of LDAP entries to 
store in-memory, for the timeout 
period. 
Cache timeout 500 Address Expansion: 
The number of seconds to keep a 
cached LDAP entry in-memory. 
After this timeout, that entry must 
be re-fetched from LDAP. 
LDAP Type Custom Login and Address Expansion: 
IF you use any other type, 
2007 FCS. All rights reserved. Page 14 of 24
Cryoserver Archive Lotus Notes Configuration 
Cryoserver overrides most of the 
LDAP settings with some hard- 
coded ones. 
Login Failure Limit 9 Allow user to enter a reasonable 
number of incorrect passwords 
before locking an account. 
Lock Time 1 Minute(s) – if bad passwords are 
entered and the account becomes 
locked, how long before the user 
can attempt more password 
guesses. 
Old Pwd Limit 1 NOT USED in version 1.3x 
Password Expiry 99999 Do not expire cryoserver-local 
passwords 
In version 1.4+ a grace login is 
allowed after the Expiry – but not 
in version 1.3. 
Spool Mode RFC822 LOTUS NOTES only does basic 
(non-forensic) journaling. It does 
not include the message envelope 
[full list of recipients] in the 
journal copies. 
Avg Message Interval 0 or 10 To test if the LOTUS NOTES 
system is sending mail to the 
Cryoserver. 
If Cryoserver does not process any 
email within this time period, a 
special alert email is raised by 
Cryoserver. 
Cryoserver waits to see if it 
receives this email back again. If 
so all is OK. If not then there may 
be an issue – so an Engineer Alert 
message is sent. 
Feedback email Blank 
or 
<email address> 
If the message interval not 0, then 
a special alert is sent to this email 
address. 
This email address MUST be on the 
LOTUS NOTES server being 
journaled – because Cryoserver is 
waiting for the email to be 
returned via the LOTUS NOTES 
journal mechanism. 
2007 FCS. All rights reserved. Page 15 of 24
Cryoserver Archive Lotus Notes Configuration 
Lotus Notes MIME 
Configuration 
MIME is the standard format of the content of any email sent over the internet. Some 
settings determine how Lotus Notes will convert Lotus Notes format emails into Internet 
format emails. Other settings determine how Lotus Notes handles incoming Internet 
emails. 
Incoming Internet Mail will generally be relayed, unchanged, directly to the Journal 
Recipient if the Mail-In journal option is selected. Internal Email will be translated into 
MIME when it is sent to the Mail-In journal recipient – and some options here determine 
how this translation from Internal to Internet format will occur. 
Figure 13 - Outbound Internet Mail Format Control 
Internal mail that is to be converted to Internet Mail must have its Lotus Notes Rich Text 
field converted to either plain text, HTML, or both. The preference is to use both, as 
shown here. 
2007 FCS. All rights reserved. Page 16 of 24
Cryoserver Archive Lotus Notes Configuration 
Figure 14 - Incoming Internet Mail Rules 
BCC Recipients 
For incoming internet mail, you can ensure that the BCC recipients are actually stored 
within the Lotus Notes system for all Lotus Notes users. This may be seen as a privacy or 
compliance issue, and is often set to No. 
IF Lotus Notes Journaling is sent to a Local Database, rather than a mail-in database, then 
the BCC information will be preserved in the Local Database’s copy – except for mail that 
was Bcc’d to a distribution group, when NO RECORD is kept of either the group or the 
group’s recipients in the Journal Copy. 
2007 FCS. All rights reserved. Page 17 of 24
Cryoserver Archive Lotus Notes Configuration 
Figure 15 - Outbound Message Options 
The Outbound options determine some key aspects of internet mail formatting and content 
of Lotus Notes Internal Mail that is translated into an Internet format email. 
RFC822 phrase handling determines the text for each recipients internet email 
addresses ‘display name’. Internet email addresses (RFC822 addresses) can be formed as 
“Display Name” email@address.com 
The display name can be one of the items selected on this configuration page. 
Lotus Notes Private Items are the meta-data items that exist in the Lotus Notes Mail 
document that are not usually included in an Internet email. Some example items are 
shown below. 
X-Lotus Notes-Item: CN=Trinity/O=Cryoserver; 
flags=44; name=$UpdatedBy 
X-Lotus Notes-Item: 04-Jan-2006 16:08:24 GMT =?US-ASCII?Q?=2C_04-Jan- 
2006_16=3A08=3A25_GMT?=; 
type=401; name=$Revisions 
X-Lotus Notes-Item: 0; 
name=$MsgTrackFlags 
X-Lotus Notes-Item: forensiccompliance.com; 
name=FromDomain 
X-Lotus Notes-Item: 25; 
type=300; name=$Hops 
X-Lotus Notes-Item: 1; 
name=$NoteHasNativeMIME 
2007 FCS. All rights reserved. Page 18 of 24
Cryoserver Archive Lotus Notes Configuration 
The Always Send Lotus Notes Items in Header, and the opposite Remove Items 
From Header options determine if specific Lotus Notes items are to be included or 
removed from the generated Internet Mail. Simply enter the names of the Lotus Notes 
Items that you want to include, or exclude, separated with new-lines. There are two 
caveats with the Always Send option 
• Only a single header will be generated for each item – even if that item is a list of 
values within Lotus Notes, only the first such value is output (unlike the Lotus 
Notes Private Items option above, that includes the whole set of values) 
• Each value is truncated to 255 characters. 
Figure 16 - SMTP Basics 
The Address lookup field determines how rigorous the Lotus Notes system will be when 
matching an incoming email recipient address with an entry in the Domino Directory 
(LDAP). See Specifying how Domino looks up the recipients of incoming SMTP messages 
below for further information. 
The Domain Configuration document determines the default formatting of internet email 
addresses for the domain. 
2007 FCS. All rights reserved. Page 19 of 24
Cryoserver Archive Lotus Notes Configuration 
Figure 17 - Internet Addressing defaults for a domain 
User Configuration 
The user configuration should not affect the Journaling of email. However, the fidelity of 
original internet emails is preserved when using the Format preference of Keep in senders’ 
format. 
Figure 18 - Person configuration details 
2007 FCS. All rights reserved. Page 20 of 24
Cryoserver Archive Lotus Notes Configuration 
Specifying how Domino looks up the recipients of incoming SMTP messages 
When Domino receives a message over SMTP, the message recipient is identified by an 
Internet-style address, in the format Genevieve_Martin@acme.com, rather than a Lotus 
Notes-style address, such as Genevieve Martin/Acme. To determine the correct destination 
mail file, Domino must match the SMTP address to a Person document in the Domino 
Directory. To find a match, the router checks the $Users view of the directory. This view 
displays all name entries in all Person documents in the directory, including Internet mail 
addresses, as well as all user name variations, first names, last names, common names 
(CN), distinguished names (DN), short names, and soundex names. 
Note: To display the hidden $Users view: Open the directory, press CTRL-SHIFT and select 
View-Go To. In the Go To dialog box, select the view ($Users) and click OK. 
Inbound recipient lookups are controlled by the Address lookup setting on the 
Router/SMTP - Basics tab of the Configuration Settings document. This setting determines 
the criteria that the Router uses when attempting to match the SMTP address on an 
incoming message to an entry in the $Users view. The Router matches addresses based 
on: 
• The full SMTP address only -- for example, Genevieve_Martin@acme.com 
• The local part of the SMTP address (that is, the part to the left of the @ sign) only 
-- for example, Genevieve_Martin 
• The full SMTP address, and then if no match is found, the local part address 
When using full name matching, the Router searches the Domino Directory for an exact 
match of the entire SMTP address (for example, First_Last@Acme.com). If an exact match 
is not found, the Router performs a secondary search if the domain suffix of the incoming 
address is listed in the Global domain document as an Internet domain alias. For this 
secondary search, the Router replaces the given domain suffix with the domain suffix 
designated in the Global domain document as the Primary domain name. 
To prevent the Router from using domain aliases when looking up addresses, do not 
include alternate Internet domain aliases in a Global domain document. Instead, create 
multiple Global Domain documents, each specifying a different primary Internet domain. 
Restricting the Router to matching addresses on the full Internet address only ensures that 
each user's Internet address complies with a standard format. Users cannot receive 
inbound mail addressed to their short names, soundex names, or other name variations 
that exist in the $Users view. When configuring the Router to look up users' full Internet 
addresses only, complete the Internet address field in all Person documents, and Mail-in 
database documents for mail-in databases that receive mail over SMTP. 
To specify how addresses are looked up: 
1. Make sure you already have a Configuration Settings document for the server(s) to 
be configured. 
2. From the Domino Administrator, click the Configuration tab and then expand the 
Messaging section. 
3. Choose Configurations. 
4. Select the Configuration Settings document to be edited and then click Edit 
Configuration. 
5. Click the Router/SMTP - Basics tab. 
6. Complete these fields, and then save the document: 
2007 FCS. All rights reserved. Page 21 of 24
Cryoserver Archive Lotus Notes Configuration 
Field Type in 
Address lookup Specifies how the Router searches the Domino Directory 
to determine the Lotus Notes recipient of an inbound 
Internet message. Choose one: 
• Fullname then Local Part - (default) The Router 
first searches the Domino Directory for a match 
for the full Internet address 
(localpart@domain.com). If no match is found, 
it searches the directory again, looking for a 
match for the local part of the address only. 
• Fullname only - The Router searches the 
Domino Directory for full Internet addresses 
only. For example, it searches for 
"user@domain.com" but not for "user." If an 
exact match is not found and the domain suffix 
is equivalent to an Internet domain alias defined 
in the Global domain document, a secondary 
search is performed using the domain suffix of 
the primary Internet domain. 
Local Part only - The Router searches the Domino 
Directory for a match of the local part of the Internet 
address, that is, the part before the @ symbol. Local 
part matching matches periods and underscores in the 
address with spaces in the directory. 
Exhaustive lookup Choose one: 
• Enabled - The Router searches all directories to 
ensure that there are no duplicate recipient 
names that might prevent the message from 
getting to the right person. Performing 
exhaustive lookups is time-consuming and 
places a heavy load on the server. 
• Disabled - (default) The Router limits its search 
to the first directory that contains the address. 
7. The change takes effect after the next Router configuration update. To put the new 
setting into effect immediately, reload the routing configuration as below. 
The Router on each server maintains a dynamic routing table, which specifies the best 
route to each possible destination server. The routing table builds on information contained 
in the server's LOTUS NOTES.INI file and in the Configuration Settings, Domain, 
Connection, and Server documents in the Domino Directory. 
By default, at intervals of approximately 5 minutes, or after you restart the task, the 
Router examines the Domino Directory for changes that would warrant rebuilding the 
routing table. In cases where you want new settings to take effect immediately, but do not 
want to interrupt the flow of mail by stopping and restarting the Router, you can use a 
TELL command to force an update. 
To update the server's routing table 
Type in the following command at the server console: 
Tell router update config 
The Router checks the Server, Server Configuration, Connection, Adjacent and Non- 
Adjacent domain documents, and the LOTUS NOTES.INI file for changes that might effect 
2007 FCS. All rights reserved. Page 22 of 24
Cryoserver Archive Lotus Notes Configuration 
the routing topology. The Router then builds a new routing table that incorporates the 
changes. The Router reprocesses any messages currently in MAIL.BOX based on the new 
routing table. 
The Router does not check the Global Domain document for changes in response to the 
update configuration command. The information contained in the Global Domain document 
is loaded into memory only after server initialization. It is not refreshed when the routing 
tables reload. 
2007 FCS. All rights reserved. Page 23 of 24
Cryoserver Archive Lotus Notes Configuration 
Known Issues 
No Journal when both Internal and Internet recipients used 
This issue was noted in Lotus Notes version 6.5.4: No journal copy was made where an 
email was sent to both a local Lotus Notes user and an external internet recipient. 
This issue was fixed in Lotus Notes version 6.5.4 fixpack 1 (i.e. 6.5.4.1). 
No BCC Group information 
If an email is Bcc’d to a distribution group, then the Journal does not keep a record of 
either the Group address or the recipients in that group. 
Multiple Server Journaling 
If the organisation has multiple Lotus Notes servers and corresponding Cryoserver 
systems, then some ‘Loss of mail’ will be noticed on each Cryoserver. The reason is that 
Lotus Notes will journal an email only once within a group of Domino servers. This results 
in an internal mail being sent from one Lotus Notes server to another, being journaled at 
the sending Lotus Notes server ONLY. Similarly, an external mail being delivered to 
recipients on multiple Lotus Notes servers will only be journaled at the Gateway Lotus 
Notes server. The receiving Lotus Notes server will identify the email as ‘has been 
journaled’ and will not journal again. 
Where there is a central Cryoserver, regardless of the number of Lotus Notes servers, then 
this behaviour is ideal. 
Where each Lotus Notes Server has a corresponding Cryoserver, then there will be 
apparent loss of mail. We can provide a ‘Global Search’ facility, which will span a search 
across remote Cryoservers – and thus recover the ‘missing’ sent items. 
The Domino Lotus Notes system needs to be extended to log the ‘journal destination’. 
Where this destination is different on the remote servers, then Journaling should be 
repeated. 
2007 FCS. All rights reserved. Page 24 of 24

Más contenido relacionado

La actualidad más candente

Mailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SME
Mailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SMEMailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SME
Mailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SMEGirish Venkatachalam
 
Microsoft exchange server 2013 installation steps
Microsoft exchange server 2013 installation stepsMicrosoft exchange server 2013 installation steps
Microsoft exchange server 2013 installation stepssebin246
 
10135 a 05
10135 a 0510135 a 05
10135 a 05Bố Su
 
Nodes Roadmap Linked via cPanel
Nodes Roadmap Linked via cPanelNodes Roadmap Linked via cPanel
Nodes Roadmap Linked via cPanelHTS Hosting
 
Enterprise Atom/RSS Information distribution with IBM Lotus Notes/Domino
Enterprise Atom/RSS Information distribution with IBM Lotus Notes/DominoEnterprise Atom/RSS Information distribution with IBM Lotus Notes/Domino
Enterprise Atom/RSS Information distribution with IBM Lotus Notes/DominoRolf Kremer
 
Microsoft Exchange 2013 deployment and coexistence
Microsoft Exchange 2013 deployment and coexistenceMicrosoft Exchange 2013 deployment and coexistence
Microsoft Exchange 2013 deployment and coexistenceMotty Ben Atia
 
Simple Farm Server Deployment
Simple Farm Server DeploymentSimple Farm Server Deployment
Simple Farm Server DeploymentLiquidHub
 
Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...
Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...
Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...Microsoft Technet France
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationtakdirlovely09
 
Leadership Management Dashboard Open Source Design Document
Leadership Management Dashboard Open Source Design DocumentLeadership Management Dashboard Open Source Design Document
Leadership Management Dashboard Open Source Design DocumentJoe Barbano
 
Linux instalação e-conf postfix - pop3 eimap
Linux instalação e-conf postfix - pop3 eimapLinux instalação e-conf postfix - pop3 eimap
Linux instalação e-conf postfix - pop3 eimapCarlos Eduardo
 

La actualidad más candente (19)

Smtp
SmtpSmtp
Smtp
 
Mailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SME
Mailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SMEMailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SME
Mailpigeon Postfix MTA 100% free from Gayatri Hitech, mail server for SME
 
Microsoft exchange server 2013 installation steps
Microsoft exchange server 2013 installation stepsMicrosoft exchange server 2013 installation steps
Microsoft exchange server 2013 installation steps
 
10135 a 05
10135 a 0510135 a 05
10135 a 05
 
Seo2 india devang barot - google public dns
Seo2 india   devang barot - google public dnsSeo2 india   devang barot - google public dns
Seo2 india devang barot - google public dns
 
Nodes Roadmap Linked via cPanel
Nodes Roadmap Linked via cPanelNodes Roadmap Linked via cPanel
Nodes Roadmap Linked via cPanel
 
Enterprise Atom/RSS Information distribution with IBM Lotus Notes/Domino
Enterprise Atom/RSS Information distribution with IBM Lotus Notes/DominoEnterprise Atom/RSS Information distribution with IBM Lotus Notes/Domino
Enterprise Atom/RSS Information distribution with IBM Lotus Notes/Domino
 
Microsoft Exchange 2013 deployment and coexistence
Microsoft Exchange 2013 deployment and coexistenceMicrosoft Exchange 2013 deployment and coexistence
Microsoft Exchange 2013 deployment and coexistence
 
Ldap howto
Ldap howtoLdap howto
Ldap howto
 
Simple Farm Server Deployment
Simple Farm Server DeploymentSimple Farm Server Deployment
Simple Farm Server Deployment
 
Smtp protocol
Smtp protocolSmtp protocol
Smtp protocol
 
Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...
Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...
Exchange Server 2013 : upgrade migration et co-existence avec les anciennes v...
 
11.0 sp3 install_guide_enus
11.0 sp3 install_guide_enus11.0 sp3 install_guide_enus
11.0 sp3 install_guide_enus
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installation
 
Leadership Management Dashboard Open Source Design Document
Leadership Management Dashboard Open Source Design DocumentLeadership Management Dashboard Open Source Design Document
Leadership Management Dashboard Open Source Design Document
 
Linux instalação e-conf postfix - pop3 eimap
Linux instalação e-conf postfix - pop3 eimapLinux instalação e-conf postfix - pop3 eimap
Linux instalação e-conf postfix - pop3 eimap
 
Unit 3
Unit 3Unit 3
Unit 3
 
Postfix, Imap e Pop3
Postfix, Imap e Pop3Postfix, Imap e Pop3
Postfix, Imap e Pop3
 
Smtp, pop3, imapv 4
Smtp, pop3, imapv 4Smtp, pop3, imapv 4
Smtp, pop3, imapv 4
 

Destacado

Cryoserver v7 User Guide
Cryoserver v7 User GuideCryoserver v7 User Guide
Cryoserver v7 User Guidecryoserver
 
PhD_experience
PhD_experiencePhD_experience
PhD_experience哲彬 張
 
Cryoserver IIS Certificate Fix
Cryoserver IIS Certificate FixCryoserver IIS Certificate Fix
Cryoserver IIS Certificate Fixcryoserver
 
Cryoserver Configuring Groupwise
Cryoserver Configuring GroupwiseCryoserver Configuring Groupwise
Cryoserver Configuring Groupwisecryoserver
 
راهنمای استفاده از مکمل های ورزش
راهنمای استفاده از مکمل های ورزشراهنمای استفاده از مکمل های ورزش
راهنمای استفاده از مکمل های ورزشtanvar
 
Prakas puththadhum
Prakas puththadhumPrakas puththadhum
Prakas puththadhumEmilybjerk
 
вднх киев. декабрь 2014
вднх киев. декабрь 2014вднх киев. декабрь 2014
вднх киев. декабрь 2014Ganna Gladkykh
 
آموزش بدنسازی در 28 روز
آموزش بدنسازی در 28 روزآموزش بدنسازی در 28 روز
آموزش بدنسازی در 28 روزtanvar
 
A green revolution for Mozambique, march 5, 2015
A green revolution for Mozambique, march 5, 2015 A green revolution for Mozambique, march 5, 2015
A green revolution for Mozambique, march 5, 2015 Agriculture for Impact
 
Can sustainable intensification feed the world? Stanford University, Feb 10t...
Can sustainable intensification feed the world?  Stanford University, Feb 10t...Can sustainable intensification feed the world?  Stanford University, Feb 10t...
Can sustainable intensification feed the world? Stanford University, Feb 10t...Agriculture for Impact
 
Cryoserver v7 Administration Guide
Cryoserver v7 Administration GuideCryoserver v7 Administration Guide
Cryoserver v7 Administration Guidecryoserver
 
No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...
No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...
No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...Agriculture for Impact
 
Cryoserver Technical Overview
Cryoserver Technical OverviewCryoserver Technical Overview
Cryoserver Technical Overviewcryoserver
 
We are all in the same boat.climate smart agriculture seminar, Montpellier ma...
We are all in the same boat.climate smart agriculture seminar, Montpellier ma...We are all in the same boat.climate smart agriculture seminar, Montpellier ma...
We are all in the same boat.climate smart agriculture seminar, Montpellier ma...Agriculture for Impact
 
Tema 3 La Prehistòria 2: Neolític i Edat dels Metalls
Tema 3 La Prehistòria 2: Neolític i Edat dels MetallsTema 3 La Prehistòria 2: Neolític i Edat dels Metalls
Tema 3 La Prehistòria 2: Neolític i Edat dels MetallsGuillem Barceló
 
Tema 3 La Prehistòria 1: Paleolític
Tema 3 La Prehistòria 1: PaleolíticTema 3 La Prehistòria 1: Paleolític
Tema 3 La Prehistòria 1: PaleolíticGuillem Barceló
 

Destacado (20)

Cryoserver v7 User Guide
Cryoserver v7 User GuideCryoserver v7 User Guide
Cryoserver v7 User Guide
 
Emily bjerk.
Emily bjerk.Emily bjerk.
Emily bjerk.
 
PhD_experience
PhD_experiencePhD_experience
PhD_experience
 
Emily Bjerk
Emily BjerkEmily Bjerk
Emily Bjerk
 
Emily bjerk..
Emily bjerk..Emily bjerk..
Emily bjerk..
 
Cryoserver IIS Certificate Fix
Cryoserver IIS Certificate FixCryoserver IIS Certificate Fix
Cryoserver IIS Certificate Fix
 
Cryoserver Configuring Groupwise
Cryoserver Configuring GroupwiseCryoserver Configuring Groupwise
Cryoserver Configuring Groupwise
 
راهنمای استفاده از مکمل های ورزش
راهنمای استفاده از مکمل های ورزشراهنمای استفاده از مکمل های ورزش
راهنمای استفاده از مکمل های ورزش
 
Prakas puththadhum
Prakas puththadhumPrakas puththadhum
Prakas puththadhum
 
вднх киев. декабрь 2014
вднх киев. декабрь 2014вднх киев. декабрь 2014
вднх киев. декабрь 2014
 
آموزش بدنسازی در 28 روز
آموزش بدنسازی در 28 روزآموزش بدنسازی در 28 روز
آموزش بدنسازی در 28 روز
 
A green revolution for Mozambique, march 5, 2015
A green revolution for Mozambique, march 5, 2015 A green revolution for Mozambique, march 5, 2015
A green revolution for Mozambique, march 5, 2015
 
Can sustainable intensification feed the world? Stanford University, Feb 10t...
Can sustainable intensification feed the world?  Stanford University, Feb 10t...Can sustainable intensification feed the world?  Stanford University, Feb 10t...
Can sustainable intensification feed the world? Stanford University, Feb 10t...
 
Cryoserver v7 Administration Guide
Cryoserver v7 Administration GuideCryoserver v7 Administration Guide
Cryoserver v7 Administration Guide
 
No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...
No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...
No Ordinary Matter: Conserving, Restoring & Enhancing Africa's Soils: DG AGRI...
 
Cryoserver Technical Overview
Cryoserver Technical OverviewCryoserver Technical Overview
Cryoserver Technical Overview
 
We are all in the same boat.climate smart agriculture seminar, Montpellier ma...
We are all in the same boat.climate smart agriculture seminar, Montpellier ma...We are all in the same boat.climate smart agriculture seminar, Montpellier ma...
We are all in the same boat.climate smart agriculture seminar, Montpellier ma...
 
Green revolution
Green revolution Green revolution
Green revolution
 
Tema 3 La Prehistòria 2: Neolític i Edat dels Metalls
Tema 3 La Prehistòria 2: Neolític i Edat dels MetallsTema 3 La Prehistòria 2: Neolític i Edat dels Metalls
Tema 3 La Prehistòria 2: Neolític i Edat dels Metalls
 
Tema 3 La Prehistòria 1: Paleolític
Tema 3 La Prehistòria 1: PaleolíticTema 3 La Prehistòria 1: Paleolític
Tema 3 La Prehistòria 1: Paleolític
 

Similar a Cryoserver Configuring Lotus Notes

How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender Johannes Cosmin dumitru
 
Ch02 installing exchange
Ch02 installing exchangeCh02 installing exchange
Ch02 installing exchangeShane Flooks
 
Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructurexKinAnx
 
Lotus 190-980 Domino 8.5 System Administration Fundamentals
Lotus 190-980 Domino 8.5 System Administration FundamentalsLotus 190-980 Domino 8.5 System Administration Fundamentals
Lotus 190-980 Domino 8.5 System Administration FundamentalsMarek Zawadzki
 
Red Gate Exchange E Book
Red Gate Exchange E BookRed Gate Exchange E Book
Red Gate Exchange E BookLiquidHub
 
10135 a 01
10135 a 0110135 a 01
10135 a 01Bố Su
 
Whitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest Minds
Whitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest MindsWhitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest Minds
Whitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest MindsHappiest Minds Technologies
 
70 284 Les X ( Exchange Server 3003 )
70 284 Les X ( Exchange Server 3003 )70 284 Les X ( Exchange Server 3003 )
70 284 Les X ( Exchange Server 3003 )Step 991
 
70 284 Les X ( Exchange 2003 )
70 284 Les X ( Exchange 2003 )70 284 Les X ( Exchange 2003 )
70 284 Les X ( Exchange 2003 )MIT Institute
 
Motivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTP
Motivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTPMotivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTP
Motivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTPzOSCommserver
 
server configuration concepts in system admin
server configuration concepts in system adminserver configuration concepts in system admin
server configuration concepts in system adminsdsm2
 
Mysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 EnMysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 Enliufabin 66688
 
Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014Antonios Chatzipavlis
 
Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1LiquidHub
 

Similar a Cryoserver Configuring Lotus Notes (20)

How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender
 
L2 lotus help
L2 lotus helpL2 lotus help
L2 lotus help
 
Lotus Domino Admin.
Lotus Domino Admin.Lotus Domino Admin.
Lotus Domino Admin.
 
Ch02 installing exchange
Ch02 installing exchangeCh02 installing exchange
Ch02 installing exchange
 
Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructure
 
Lotus 190-980 Domino 8.5 System Administration Fundamentals
Lotus 190-980 Domino 8.5 System Administration FundamentalsLotus 190-980 Domino 8.5 System Administration Fundamentals
Lotus 190-980 Domino 8.5 System Administration Fundamentals
 
Red Gate Exchange E Book
Red Gate Exchange E BookRed Gate Exchange E Book
Red Gate Exchange E Book
 
10135 a 01
10135 a 0110135 a 01
10135 a 01
 
Whitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest Minds
Whitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest MindsWhitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest Minds
Whitepaper: Exchange 2003 to 2010 Migration – Part -2 - Happiest Minds
 
Exchange 2010 SP2 & Tips
Exchange 2010 SP2 & TipsExchange 2010 SP2 & Tips
Exchange 2010 SP2 & Tips
 
70 284 Les X ( Exchange Server 3003 )
70 284 Les X ( Exchange Server 3003 )70 284 Les X ( Exchange Server 3003 )
70 284 Les X ( Exchange Server 3003 )
 
70 284 Les X ( Exchange 2003 )
70 284 Les X ( Exchange 2003 )70 284 Les X ( Exchange 2003 )
70 284 Les X ( Exchange 2003 )
 
Motivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTP
Motivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTPMotivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTP
Motivations and Considerations for Migrating from SMTPD/Sendmail to CSSMTP
 
server configuration concepts in system admin
server configuration concepts in system adminserver configuration concepts in system admin
server configuration concepts in system admin
 
MCITP
MCITPMCITP
MCITP
 
Mysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 EnMysql Replication Excerpt 5.1 En
Mysql Replication Excerpt 5.1 En
 
Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014
 
Sharepoint 2007 Install Best Practice Phase 1
Sharepoint 2007 Install Best Practice  Phase 1Sharepoint 2007 Install Best Practice  Phase 1
Sharepoint 2007 Install Best Practice Phase 1
 
70 640 Lesson02 Ppt 041009
70 640 Lesson02 Ppt 04100970 640 Lesson02 Ppt 041009
70 640 Lesson02 Ppt 041009
 
Team lab install_en
Team lab install_enTeam lab install_en
Team lab install_en
 

Último

%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 

Último (20)

%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 

Cryoserver Configuring Lotus Notes

  • 1. Cryoserver Archive Lotus Notes Configuration Forensic & Compliance Systems Ltd +44 (0)800 280 0525 info@cryoserver.com www.cryoserver.com Version 1.0 December 2007
  • 2. Cryoserver Archive Lotus Notes Configuration Contents INTRODUCTION ............................................................................................................................................... 3 SMTP ROUTING TO CRYOSERVER ..................................................................................................................... 4 BASIC LOTUS NOTES JOURNALING ................................................................................................................... 5 ENABLING JOURNALING ............................................................................................................................................ 5 SETTING THE RULE FOR JOURNALING ........................................................................................................................... 6 OTHER CONFIGURATION SETTINGS .................................................................................................................. 8 SERVER CONFIGURATION .......................................................................................................................................... 8 LDAP CONFIGURATION ............................................................................................................................................ 8 ENABLING THE LDAP SERVICE .................................................................................................................................... 9 CONFIGURING LDAP FOR CRYOSERVER ...................................................................................................................... 11 CRYOSERVER LDAP CONFIGURATION ........................................................................................................................ 12 LOTUS NOTES MIME CONFIGURATION .......................................................................................................... 16 USER CONFIGURATION ........................................................................................................................................... 20 SPECIFYING HOW DOMINO LOOKS UP THE RECIPIENTS OF INCOMING SMTP MESSAGES ....................................................... 21 KNOWN ISSUES .............................................................................................................................................. 24 NO JOURNAL WHEN BOTH INTERNAL AND INTERNET RECIPIENTS USED .............................................................................. 24 NO BCC GROUP INFORMATION ................................................................................................................................ 24 MULTIPLE SERVER JOURNALING ................................................................................................................................ 24 2007 FCS. All rights reserved. Page 2 of 24
  • 3. Cryoserver Archive Lotus Notes Configuration Introduction This document describes the basic method to route journal mail from Lotus Notes to Cryoserver. Journaling is a standard feature of Lotus Notes 6.5 that, by default, will journal mail to a specified Lotus Notes server. The mail stored in this specified server will contain the mail in encrypted form, together with Lotus Notes metadata relating to each email. Cryoserver is used to replace the Lotus Notes Server journaling end-point. The down side of this current approach is that Cryoserver mail does not include Bcc recipient information and other ‘final recipient’ details (known as the ‘envelope’). Where the Lotus Notes server has integration with an LDAP service, distribution lists may be expanded by Cryoserver. Lotus Notes has supported Journaling since version 6.5. However, we can only recommend the use of Lotus Notes version 6.5.4 fixpack 1 (i.e. 6.5.4.1) and later, as this resolves the initial journaling issues. 2007 FCS. All rights reserved. Page 3 of 24
  • 4. Cryoserver Archive Lotus Notes Configuration SMTP Routing to Cryoserver The email generated by the Lotus Notes Journaling feature must be sent directly to Cryoserver using SMTP. To do this: 1. Create an SMTP document for the complianceinternet.co.uk domain, and associate it with a Foreign SMTP Domain document that specifies the IP address for the domain: Figure 1 - The Foreign SMTP Domain document. 2. Add a new Foreign SMTP Domain document and type in the IP address of your Cryoserver master server: Figure 2 - The Cryoserver Foreign Domain, routing details The complianceinternet.co.uk domain is not registered as a public email end-point – so any mail sent to this address on the public Internet will bounce. 2007 FCS. All rights reserved. Page 4 of 24
  • 5. Cryoserver Archive Lotus Notes Configuration Basic Lotus Notes Journaling You must specify: • Enable Journaling for the local server or for all servers. • A rule that filters the required emails to the Journal. Basic journaling sends a copy of email directly to Cryoserver using Lotus Notes SMTP services. This has the advantage of being very simple to configure. The main disadvantage is that BCC recipient information is not included in the copy sent to Cryoserver. Enabling Journaling To enable jounaling, you will need to edit the local server configuration document, for single server journaling, or the default global configuration document to enable journaling for all servers in a group. If you do not have a local server configuration document, but you want to enable journaling on a single server only, then you must create a new local configuration document and copy the configuration from the default document to the local copy. Then follow the steps below. In the Server Configuration document locate the Router/SMTP tab, or for the Messaging configuration document, locate the Messaging Settings tab. From there, click the Advanced tab and the Journaling tab. You can then enable Journaling, and send the journal to either a Mail-In database, or a local database. For basic journaling, use a Mail-In database, and key in the standard Cryoserver mail recipient email address (cryouser@complianceinternet.co.uk) as the destination. The encryption exclusion list is ignored. 2007 FCS. All rights reserved. Page 5 of 24
  • 6. Cryoserver Archive Lotus Notes Configuration Figure 3 - Enabling journaling Cryoserver/Lotus Notes currently only supports Basic Journaling – where a copy of every mail is sent via SMTP to the Cryoserver, using this mail-in database configuration. Setting the Rule for Journaling Normally, all email will be journaled, but a specific set of mail can be journaled if required. A rule must be created in order for any journaling to occur. Figure 4 - Adding a rule for journaling 2007 FCS. All rights reserved. Page 6 of 24
  • 7. Cryoserver Archive Lotus Notes Configuration NOTE: If the rules tab is missing, then you have an upgraded Lotus Notes system (the Admin template is not fully updated during an upgrade). In this case you will need to access the Global configuration document, via the Server branch from the tree view on the left. Figure 5 - The ‘Journal Everything’ rule You need to ADD a condition, and ADD an action. The default condition and action will result in ALL mail being journaled. 2007 FCS. All rights reserved. Page 7 of 24
  • 8. Cryoserver Archive Lotus Notes Configuration Other Configuration Settings This chapter describes other configuration settings that may be required for Cryoserver to work with Lotus Notes. Server Configuration In a multi-server set up, each server will need the Journaling Enabled (as appropriate). If all servers use just the default server document, but you want to enable journaling on just a single server, then you will need to create a new server configuration document and copy all configuration from the default document into the new document. Then you can adapt the parts of the server document pertaining to Journaling. Figure 6 - Locating the All Servers document If you cannot see the * - [All Servers] entry, then click on the server document and press the UP arrow on the keyboard. You need to the global document in order to access the LDAP settings. LDAP Configuration Cryoserver can use a single LDAP service in order to perform two functions: Login Validation, where the user name and password that was entered into the Cryoserver Login web page is validated against LDAP using the following procedure: • Access LDAP using a well-known user id, and perform a search to find the end users DN entry. • Use the LDAP Bind feature to validate the Password, for the users DN. • If the Bind succeeds, obtain the users internet email addresses. Distribution List Expansion, using the following iterative procedure: • Extract each email address used in the email. • For each address, locate the entry in LDAP using a search from each BaseDN listed in the Super User configuration. 2007 FCS. All rights reserved. Page 8 of 24
  • 9. Cryoserver Archive Lotus Notes Configuration • If a search is successful, use the primary email address (if different to the email address used in the email – which assumes that email alias addresses are included in LDAP) • If the search returns a distribution list, then read its list of members, and obtain the email address for each entry, or repeat if the entry is another distribution group. Cryoserver does not currently support a dual LDAP interface, where the Login is validated against one LDAP system (e.g. Active Directory) but the email address details are obtained from another LDAP system (e.g. Domino Lotus Notes). Note: LOTUS NOTES LDAP will authenticate the User Login against the users’ internet password. Lotus Notes does not require an internet password – so these may need to be manually entered into the Lotus Notes Admin console, for the users who need basic search access to Cryoserver. Enabling the LDAP service 1. The LDAP task runs automatically on the administration server for the primary Domino Directory. On other servers in the domain, either change the ServerTasks setting in LOTUS NOTES.INI, or manually start/stop the service: • Start: Enter Load LDAP at the console • Restart: Enter Restart Task LDAP at the console • Stop: Enter Tell LDAP Quit at the console 2. If your organization uses more than one Global Domain document, specify the one that the LDAP service uses to return Internet addresses to LDAP clients. Open the Global Domain document. In the "Use as default Global Domain" field, choose Yes. 3. (Optional) Customize the default LDAP service configuration. In many cases, the LDAP service default settings are adequate. 4. To check whether you set up the LDAP service correctly, use an LDAP search utility such as ldapsearch provided with Lotus Notes and Domino, to issue a query to the LDAP service. LDAP is accessed using a TCP/IP port. To enable this port: 2007 FCS. All rights reserved. Page 9 of 24
  • 10. Cryoserver Archive Lotus Notes Configuration Figure 7 - Enabling the LDAP port The default un-encrypted port is 389. It can be altered, as shown here, if it conflicts with another LDAP system that is already running on the server. Figure 8 - Internet Sites should include an LDAP entry Figure 9 - Creating a site against which the LDAP will run 2007 FCS. All rights reserved. Page 10 of 24
  • 11. Cryoserver Archive Lotus Notes Configuration Configuring LDAP for Cryoserver To see the LDAP Configuration document, locate the All Servers document, and click on the LDAP tab. You need to select the Lotus Notes objects and attributes that LDAP is to publish. Do this through the Global Configuration LDAP tab. Figure 10 - The LDAP record in the Global Configuration document Click Select Attribute Types to open a dialog box, where the User and Distribution Group attributes can be selected. Figure 11 - LDAP Selecting the Distribution Group attributes Make sure that you have selected at least ‘cn’. ‘member’ and ‘mail’ attributes for the dominoGroup and dominoUser objects. It will probably be best to click Add All. After selecting the attributes, scroll down to display the general LDAP settings, as shown in Figure 12. 2007 FCS. All rights reserved. Page 11 of 24
  • 12. Cryoserver Archive Lotus Notes Configuration Figure 12 - LDAP Settings Make sure that the DN Required on Bind is set to NO. Cryoserver LDAP Configuration The matching configuration in Cryoserver, as entered into the Super User web interface, Company Edit page is detailed below. Directory user cn=<user>… A user whose (internet) password should not expire should be made available for Cryoserver use. The FQDN (Fully Qualified Domain Name) of this user should be entered here. Use an LDAP Browser if you are unsure of the FQDN. It is typically in the form: cn=a user, ou=users, o=company Directory password A password must be used User DN # with translate = Yes, or cn=#,ou=Users,o=dom The # is replaced by the Directory User value (above). IF the ‘Translate Users’ is set to NO, then the users Login ID replaces the # – and must create a full FQDN. 2007 FCS. All rights reserved. Page 12 of 24
  • 13. Cryoserver Archive Lotus Notes Configuration with translate = No IF translate users is set to YES, then the user’s Login ID is Searched for. Base DN Root Or leave it blank Or o=<domain> The LDAP system can append this base DN to the login and other DN strings to create a FQDN. Used ONLY if the “append base DN” is set to Yes. For LOTUS NOTES, the base DN should be blank (or the word ‘root’, which means the same thing in Cryoserver). Search DN root or a blank entry In LOTUS NOTES, distribution groups appear to be directly listed at the root level (though some LOTUS NOTES LDAP configuration may be different – use an LDAP Browser to confirm). In this case, all directory searches must start at the root. In LOTUS NOTES the root level does not have a name (unlike Exchange) – so the search MUST have a blank (or ‘root’) entry in order to find distribution groups. Append Base DN No As the base is blank – no need to append it! Primary field name Mail Used for Address Expansion & Login: This contains the user’s internet email address. By default, distribution groups do not have internet email addresses. If so, Cryoserver CANNOT expand those addresses. LOTUS NOTES Administrator should manually enter internet addresses for Distribution Groups Primary field pattern (.*) This says “take the whole value”. Cryoserver uses the full text from the Primary Field as the users email address. Secondary field name Cn Used for Address Expansion & Login: This is the user’s alias email address list. Lotus Notes has no formal way of expressing alias email addresses. The “cn” attribute in LOTUS NOTES contains the user’s common name 2007 FCS. All rights reserved. Page 13 of 24
  • 14. Cryoserver Archive Lotus Notes Configuration – but it can be extended to include a list of alternative names. The LOTUS NOTES Administrator can manually enter alternative internet addresses for users in the Name field on the Admin User Configuration screen. Secondary fld pattern (.*) This says ‘take the whole value’ of each secondary address entry. Secondary fld format (cn={0}) this is optional Used for Address Expansion: This allows Cryoserver to perform searches of an alias email address. It places the email address from the email into the {0} part of the format, and then performs a search. Member field name Member Used for Address Expansion: The LDAP attribute that lists the members of a Distribution List. In LOTUS NOTES the members are FQDN strings (cn=user,ou=users,dc=fred). However, External email addresses are incorrectly prefixed with ‘cn=’. Cryoserver version 1.3.4p has a fix for this. Translate Users Yes Used for login: IF Yes, then Cryoserver logs in with the well-known user (the User DN, above). It then performs a Search using the users Login ID. Translation Key cn Used for Login: SSL No Not used Cache size 300 to 1000 Address Expansion: The number of LDAP entries to store in-memory, for the timeout period. Cache timeout 500 Address Expansion: The number of seconds to keep a cached LDAP entry in-memory. After this timeout, that entry must be re-fetched from LDAP. LDAP Type Custom Login and Address Expansion: IF you use any other type, 2007 FCS. All rights reserved. Page 14 of 24
  • 15. Cryoserver Archive Lotus Notes Configuration Cryoserver overrides most of the LDAP settings with some hard- coded ones. Login Failure Limit 9 Allow user to enter a reasonable number of incorrect passwords before locking an account. Lock Time 1 Minute(s) – if bad passwords are entered and the account becomes locked, how long before the user can attempt more password guesses. Old Pwd Limit 1 NOT USED in version 1.3x Password Expiry 99999 Do not expire cryoserver-local passwords In version 1.4+ a grace login is allowed after the Expiry – but not in version 1.3. Spool Mode RFC822 LOTUS NOTES only does basic (non-forensic) journaling. It does not include the message envelope [full list of recipients] in the journal copies. Avg Message Interval 0 or 10 To test if the LOTUS NOTES system is sending mail to the Cryoserver. If Cryoserver does not process any email within this time period, a special alert email is raised by Cryoserver. Cryoserver waits to see if it receives this email back again. If so all is OK. If not then there may be an issue – so an Engineer Alert message is sent. Feedback email Blank or <email address> If the message interval not 0, then a special alert is sent to this email address. This email address MUST be on the LOTUS NOTES server being journaled – because Cryoserver is waiting for the email to be returned via the LOTUS NOTES journal mechanism. 2007 FCS. All rights reserved. Page 15 of 24
  • 16. Cryoserver Archive Lotus Notes Configuration Lotus Notes MIME Configuration MIME is the standard format of the content of any email sent over the internet. Some settings determine how Lotus Notes will convert Lotus Notes format emails into Internet format emails. Other settings determine how Lotus Notes handles incoming Internet emails. Incoming Internet Mail will generally be relayed, unchanged, directly to the Journal Recipient if the Mail-In journal option is selected. Internal Email will be translated into MIME when it is sent to the Mail-In journal recipient – and some options here determine how this translation from Internal to Internet format will occur. Figure 13 - Outbound Internet Mail Format Control Internal mail that is to be converted to Internet Mail must have its Lotus Notes Rich Text field converted to either plain text, HTML, or both. The preference is to use both, as shown here. 2007 FCS. All rights reserved. Page 16 of 24
  • 17. Cryoserver Archive Lotus Notes Configuration Figure 14 - Incoming Internet Mail Rules BCC Recipients For incoming internet mail, you can ensure that the BCC recipients are actually stored within the Lotus Notes system for all Lotus Notes users. This may be seen as a privacy or compliance issue, and is often set to No. IF Lotus Notes Journaling is sent to a Local Database, rather than a mail-in database, then the BCC information will be preserved in the Local Database’s copy – except for mail that was Bcc’d to a distribution group, when NO RECORD is kept of either the group or the group’s recipients in the Journal Copy. 2007 FCS. All rights reserved. Page 17 of 24
  • 18. Cryoserver Archive Lotus Notes Configuration Figure 15 - Outbound Message Options The Outbound options determine some key aspects of internet mail formatting and content of Lotus Notes Internal Mail that is translated into an Internet format email. RFC822 phrase handling determines the text for each recipients internet email addresses ‘display name’. Internet email addresses (RFC822 addresses) can be formed as “Display Name” email@address.com The display name can be one of the items selected on this configuration page. Lotus Notes Private Items are the meta-data items that exist in the Lotus Notes Mail document that are not usually included in an Internet email. Some example items are shown below. X-Lotus Notes-Item: CN=Trinity/O=Cryoserver; flags=44; name=$UpdatedBy X-Lotus Notes-Item: 04-Jan-2006 16:08:24 GMT =?US-ASCII?Q?=2C_04-Jan- 2006_16=3A08=3A25_GMT?=; type=401; name=$Revisions X-Lotus Notes-Item: 0; name=$MsgTrackFlags X-Lotus Notes-Item: forensiccompliance.com; name=FromDomain X-Lotus Notes-Item: 25; type=300; name=$Hops X-Lotus Notes-Item: 1; name=$NoteHasNativeMIME 2007 FCS. All rights reserved. Page 18 of 24
  • 19. Cryoserver Archive Lotus Notes Configuration The Always Send Lotus Notes Items in Header, and the opposite Remove Items From Header options determine if specific Lotus Notes items are to be included or removed from the generated Internet Mail. Simply enter the names of the Lotus Notes Items that you want to include, or exclude, separated with new-lines. There are two caveats with the Always Send option • Only a single header will be generated for each item – even if that item is a list of values within Lotus Notes, only the first such value is output (unlike the Lotus Notes Private Items option above, that includes the whole set of values) • Each value is truncated to 255 characters. Figure 16 - SMTP Basics The Address lookup field determines how rigorous the Lotus Notes system will be when matching an incoming email recipient address with an entry in the Domino Directory (LDAP). See Specifying how Domino looks up the recipients of incoming SMTP messages below for further information. The Domain Configuration document determines the default formatting of internet email addresses for the domain. 2007 FCS. All rights reserved. Page 19 of 24
  • 20. Cryoserver Archive Lotus Notes Configuration Figure 17 - Internet Addressing defaults for a domain User Configuration The user configuration should not affect the Journaling of email. However, the fidelity of original internet emails is preserved when using the Format preference of Keep in senders’ format. Figure 18 - Person configuration details 2007 FCS. All rights reserved. Page 20 of 24
  • 21. Cryoserver Archive Lotus Notes Configuration Specifying how Domino looks up the recipients of incoming SMTP messages When Domino receives a message over SMTP, the message recipient is identified by an Internet-style address, in the format Genevieve_Martin@acme.com, rather than a Lotus Notes-style address, such as Genevieve Martin/Acme. To determine the correct destination mail file, Domino must match the SMTP address to a Person document in the Domino Directory. To find a match, the router checks the $Users view of the directory. This view displays all name entries in all Person documents in the directory, including Internet mail addresses, as well as all user name variations, first names, last names, common names (CN), distinguished names (DN), short names, and soundex names. Note: To display the hidden $Users view: Open the directory, press CTRL-SHIFT and select View-Go To. In the Go To dialog box, select the view ($Users) and click OK. Inbound recipient lookups are controlled by the Address lookup setting on the Router/SMTP - Basics tab of the Configuration Settings document. This setting determines the criteria that the Router uses when attempting to match the SMTP address on an incoming message to an entry in the $Users view. The Router matches addresses based on: • The full SMTP address only -- for example, Genevieve_Martin@acme.com • The local part of the SMTP address (that is, the part to the left of the @ sign) only -- for example, Genevieve_Martin • The full SMTP address, and then if no match is found, the local part address When using full name matching, the Router searches the Domino Directory for an exact match of the entire SMTP address (for example, First_Last@Acme.com). If an exact match is not found, the Router performs a secondary search if the domain suffix of the incoming address is listed in the Global domain document as an Internet domain alias. For this secondary search, the Router replaces the given domain suffix with the domain suffix designated in the Global domain document as the Primary domain name. To prevent the Router from using domain aliases when looking up addresses, do not include alternate Internet domain aliases in a Global domain document. Instead, create multiple Global Domain documents, each specifying a different primary Internet domain. Restricting the Router to matching addresses on the full Internet address only ensures that each user's Internet address complies with a standard format. Users cannot receive inbound mail addressed to their short names, soundex names, or other name variations that exist in the $Users view. When configuring the Router to look up users' full Internet addresses only, complete the Internet address field in all Person documents, and Mail-in database documents for mail-in databases that receive mail over SMTP. To specify how addresses are looked up: 1. Make sure you already have a Configuration Settings document for the server(s) to be configured. 2. From the Domino Administrator, click the Configuration tab and then expand the Messaging section. 3. Choose Configurations. 4. Select the Configuration Settings document to be edited and then click Edit Configuration. 5. Click the Router/SMTP - Basics tab. 6. Complete these fields, and then save the document: 2007 FCS. All rights reserved. Page 21 of 24
  • 22. Cryoserver Archive Lotus Notes Configuration Field Type in Address lookup Specifies how the Router searches the Domino Directory to determine the Lotus Notes recipient of an inbound Internet message. Choose one: • Fullname then Local Part - (default) The Router first searches the Domino Directory for a match for the full Internet address (localpart@domain.com). If no match is found, it searches the directory again, looking for a match for the local part of the address only. • Fullname only - The Router searches the Domino Directory for full Internet addresses only. For example, it searches for "user@domain.com" but not for "user." If an exact match is not found and the domain suffix is equivalent to an Internet domain alias defined in the Global domain document, a secondary search is performed using the domain suffix of the primary Internet domain. Local Part only - The Router searches the Domino Directory for a match of the local part of the Internet address, that is, the part before the @ symbol. Local part matching matches periods and underscores in the address with spaces in the directory. Exhaustive lookup Choose one: • Enabled - The Router searches all directories to ensure that there are no duplicate recipient names that might prevent the message from getting to the right person. Performing exhaustive lookups is time-consuming and places a heavy load on the server. • Disabled - (default) The Router limits its search to the first directory that contains the address. 7. The change takes effect after the next Router configuration update. To put the new setting into effect immediately, reload the routing configuration as below. The Router on each server maintains a dynamic routing table, which specifies the best route to each possible destination server. The routing table builds on information contained in the server's LOTUS NOTES.INI file and in the Configuration Settings, Domain, Connection, and Server documents in the Domino Directory. By default, at intervals of approximately 5 minutes, or after you restart the task, the Router examines the Domino Directory for changes that would warrant rebuilding the routing table. In cases where you want new settings to take effect immediately, but do not want to interrupt the flow of mail by stopping and restarting the Router, you can use a TELL command to force an update. To update the server's routing table Type in the following command at the server console: Tell router update config The Router checks the Server, Server Configuration, Connection, Adjacent and Non- Adjacent domain documents, and the LOTUS NOTES.INI file for changes that might effect 2007 FCS. All rights reserved. Page 22 of 24
  • 23. Cryoserver Archive Lotus Notes Configuration the routing topology. The Router then builds a new routing table that incorporates the changes. The Router reprocesses any messages currently in MAIL.BOX based on the new routing table. The Router does not check the Global Domain document for changes in response to the update configuration command. The information contained in the Global Domain document is loaded into memory only after server initialization. It is not refreshed when the routing tables reload. 2007 FCS. All rights reserved. Page 23 of 24
  • 24. Cryoserver Archive Lotus Notes Configuration Known Issues No Journal when both Internal and Internet recipients used This issue was noted in Lotus Notes version 6.5.4: No journal copy was made where an email was sent to both a local Lotus Notes user and an external internet recipient. This issue was fixed in Lotus Notes version 6.5.4 fixpack 1 (i.e. 6.5.4.1). No BCC Group information If an email is Bcc’d to a distribution group, then the Journal does not keep a record of either the Group address or the recipients in that group. Multiple Server Journaling If the organisation has multiple Lotus Notes servers and corresponding Cryoserver systems, then some ‘Loss of mail’ will be noticed on each Cryoserver. The reason is that Lotus Notes will journal an email only once within a group of Domino servers. This results in an internal mail being sent from one Lotus Notes server to another, being journaled at the sending Lotus Notes server ONLY. Similarly, an external mail being delivered to recipients on multiple Lotus Notes servers will only be journaled at the Gateway Lotus Notes server. The receiving Lotus Notes server will identify the email as ‘has been journaled’ and will not journal again. Where there is a central Cryoserver, regardless of the number of Lotus Notes servers, then this behaviour is ideal. Where each Lotus Notes Server has a corresponding Cryoserver, then there will be apparent loss of mail. We can provide a ‘Global Search’ facility, which will span a search across remote Cryoservers – and thus recover the ‘missing’ sent items. The Domino Lotus Notes system needs to be extended to log the ‘journal destination’. Where this destination is different on the remote servers, then Journaling should be repeated. 2007 FCS. All rights reserved. Page 24 of 24