My company actually use gmail with our domain for the email service,and I need to take backup from all accounts from this domain in local drive.
Its possible? Is there any tool to backup all accounts for the domain ?
|
My company actually use gmail with our domain for the email service,and I need to take backup from all accounts from this domain in local drive. Its possible? Is there any tool to backup all accounts for the domain ?
| |||
|
feedback
|
|
I know they offer an archiving service, which probably has this facility built-in. Otherwise, you'd have to connect to each account and download the entire mailbox for each user. This could be very time consuming. | |||
feedback
|
|
This might come in handy: gmail_backup, which is based on "imap2maildir".
| |||
|
feedback
|
|
If you have a Linux server at your disposal: There is a Perl command line tool called imapsync (apt-get install imapsync) which synchronizes IMAP accounts accross two servers. The tricky part is that you have to gather usernames and passwords from all your users. Your work would be a bash script which automatically backups emails to a local IMAP server. You would personally go this way. You can even use a crontab to do it every night. http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imapsync | ||||
|
feedback
|