Stop users sending emails from Lotus Notes after migration.
-
Neil Langston
-
03 October, 2015
There are a number things needed to send email from Notes when you have local mailfiles.
Local Notes client:-
- (1) local mail.box
- (2) local mailfile.nsf
- (3) server mailfile.nsf – not explicitly needed.
Server:-
- (4) mail.box
If you restrict access to the mailfile (2) by making the user have Reader or NoAccess all you do is prevent the users from saving a message into their server replica. This will probably not work via their local replica as the ACL is not enforced. We can argue that we could enable a consistent ACL and this would prevent them saving the message. However, when they send a message two things happen, the message is saved into the mailfile (2) and second the message is deposited into the local mailbox (1) for replication and sending.
So now we somehow need to prevent mail from getting into the mailbox (1). There is no real way to do this on the client without changing code in the mail database to apply an ACL change, even then it is flaky. So we would need to turn our attention to preventing the users from sending the message to the server. (4).
You could have a “allow” access group which will list everybody in the environment added onto every mail.box on all servers. You run the risk of service impacting issues if you do not get all the explicit names correct. Once you have done this you can then remove the migrated users from the “allow group” preventing them from depositing the new email item in the server mailbox (4). Which is fine. But now, the user has “sent” a message which potentially hasn’t been saved in the mail database (2) but which might still exists in the local mail.box (1) which might be even worse situation as they might think the message has been sent, but it has not.
There are other options, like simply modifying the mail template so that users get popups and notifications. But this will not solve any compliance issues, and the notes client has a default method to hook into the mail form from the file menu. This appears in most applications to forward a workflow form etc.
Here, you could argue that you could deploy a policy to modify the location documents so that no mailfile is listed. However, you might have training issues and support calls when users cannot open their mailfile when they use the “mail icon” rather than the “database icon” in their client.
Ultimately, if you want to prevent users ability to send email, it’s really a best efforts of changing the mailfile ACL. But this only really works if do not have local replica’s, you will need to apply a consistent ACL as local replicas do not adhere to ACL security, and this is only replicates perfectly if the administration servers are correct on the mailfile ACL.
But, what happens if your users are still using Lotus Notes applications. You have gone through all of the above to find that a workflow application still needs to send email from the local notes client using the local mail.box (1)
Would be very pleased to hear/learn from the community if there is any perfect way to do this or manage this situation. As there are just too many loopholes and functionality/technology you need to account for, when you throw applications into the mix there is a whole different world of pain.
Neil Langston
News & Insights
Trusted insights on technology and innovation to power your business growth.
-
03/06/2026
A practical engineering guide to owners, assignment, consent, credentials and ...
Read More
-
19/05/2026
Domain migrations in Microsoft 365 are rarely as simple as shifting email ...
Read More
-
12/05/2026
Over the past 10 to 15 years, Microsoft 365 has fundamentally reshaped how ...
Read More
-
07/05/2026
Yesterday we had an all company meeting and I thought it would be cool to kick ...
Read More
-
07/05/2026
Planning a tenant-to-tenant migration? Talk to us
Read More
-
31/03/2026
In tenant-to-tenant (T2T) and Google-to-Microsoft 365 migration projects, ...
Read More
-
27/03/2026
You’d think this would be easy and not an uncommon request. There are genuine ...
Read More
-
23/03/2026
Managing Google to Microsoft Migration with GAM7 and PowerShell
Read More
-
16/03/2026
When a user leaves an organisation in Microsoft 365, administrators have ...
Read MoreSubscribe to our newsletter for the latest updates and insights.
Like what you see? Stay in touch! Subscribers to our email list are among the first to receive the latest news, views and updates from Nero Blanco
Stop users sending emails from Lotus Notes after migration.">