faq: Update Exchange FAQ urls

Use the current location for those URLs that are actually redirecting.
This commit is contained in:
Maykel Moya 2020-06-17 07:40:07 +02:00
parent 4e8e3cb0f5
commit c88cbdd0ca

View file

@ -84,14 +84,14 @@ R. Yes. But IMAP access to a Exchange or Office365 account is not always
allowed by default so it has to be allowed in the server configuration allowed by default so it has to be allowed in the server configuration
part. part.
Exchange: https://technet.microsoft.com/en-us/library/bb124489(v=exchg.150).aspx Exchange: https://docs.microsoft.com/en-us/exchange/enable-imap4-in-exchange-2013-exchange-2013-help
Office365: https://support.microsoft.com/en-us/help/2416434/how-to-enable-or-disable-pop3-imap-mapi-outlook-web-app-or-exchange-ac Office365: https://docs.microsoft.com/en-us/exchange/troubleshoot/configure-mailboxes/pop3-imap-owa-activesync-office-365
======================================================================= =======================================================================
Q. How to sync from XXX to Exchange 2010/2013/2016 Q. How to sync from XXX to Exchange 2010/2013/2016
R0. IMAP is not enable by default on Exchange, see how to enable it: R0. IMAP is not enable by default on Exchange, see how to enable it:
https://technet.microsoft.com/en-us/library/bb124489(v=exchg.150).aspx https://docs.microsoft.com/en-us/exchange/enable-imap4-in-exchange-2013-exchange-2013-help
R1. Following is a command line resume that solves most encountered R1. Following is a command line resume that solves most encountered
@ -156,8 +156,8 @@ Option --office1 is like (release 1.970):
Q. How to sync from XXX to Office365 Q. How to sync from XXX to Office365
R0. IMAP is not enable by default on Office365, see how to enable it: R0. IMAP is not enable by default on Office365, see how to enable it:
https://support.microsoft.com/en-us/help/2416434/how-to-enable-or-disable-pop3-imap-mapi-outlook-web-app-or-exchange-ac https://docs.microsoft.com/en-us/exchange/troubleshoot/configure-mailboxes/pop3-imap-owa-activesync-office-365
https://technet.microsoft.com/en-us/library/gg298947(v=exchg.150).aspx https://docs.microsoft.com/en-us/exchange/allow-pop3-imap4-and-smtp-server-settings-to-be-viewed-by-end-users-in-outlook-web-app-exchange-2013-help
https://support.context.io/hc/en-us/articles/213586243-Enabling-IMAP-for-Office365 https://support.context.io/hc/en-us/articles/213586243-Enabling-IMAP-for-Office365
R. Here is a command line resume that solves most encountered issues when R. Here is a command line resume that solves most encountered issues when
@ -211,7 +211,7 @@ R1. "The message User is authenticated but not connected is due to a
presents a valid user name but an invalid password, the server presents a valid user name but an invalid password, the server
accepts the login, but subsequent commands fail with the accepts the login, but subsequent commands fail with the
aforementioned error message." Source: aforementioned error message." Source:
http://unix.stackexchange.com/questions/164823/user-is-authenticated-but-not-connected-after-changing-my-exchange-password https://unix.stackexchange.com/questions/164823/user-is-authenticated-but-not-connected-after-changing-my-exchange-password
Thanks to James Abbottsmith for this link and explanation at Thanks to James Abbottsmith for this link and explanation at
https://github.com/imapsync/imapsync/issues/32#issuecomment-153561647 https://github.com/imapsync/imapsync/issues/32#issuecomment-153561647
@ -259,8 +259,8 @@ for each connector (with exchange admin panel), for each Postfach
(using exchange management shell). (using exchange management shell).
For details and instructions, check For details and instructions, check
https://technet.microsoft.com/en-us/library/bb124345(v=exchg.160).aspx https://docs.microsoft.com/en-us/Exchange/mail-flow/message-size-limits?view=exchserver-2019
https://technet.microsoft.com/en-us/library/hh529949(v=exchg.160).aspx https://docs.microsoft.com/en-us/Exchange/architecture/client-access/client-message-size-limits?view=exchserver-2019
Unfortunately, the second link does not give instructions to remove the limit from imap4 service. Unfortunately, the second link does not give instructions to remove the limit from imap4 service.
@ -318,7 +318,7 @@ I don't know the upper value that avoid the default throttling from 0365
and I guess it changes over time. and I guess it changes over time.
R3. For Exchange, in case throttle appears anyway, fix them with: R3. For Exchange, in case throttle appears anyway, fix them with:
https://technet.microsoft.com/en-us/library/jj863577(v=exchg.150).aspx https://docs.microsoft.com/en-us/exchange/change-user-throttling-settings-for-specific-users-exchange-2013-help
See also: See also:
http://www.linux-france.org/prj/imapsync_list/msg02072.html http://www.linux-france.org/prj/imapsync_list/msg02072.html
@ -553,7 +553,7 @@ Explanation, Exchange knows a) about a username
and b) about a mailNickname which can be different to the username. and b) about a mailNickname which can be different to the username.
As it seems you need to use the mailNickname (e.g. alias) defined As it seems you need to use the mailNickname (e.g. alias) defined
for user2, not the username itself. for user2, not the username itself.
http://blogs.technet.com/b/exchange/archive/2004/03/31/105275.aspx https://techcommunity.microsoft.com/t5/exchange-team-blog/understanding-login-strings-with-pop3-imap/ba-p/610683
A little note from John Becker. A little note from John Becker.
After you pointed out that I had issues with authorization, I realized that After you pointed out that I had issues with authorization, I realized that
@ -708,10 +708,10 @@ Q. Migrating to Exchange 201O, messages get date of the transfer,
this is bad for sorting and listing. What can I do? this is bad for sorting and listing. What can I do?
R1. Be sure to have at least Exchange 2010 SP2 Rollup 5 R1. Be sure to have at least Exchange 2010 SP2 Rollup 5
http://www.tribalchicken.com.au/15-technical/29-imapsync-exchange2010 https://tribalchicken.net/imap-sync-issues-with-exchange-2010/
R2. See also the Outlook side (thanks to Martin Hochreiter for this solution) R2. See also the Outlook side (thanks to Martin Hochreiter for this solution)
http://www.howto-outlook.com/faq/archivenotworking.htm https://www.howto-outlook.com/faq/archivenotworking.htm
by changing Archive to sent/receive date by changing Archive to sent/receive date
It's often shorter to change one server than thousands clients It's often shorter to change one server than thousands clients