One thing to keep in mind. IMAP doesn't always allow concurrent access to mailboxes. If more than one user needs to access the mailbox at the same time, then you need to be careful.
Specifically UoW IMAP (the default shipped with redhat) stores it's messages in standard Unix format, this does not allow concurrent access. You can convert the mailboxes to another format such as mbx (not mbox) that does support concurrent access. Unfortunately to do this you have to use the imap-utils package which redhat does not ship. You need to remove the imap rpms and hand compile UoW imap-2002, this will give you the tools you need convert mailbox formats, to allow concurrent imap access. When you compile you can also set the default new mailbox format to mbx. Also, the mbx format is faster. On Tue, 2003-02-11 at 09:13, Mark Saward wrote: > Yes, ximian does support imap > > > On Tue, 11 Feb 2003, gabriel lopez wrote: > > > > > I have LTSP installed with 3 Terminals and one email account that should be > > > used by 3 persons. To be more clear. The account is under the name on the > > > company and they share it. If an email arrives, it should be available to > > > all of them. There are no private email here. > > > > > > I installed Ximian Evolution and it was easy to isntall for the first user > > > but did not find the way to share the /evolution directory with others. I > > > placed a Symbolic Link and changed permissions but Evolution complains that > > > it need to create some file. > > > > > > Any idea? > > > > Does ximian support imap? I have solved this problem (not on ltsp) using imap. > > > > Mike > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _____________________________________________________________________ > > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > > For additional LTSP help, try #ltsp channel on irc.freenode.net ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
