Is there any tool to backup all accounts for the domain (gmail)?Postfix configuration: different outgoing...
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Smooth vector fields on a surface modulo diffeomorphisms
If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?
(Codewars) Linked Lists-Sorted Insert
Professor forcing me to attend a conference, I can't afford even with 50% funding
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?
Boss Telling direct supervisor I snitched
Do Paladin Auras of Differing Oaths Stack?
Volume of hyperbola revolved about the y -axis
School performs periodic password audits. Is my password compromised?
What is the purpose of a disclaimer like "this is not legal advice"?
Yet another question on sums of the reciprocals of the primes
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
The preposition for the verb (avenge) - avenge sb/sth (on OR from) sb
Is it a Cyclops number? "Nobody" knows!
Doublet with ladder line vs coax w.r.t. noise
Why is there an extra space when I type "ls" on the Desktop?
Computation logic of Partway in TikZ
Are E natural minor and B harmonic minor related?
How can I portion out frozen cookie dough?
Can I negotiate a patent idea for a raise, under French law?
How do we create new idioms and use them in a novel?
What should I do when a paper is published similar to my PhD thesis without citation?
Is there any tool to backup all accounts for the domain (gmail)?
Postfix configuration: different outgoing hosts based on senderHybrid gmail MX + postfix for local accountsWhat is the best method for mirroring two email accounts on disparate platforms?Complex Mail Problem with Postfix, PHP and Gmail / Google Apps EnterpriseSendmail to Google Apps domain relayLost emails during MX change to gmailHow to have Gmail receiving email for an account in another domain?Migrating from Exchange to Google Apps for BusinessOffice365 - Disable Syncing Mailboxes with Gmail AccountsSendmail and GMail with the same 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 ?
gmail
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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 ?
gmail
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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 ?
gmail
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 ?
gmail
gmail
asked May 30 '11 at 7:46
user79483user79483
106149
106149
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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.
I did some quick research just now, there are some utilities on the google apps marketplace but none look promising. How are your users connecting?
– SpacemanSpiff
May 30 '11 at 7:52
add a comment |
This might come in handy: gmail_backup, which is based on "imap2maildir".
Maybe create some DIY-scripting around it, since you need it for all accounts.
add a comment |
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
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f275142%2fis-there-any-tool-to-backup-all-accounts-for-the-domain-gmail%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
I did some quick research just now, there are some utilities on the google apps marketplace but none look promising. How are your users connecting?
– SpacemanSpiff
May 30 '11 at 7:52
add a comment |
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.
I did some quick research just now, there are some utilities on the google apps marketplace but none look promising. How are your users connecting?
– SpacemanSpiff
May 30 '11 at 7:52
add a comment |
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.
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.
answered May 30 '11 at 7:49
SpacemanSpiffSpacemanSpiff
8,4581934
8,4581934
I did some quick research just now, there are some utilities on the google apps marketplace but none look promising. How are your users connecting?
– SpacemanSpiff
May 30 '11 at 7:52
add a comment |
I did some quick research just now, there are some utilities on the google apps marketplace but none look promising. How are your users connecting?
– SpacemanSpiff
May 30 '11 at 7:52
I did some quick research just now, there are some utilities on the google apps marketplace but none look promising. How are your users connecting?
– SpacemanSpiff
May 30 '11 at 7:52
I did some quick research just now, there are some utilities on the google apps marketplace but none look promising. How are your users connecting?
– SpacemanSpiff
May 30 '11 at 7:52
add a comment |
This might come in handy: gmail_backup, which is based on "imap2maildir".
Maybe create some DIY-scripting around it, since you need it for all accounts.
add a comment |
This might come in handy: gmail_backup, which is based on "imap2maildir".
Maybe create some DIY-scripting around it, since you need it for all accounts.
add a comment |
This might come in handy: gmail_backup, which is based on "imap2maildir".
Maybe create some DIY-scripting around it, since you need it for all accounts.
This might come in handy: gmail_backup, which is based on "imap2maildir".
Maybe create some DIY-scripting around it, since you need it for all accounts.
answered May 30 '11 at 10:04
HenkHenk
1,2911122
1,2911122
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
edited May 31 '11 at 8:14
answered May 31 '11 at 8:04
SamKSamK
90631227
90631227
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f275142%2fis-there-any-tool-to-backup-all-accounts-for-the-domain-gmail%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown