Paul Carter-Brown schreef:
Hi,
We are using gmail (google apps) across our company with most users using outlook (windoze) or evolution (linux) and imap/pop based on user preference. We are having issues in that our internet links are fairly slow and when users download mails they get frustrated with the time it takes and often get timeouts and issues where outlook fails to fetch a mail yet gmail thinks it was retrieved - users then complain of "missing" emails.
Is there a way that we could use dovecot (or similar?) to act as an imap "proxy" and users connect to dovecot while dovecot connects to gmail?
Thanks Paul
When you setup a (realtime) proxy that connects to gmail when the user actually connects to dovecot, retrieving mail is still slow.
You could look into using fetchmail or something like that to pull everything from gmail and store it local. That way, when your users connect to dovecot, the mail is already on a local machine and access is fast. This implies of course that you need to setup fetchmail with the users' credentials.
-- Regards, Tom