Ryan Klein a écrit : > My apologies for not making this more clear in my initial post. The > reason that we don't simply hook up Outlook, though we could, is we were > looking for a way to give the client a .pst file with the last three > months of mail on it. The reasoning I was given is so that they can load > it into outlook. It is not for a backup in case the mail server crashes > or in case their Outlook .pst file crashes but instead so they can look > at emails between a given period. The reason I said IMAP is in order to > preserve the data on the mail server. >
If you insist on .pst, Nikita suggestion is good. run outlook on a machine to download mail periodically. then whenever you want, stop outlook and copy the pst file, then restart outlook. Of course, you'd better have the same version of outlook as the client, otherwise any format change will make things too complex. otherwise, imap is the way to go. you can also gereate mbox files or web pages or anything in a open format (pst format is proprietary). Anyway, this is not really postfix related.