I'd disagree with you on it being difficult change. For someone that has computer knowledge it can be done. If don't follow the basic things below, DO NOT ATTEMPT IT.
I've done it a number of times, just to see, and never had any issues.
I have opted to stay with Single user setup.
Use Linux, so different users on same machine would already have totally different setups under each user.
For my directory, I have 3 identities, that all all are in the same single user.
My multi-user I just run with -I Admin for the primary user and -I Janedoe for the other.
Again, if you are not command line capable, stop here.
this is a standard setup using C:\PMAIL
I've tested doing the change from single user to multi and also changing from multi-user to single. Just two main files seem to need modification in my test, and look at contents of a third one.
Single user setup has this. My REAL Pegasus.
4 ./MAIL/IMC-3E9
4 ./MAIL/RmtFiles
28 ./MAIL/savepnd
76 ./Programs/DEFAULTS
112 ./MAIL/TCPLogs
116 ./MAIL/ADMIN
484 ./Programs/RESOURCE
1412 ./Programs/PNG
2132 ./Programs/save
15348 ./Programs/DICTS
51800 ./Programs
4023948 ./MAIL
4075828 .
My testing Multi-user setup - run under root user directory, just for test.
du . | sort -n
4 ./MAIL/JaneDoe
76 ./Programs/DEFAULTS
288 ./MAIL/ADMIN
408 ./MAIL
484 ./Programs/RESOURCE
1412 ./Programs/PNG
2132 ./Programs/save
3688 ./Programs/usave
15348 ./Programs/DICTS
55484 ./Programs
55896 .
First File that is different Special null terminated data. Use PCONFIG32.EXE to modify
Multi-user file has ~N with simple type
C:\PMAIL\MAIL~NC:\PMAIL\MAIL~N
Single user does not have ~N
C:\PMAIL\MAILC:\PMAIL\MAIL
Binary difference between files
POS Mult Single
14 134 0
15 176 0
16 116 0
80 134 0
81 176 0
82 116 0
Mult-user has just 1 file in C:\PMAIL\MAIL and then user subdirectories.
./ADMIN
./JaneDoe
PMAIL.USR
A;Admin;Mail Administrator
A;JaneDoe;JaneDoe
In Single user the PMAIL.USR has
PMAIL.USR
; PMAIL.USR Pegasus Mail user database.
A;Admin;Mail Administrator
Unlike the multi-user setup, where it only then has sub-directories. The single user has the files in C:\PMAIL\MAIL in my case 367 total files.
Do have a few subdirectories, but are the dummy Admin that got create, and regular user subdirectories.
du .
116 ./ADMIN
28 ./savepnd
112 ./TCPLogs
4 ./RmtFiles
4 ./IMC-3E9
The other critical file is PMAIL.INI lines that have C:
PMAIL\MAIL\ADMIN file lines multi-user
Working home mailbox location = C:\PMAIL\MAIL\ADMIN
New mailbox location = C:\PMAIL\MAIL\ADMIN
PMAIL\MAIL file lines in single user.
Working home mailbox location = C:\PMAIL\MAIL
New mailbox location = C:\PMAIL\MAIL
To convertions that I've done just as test.
First. Totally backup everything 100%.
Second use PCONFIG32 to either add the ~N or remove the ~N
If changing Multi-user to Single-user would move all files and subdirectories in C:\PMAIL\MAIL\ADMIN to C:\PMAIL\MAIL.
if changing from Single-user to Multi-user, would move all the files except PMAIL.USR from C:\PMAIL\MAIL to C:\PMAIL\MAIL\ADMIN
Probable just move all files, and then move C:\PMAIL\MAIL\ADMIN\PMAIL.USR back.
Finally edit the PMAIL.INI File and set the directory to the correct path for lines with C:
I'd disagree with you on it being difficult change. For someone that has computer knowledge it can be done. If don't follow the basic things below, DO NOT ATTEMPT IT.
I've done it a number of times, just to see, and never had any issues.
I have opted to stay with Single user setup.
Use Linux, so different users on same machine would already have totally different setups under each user.
For my directory, I have 3 identities, that all all are in the same single user.
My multi-user I just run with -I Admin for the primary user and -I Janedoe for the other.
Again, if you are not command line capable, stop here.
==============================================
this is a standard setup using C:\PMAIL
I've tested doing the change from single user to multi and also changing from multi-user to single. Just two main files seem to need modification in my test, and look at contents of a third one.
Single user setup has this. My REAL Pegasus.
4 ./MAIL/IMC-3E9
4 ./MAIL/RmtFiles
28 ./MAIL/savepnd
76 ./Programs/DEFAULTS
112 ./MAIL/TCPLogs
116 ./MAIL/ADMIN
484 ./Programs/RESOURCE
1412 ./Programs/PNG
2132 ./Programs/save
15348 ./Programs/DICTS
51800 ./Programs
4023948 ./MAIL
4075828 .
My testing Multi-user setup - run under root user directory, just for test.
du . | sort -n
4 ./MAIL/JaneDoe
76 ./Programs/DEFAULTS
288 ./MAIL/ADMIN
408 ./MAIL
484 ./Programs/RESOURCE
1412 ./Programs/PNG
2132 ./Programs/save
3688 ./Programs/usave
15348 ./Programs/DICTS
55484 ./Programs
55896 .
First File that is different Special null terminated data. Use PCONFIG32.EXE to modify
Multi-user file has ~N with simple type
C:\PMAIL\MAIL\~NC:\PMAIL\MAIL\~N
Single user does not have ~N
C:\PMAIL\MAILC:\PMAIL\MAIL
Binary difference between files
POS Mult Single
14 134 0
15 176 0
16 116 0
80 134 0
81 176 0
82 116 0
Mult-user has just 1 file in C:\PMAIL\MAIL and then user subdirectories.
./ADMIN
./JaneDoe
PMAIL.USR
A;Admin;Mail Administrator
A;JaneDoe;JaneDoe
In Single user the PMAIL.USR has
PMAIL.USR
; PMAIL.USR Pegasus Mail user database.
A;Admin;Mail Administrator
Unlike the multi-user setup, where it only then has sub-directories. The single user has the files in C:\PMAIL\MAIL in my case 367 total files.
Do have a few subdirectories, but are the dummy Admin that got create, and regular user subdirectories.
du .
116 ./ADMIN
28 ./savepnd
112 ./TCPLogs
4 ./RmtFiles
4 ./IMC-3E9
The other critical file is PMAIL.INI lines that have C:
PMAIL\MAIL\ADMIN file lines multi-user
Working home mailbox location = C:\PMAIL\MAIL\ADMIN
New mailbox location = C:\PMAIL\MAIL\ADMIN
PMAIL\MAIL file lines in single user.
Working home mailbox location = C:\PMAIL\MAIL
New mailbox location = C:\PMAIL\MAIL
To convertions that I've done just as test.
First. Totally backup everything 100%.
Second use PCONFIG32 to either add the ~N or remove the ~N
If changing Multi-user to Single-user would move all files and subdirectories in C:\PMAIL\MAIL\ADMIN to C:\PMAIL\MAIL.
if changing from Single-user to Multi-user, would move all the files except PMAIL.USR from C:\PMAIL\MAIL to C:\PMAIL\MAIL\ADMIN
Probable just move all files, and then move C:\PMAIL\MAIL\ADMIN\PMAIL.USR back.
Finally edit the PMAIL.INI File and set the directory to the correct path for lines with C: