PMDF V6.1-1 Release Notes & Installation
Gotchas, Tru64 UNIX Edition
2.11 popstore / MessageStore
- The MessageStore now handles the following
types of messages correctly: multipart MIME messages with parts that
either have no Content-Type or the Content-Type is MESSAGE/RFC822 with
no blank lines. (D/E 7129,7136)
- Using the
pmdf popstore or
pmdf msgstore utility, it was previously not possible to
use a wildcard to show accounts using a capital letter. This has been
fixed so that the case of the input is preserved within the utility.
However, there is still no way to do a case-insensitive wildcard
search. (D/E 7045)
- Made a fix to the popmgr/popmgr.exe command
which will make the
pmdf popstore upgrade command work if
the customer has a site-supplied MAP_PROFILE_FILENAME routine which
causes a user to be moved to a different disk on the naming style
upgrade.
- Fixed a problem whereby a bad date in the
index file was not fixed by
reconstruct, and would cause
problems when later trying to access that message.
- Made enhancements to
idxdump
whereby the columns are more aligned and also added the -f flag to show
all fields.
- Fixed a bug which limits the amount of
duplicate elimination the MessageStore will do when delivering the same
message to multiple recipients.
- Fixed a problem where the quota usage wasn't
being updated. Now when a
reconstruct user or
reconstruct -r is used, the quota usage will be updated
correctly.
- Fixed a problem where messages being delivered
to multiple msgstore recipents would be merged together.
- Found a problem with the msgstore files being
set to world readable.
Sites who distribute their messages store
files across multiple disk partitions will need to go change the
protections on their existing files so they are no longer world
readable. These are the *_ message files themselves located in the
user's username.dir directory under their /pmdf/user/default/* area.
For sites whose store is on a single partion (the common case),
the file permissions will be correct. Only sites using a distributed
messages store across multiple disk partions will need to remove the
world access permissions.
- (6.1-1) Fixed a problem with the
modify -noquota command not actually removing the
account's quota. It now removes the primary quota for the specified
account correctly. (D/E 7167)
- (6.1-1) You can now use
-all
with -count_users on the show command to show
both popstore and MessageStore counts at the same time. (D/E 7293)
- (6.1-1) Filing into folders in MessageStore
using
fileinto now works. (D/E 7262)