Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

This is expanding on my previous Question.

Is it possible to synchronize mail between two servers using imap?

I am using getmail and dovecot on my home server to get mail from my ISP and store it locally. However, what I want to do is keep my server and the isp server synchronised. I've heard of offlineimap and imap sync but they don't sound like what I am after (more than happy to be proven wrong).

share|improve this question
1  
I think offlineimap and imapsync might be what you are after... – alex Aug 29 '10 at 10:43

1 Answer

up vote 2 down vote accepted

To quote the offlineimap web page:

You get a current copy of your messages on each computer, and changes you make one place will be visible on all other systems. For instance, you can delete a message on your home computer, and it will appear deleted on your work computer as well.

That sounds like its exactly what you want (in fact, it sounds like they use your exact example!). I use offlineimap myself, and its a very nice program; let me know how this works out for you!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.