Dear
i have activated DAOS in some maildatabases. When i send a mail to the user with attachment - i have 1 NLO-file.
When i send a encrypted mail, i have 2 NLO-files. It is equal if i send this encrypted mail to 1 or 5 users. I have always 2 NLO-files
Why have i 2 NLO-files ?
Thanks
Max
Subject: Intermediate file
I suspect what is happening is that the second NLO is actually a side effect of the encryption and/or re-encoding process. There may be two NLOs there at the end of the process, but one of them has 0 references, and will be pruned.
If you do a ‘tell daosmgr prune 0’ command on the Domino console, it will immediately delete all NLO files with a reference count of 0, ignoring the deferred delete interval. I do not recommend doing a prune 0 on a production server because you may delete NLOs before they are backed up. If you are on a test server, try it, and you should see the second NLO go away.