My resolution to this was to encode the username and domainname
into the Cyrus username such that [EMAIL PROTECTED]
turns into the Cyrus mailbox user.johnsmith__somedomaincom
The disk storage turns into SPOOLROOT/user/somedomaincom/j/johnsmith
This isn't in production yet, although the testing I've done seems
to work ok. As you can see I've added additional directory
levels. I didn't like the idea of possibly having tens of
thousands of files in some of the directories. The changes to
do all this were tricky, although there were suprisingly few.
"Kevin J. Menard, Jr." wrote:
>
> Hey Christopher,
>
> Thursday, July 19, 2001, 1:14:03 PM, you wrote:
>
> CR> One downfall is I run seperate domains same domain name different TLD. and
> CR> they are ran by different people, without the TLD we would get conflicting
> CR> emails.
>
> This is more or less the point I was bringing up before. I think this would
> end up being a major issue with the on disk structure.
>
> --
> Kevin