30 Dec
2011
30 Dec
'11
10:44 a.m.
On Thu, Dec 29, 2011 at 08:59:35PM +0100, Attila Nagy wrote:
Slightly different, but it would be good to have a persistently running daemon which could operate both in server and client mode. In server mode it would listen on a TCP socket. In client mode it would accept source and target information via a control socket. The target IP address and port would be the daemon's listening socket.
Great idea!
The next thing would be to follow dovecot logs and do a sync/async replication. :)
It's not too hard to do async already.. If you have last-login tracking in the post-login scripts, you can use this to know which users to trigger async backups for every X minute.
-jf