<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Hello All,</div><div><br data-mce-bogus="1"></div><div>I finally purchased an iPad to find out why the mobile interface pops up on iPad's in our organization.</div><div>Since we are using pre-authentication one might believe you could use the <span style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;" data-mce-style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">redirectURL parameter </span><div style="clear: both;" data-mce-style="clear: both;">as described here <a href="https://wiki.zimbra.com/wiki/Preauth" data-mce-href="https://wiki.zimbra.com/wiki/Preauth">https://wiki.zimbra.com/wiki/Preauth</a><br></div></div><div>&redirectURL=/zimbra/h/<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Maybe it works? I am not 100% sure as I went a different way.</div><div><br data-mce-bogus="1"></div><div>I looked into the code of login.jsp and found there is an additional URL parameter one can put to make Zimbra</div><div>use the Advanced Ajax interface. And this parameter is not the same one as documented on various places</div><div> on the wiki. They all rely on the `pretty url` format aka /h/ and /m/ and /t/ and none of that helps me to </div><div>switch to ajax which is under /</div><div><br data-mce-bogus="1"></div><div>Anyway, I found by reading the code one can do this:</div><div>Example:</div><div><a href="https://mail.example.com&client=advanced">https://mail.example.com&client=advanced</a><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>The trick is to append that &client parameter to the generated URL for preauth in this example:</div><div><a href="https://wiki.zimbra.com/wiki/Preauth#PHP_Code_For_Redirecting_to_Zimbra_Preauth" data-mce-href="https://wiki.zimbra.com/wiki/Preauth#PHP_Code_For_Redirecting_to_Zimbra_Preauth">https://wiki.zimbra.com/wiki/Preauth#PHP_Code_For_Redirecting_to_Zimbra_Preauth</a><br></div><div>You would change:</div><div>$preauthURL = $WEB_MAIL_PREAUTH_URL."?account=".$email."&by=name×tamp=".$timestamp."&expires=0&preauth=".$preauthToken;<br data-mce-bogus="1"></div><div>to:</div><div>$preauthURL = $WEB_MAIL_PREAUTH_URL."?account=".$email."&by=name×tamp=".$timestamp."&expires=0&preauth=".$preauthToken."<strong>&client=advanced</strong>";<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div><strong>That ?client=advanced stays in the address bar, so it does not look very nice. But no users here care about that.</strong></div><div><br data-mce-bogus="1"></div><div>One moe thing, do not use REST pre-auth it fucks up the logging of IP's, use the SOAP version:</div><div><a href="https://github.com/Zimbra-Community/account-history/wiki/Configuring-Zimbra-Pre-Authentication-for-proper-logging." data-mce-href="https://github.com/Zimbra-Community/account-history/wiki/Configuring-Zimbra-Pre-Authentication-for-proper-logging.">https://github.com/Zimbra-Community/account-history/wiki/Configuring-Zimbra-Pre-Authentication-for-proper-logging.</a></div><div><br data-mce-bogus="1"></div><div>I am also pretty sure that one can hack login.jsp to 100% disable the mobile interface by changing the switch statement</div><div>in there.</div><div><br data-mce-bogus="1"></div><div data-marker="__SIG_PRE__">Kind regards, <br><br>Barry de Graaff<br>Zeta Alliance <br>Co-founder & Developer<br>zetalliance.org | github.com/Zimbra-Community<br><br>Signal: +31 617 220 227<br>Fingerprint: 97f4694a1d9aedad012533db725ddd156d36a2d0</div><div><br></div><hr id="zwchr" data-marker="__DIVIDER__"><div data-marker="__HEADERS__"><b>From: </b>"info" <info@zetalliance.org><br><b>To: </b>"Frédéric Nass" <frederic.nass@univ-lorraine.fr><br><b>Cc: </b>"Guy CARRÉ" <guycarre@free.fr>, "David Touitou" <david@network-studio.com>, users@lists.zetalliance.org, "info" <info@zetalliance.org><br><b>Sent: </b>Monday, 1 July, 2019 08:04:21<br><b>Subject: </b>Re: [Users] The pesky mobile interfaces, how to get rid of them permanently<br></div><div><br></div><div data-marker="__QUOTED_TEXT__"><div style="font-family:'arial' , 'helvetica' , sans-serif;font-size:12pt;color:#000000"><div>Yes, but how can I use the Ajax interface on ipad?</div><br><br><br><div>Kind regards, <br><br>Barry de Graaff<br>Zeta Alliance <br>Co-founder & Developer<br>zetalliance.org | github.com/Zimbra-Community<br><br>Signal: +31 617 220 227<br>Fingerprint: 97f4694a1d9aedad012533db725ddd156d36a2d0</div><br><hr id="zwchr"><div><b>From: </b>"Frédéric Nass" <frederic.nass@univ-lorraine.fr><br><b>To: </b>"Guy CARRÉ" <guycarre@free.fr>, "David Touitou" <david@network-studio.com><br><b>Cc: </b>users@lists.zetalliance.org, "info" <info@zetalliance.org><br><b>Sent: </b>Monday, 1 July, 2019 08:00:32<br><b>Subject: </b>Re: [Users] The pesky mobile interfaces, how to get rid of them permanently<br></div><br><div>Hi guys,<br>
<br>
That's right. From Zimbra Support on Feb. the 2nd that
"Unfortunately the Zimbra Touch Client has reached End-of-Life, and
is no longer receiving active development. Alternatively, you may
use the native mobile client instead of Touch Client.". And still
these certified documentations...<br>
<br>
<div><a href="https://wiki.zimbra.com/wiki/Touch_Client" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank">https://wiki.zimbra.com/wiki/Touch_Client</a><br>
</div>
<a href="https://wiki.zimbra.com/wiki/Mobile_Device_Setup#Zimbra_Touch_Client" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank">https://wiki.zimbra.com/wiki/Mobile_Device_Setup#Zimbra_Touch_Client</a><br>
<br>
Have a nice day,<br>
<br>
Frédéric.<br>
<br>
<div>Le 27/06/2019 à 14:17, Guy CARRÉ a
écrit :<br>
</div>
<blockquote>
<pre class="moz-quote-pre"> David,
you confirmed my thoughs ;)
----- Mail original -----
</pre>
<blockquote>
<pre class="moz-quote-pre">De: "David Touitou" <a href="mailto:david@network-studio.com" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank"><david@network-studio.com></a>
À: "Guy CARRÉ" <a href="mailto:guycarre@free.fr" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank"><guycarre@free.fr></a>
Cc: "Naisiew Yeak" <a href="mailto:yeak@md.com.my" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank"><yeak@md.com.my></a>, <a href="mailto:users@lists.zetalliance.org" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank">users@lists.zetalliance.org</a>, "Info Zeta Alliance" <a href="mailto:info@zetalliance.org" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank"><info@zetalliance.org></a>
Envoyé: Jeudi 27 Juin 2019 14:12:56
Objet: Re: [Users] The pesky mobile interfaces, how to get rid of them permanently
Hi,
</pre>
<blockquote>
<pre class="moz-quote-pre">I think this interface is completely abandoned from my point of
view.
</pre>
</blockquote>
<pre class="moz-quote-pre">It's part of the "let's ditch a lot of interesting stuff"
announcement of 8.8.12.
<a href="https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.12" rel="nofollow%20noopener%20noreferrer nofollow noopener noreferrer" target="_blank">https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.12</a>
Zimbra X is supposed to be fully responsive.
David
</pre>
</blockquote>
<pre class="moz-quote-pre"></pre>
</blockquote>
</div></div><br></div></div></body></html>