perhaps this can help you: i’m running the uw imapd on a linux box with several clients using Mail.app (as well es outlook on pc and entourage)
what i did (rather than re-compile imapd, which is in fact the only other way) is create a directory (“mail”) in each homedirectory and then set up each client to use that directory as starting point.
in Mail.app you would use the ‘IMAP Path Prefix’ option in the ‘Advanced Tab’ of the mail account preferences.
so imapd still writes directly to the homedirectory, except that the clients tell it to do so only in ‘mail’. telling imapd once is of course the more elegant solution, than telling every client what to do, but it is a lot more easy 😉
Comments are closed