Zimbra Restoring mailboxes get 403 upload file too longqmail to zimbra migrationZimbra server status showing red in control panelRestore Zimbra mailbox with zmmailbox connection refusedZimbra 8.0: Warning create file maildrop/XXXXX.XXXXX permissions deniedHow to import big mailboxes with low RAMZimbra open source experiencing unexplained slowdowns that are resolved only by rebootingSharing port 80 between Zimbra and ApacheInstall Zimbra, can't use current hosts fileExchange 2003, put message on hold for one userZimbra (open source) how can I perform a backup?
Will users know a CardView is clickable
How did the European Union reach the figure of 3% as a maximum allowed deficit?
On George Box, Galit Shmueli and the scientific method?
Explicit #include vs. Implicit #include
Is it a bad idea to have a pen name with only an initial for a surname?
The instant an accelerating object has zero speed, is it speeding up, slowing down, or neither?
Using roof rails to set up hammock
Is there a term for someone whose preferred policies are a mix of Left and Right?
Is there any effect in D&D 5e that cannot be undone?
How can I detect if I'm in a subshell?
Usage of "Es tut mir leid" by male German speakers and appropriate expressions to express empathy and understaning
SQL Server has encountered occurences of I/O requests taking longer than 15 seconds
2 Managed Packages in 1 Dev Org
Does PC weight have a mechanical effect?
Right indicator flash-frequency has increased and rear-right bulb is out
Co-worker is now managing my team. Does this mean that I'm being demoted?
...and then she held the gun
Does anyone recognize these rockets, and their location?
Testing thermite for chemical properties
Can a 40amp breaker be used safely and without issue with a 40amp device on 6AWG wire?
What is the color associated with lukewarm?
Can you cover a cube with copies of this shape?
What is a Cawdle?
Why does my system use more RAM after an hour of usage?
Zimbra Restoring mailboxes get 403 upload file too long
qmail to zimbra migrationZimbra server status showing red in control panelRestore Zimbra mailbox with zmmailbox connection refusedZimbra 8.0: Warning create file maildrop/XXXXX.XXXXX permissions deniedHow to import big mailboxes with low RAMZimbra open source experiencing unexplained slowdowns that are resolved only by rebootingSharing port 80 between Zimbra and ApacheInstall Zimbra, can't use current hosts fileExchange 2003, put message on hold for one userZimbra (open source) how can I perform a backup?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have Zimbra 8.0 i'm migrating account from other server but the account the .tgz files have between 800MB and 3.8GB i haveing problems. I've change
zimbraMtaMaxMessageSize
zimbraFileUploadMaxSize
to 4GB but always i get the same error.
Note: after any change in the config always restart with zmcontrol restart
migration zimbra mailbox
add a comment |
I have Zimbra 8.0 i'm migrating account from other server but the account the .tgz files have between 800MB and 3.8GB i haveing problems. I've change
zimbraMtaMaxMessageSize
zimbraFileUploadMaxSize
to 4GB but always i get the same error.
Note: after any change in the config always restart with zmcontrol restart
migration zimbra mailbox
add a comment |
I have Zimbra 8.0 i'm migrating account from other server but the account the .tgz files have between 800MB and 3.8GB i haveing problems. I've change
zimbraMtaMaxMessageSize
zimbraFileUploadMaxSize
to 4GB but always i get the same error.
Note: after any change in the config always restart with zmcontrol restart
migration zimbra mailbox
I have Zimbra 8.0 i'm migrating account from other server but the account the .tgz files have between 800MB and 3.8GB i haveing problems. I've change
zimbraMtaMaxMessageSize
zimbraFileUploadMaxSize
to 4GB but always i get the same error.
Note: after any change in the config always restart with zmcontrol restart
migration zimbra mailbox
migration zimbra mailbox
asked Nov 9 '12 at 18:23
rkmaxrkmax
108724
108724
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try this command
/opt/zimbra/bin/zmmailbox -z -m user@domain.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/account.tgz
Or, if you are still having problems, you can use CURL method
curl -k -u admin:PASSWORD --data-binary @/path/to/USER-account.tgz "https://MAILSTORE-FQDN:7071/service/home/USER@DOMAIN/?fmt=tgz&resolve=skip"
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%2f447198%2fzimbra-restoring-mailboxes-get-403-upload-file-too-long%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this command
/opt/zimbra/bin/zmmailbox -z -m user@domain.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/account.tgz
Or, if you are still having problems, you can use CURL method
curl -k -u admin:PASSWORD --data-binary @/path/to/USER-account.tgz "https://MAILSTORE-FQDN:7071/service/home/USER@DOMAIN/?fmt=tgz&resolve=skip"
add a comment |
Try this command
/opt/zimbra/bin/zmmailbox -z -m user@domain.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/account.tgz
Or, if you are still having problems, you can use CURL method
curl -k -u admin:PASSWORD --data-binary @/path/to/USER-account.tgz "https://MAILSTORE-FQDN:7071/service/home/USER@DOMAIN/?fmt=tgz&resolve=skip"
add a comment |
Try this command
/opt/zimbra/bin/zmmailbox -z -m user@domain.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/account.tgz
Or, if you are still having problems, you can use CURL method
curl -k -u admin:PASSWORD --data-binary @/path/to/USER-account.tgz "https://MAILSTORE-FQDN:7071/service/home/USER@DOMAIN/?fmt=tgz&resolve=skip"
Try this command
/opt/zimbra/bin/zmmailbox -z -m user@domain.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/account.tgz
Or, if you are still having problems, you can use CURL method
curl -k -u admin:PASSWORD --data-binary @/path/to/USER-account.tgz "https://MAILSTORE-FQDN:7071/service/home/USER@DOMAIN/?fmt=tgz&resolve=skip"
answered Oct 27 '13 at 23:20
Sibin GrasicSibin Grasic
4231518
4231518
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%2f447198%2fzimbra-restoring-mailboxes-get-403-upload-file-too-long%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