AppSuite:Mobile API Facade: Difference between revisions

From Open-Xchange
 
(10 intermediate revisions by 2 users not shown)
Line 18: Line 18:
== Requirements ==
== Requirements ==


The Mobile API Facade has to be installed alongside an OX App Suite installation. It requires at least OX App Suite v7.8.4.
The Mobile API Facade has to be installed alongside an OX App Suite installation. It requires at least OX App Suite v7.10.3.


== Version Matrix ==
== Version Matrix ==
Line 26: Line 26:
|colspan=1|'''Mobile API Facade Version'''
|colspan=1|'''Mobile API Facade Version'''
|colspan=1|'''Version-Stream'''
|colspan=1|'''Version-Stream'''
|-
|v7.8.4
|v1.0.x
|stable-1.0
|-
|v7.10.1
|v1.4.x
|stable-1.4
|-
|v7.10.2
|v1.6.x
|stable-1.6
|-
|v7.10.3
|v1.8.x
|stable-1.8
|-
|v7.10.4
|v1.10.x
|stable-1.10
|-
|-
|v7.10.5
|v7.10.5
|v1.12.x
|v1.12.x
|stable-1.12
|stable-1.12
|-
|v7.10.6
|v1.14.x
|stable
|-
|-
|}
|}
Line 56: Line 40:


Further information about the Mobile API Facade API can be found at:
Further information about the Mobile API Facade API can be found at:
https://documentation.open-xchange.com/components/facade/1.0.0/
https://documentation.open-xchange.com/components/facade/1.12/


= OX Mail Server-side Installation and Configuration on OX App Suite v7.10.3 =
= OX Mail Server-side Installation and Configuration =


This chapter describes how the backend components of OX Mail are installed and configured on the server.
This chapter describes how the backend components of OX Mail are installed and configured on the server.
Line 70: Line 54:
Installation on the server varies depending on the underlying distribution, details are available in the following chapters.
Installation on the server varies depending on the underlying distribution, details are available in the following chapters.


=== Redhat Enterprise Linux 6 or CentOS 6 ===
Add the following repositories to your Open-Xchange yum configuration:
{{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable-1.8|pc2n=rhelname|pc2v=RHEL6|mobile-api-facade}}
$ yum install open-xchange-mobile-api-facade
=== Redhat Enterprise Linux 7 or CentOS 7 ===
=== Redhat Enterprise Linux 7 or CentOS 7 ===


Add the following repositories to your Open-Xchange yum configuration:
Add the following repositories to your Open-Xchange yum configuration:


  {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable-1.8|pc2n=rhelname|pc2v=RHEL7|mobile-api-facade}}
  {{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable|pc2n=rhelname|pc2v=RHEL7|mobile-api-facade}}


  $ yum install open-xchange-mobile-api-facade
  $ yum install open-xchange-mobile-api-facade
Line 90: Line 66:
Add the following repositories to your Open-Xchange apt configuration:
Add the following repositories to your Open-Xchange apt configuration:


  {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable-1.8|pc2n=debianname|pc2v=DebianStretch|mobile-api-facade}}
  {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable|pc2n=debianname|pc2v=DebianStretch|mobile-api-facade}}


  $ apt-get update
  $ apt-get update
Line 99: Line 75:
Add the following repositories to your Open-Xchange apt configuration:
Add the following repositories to your Open-Xchange apt configuration:


  {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable-1.8|pc2n=debianname|pc2v=DebianBuster|mobile-api-facade}}
  {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable|pc2n=debianname|pc2v=DebianBuster|mobile-api-facade}}
 
$ apt-get update
$ apt-get install open-xchange-mobile-api-facade
 
=== SUSE Linux Enterprise Server 12 ===
 
{{for loop||call=SUSERepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable-1.8|pc2n=susename|pc2v=SLE_12|mobile-api-facade}}
 
$ zypper ref
$ zypper install open-xchange-mobile-api-facade
 
 
 
 
 
 
 
 
 
 
= OX Mail Server-side Installation and Configuration on OX App Suite 7.8.x and 7.10.x =
 
If you want to update an older version of OX Mobile API Facade to the latest maintenance release, add the following entry to <tt>/etc/apt/sources.list.d/open-xchange.list</tt>. Replace VERSION with the link for the stream of versions as listed above in the version matrix (e.g. stable-1.8) or a specific version you are using (e.g. 1.8.3).
 
This chapter describes how the backend components of OX Mail are installed and configured on the server.
 
== Available packages ==
 
Mobile API Facade is available with the following backend packages:
 
* ''open-xchange-mobile-api-facade''
 
Installation on the server varies depending on the underlying distribution, details are available in the following chapters.
 
=== Redhat Enterprise Linux 6 or CentOS 6 ===
 
Add the following repositories to your Open-Xchange yum configuration:
 
{{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/VERSION|pc2n=rhelname|pc2v=RHEL6|mobile-api-facade}}
 
$ yum install open-xchange-mobile-api-facade
=== Redhat Enterprise Linux 7 or CentOS 7 ===
 
Add the following repositories to your Open-Xchange yum configuration:
 
{{for loop||call=YUMRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/VERSION|pc2n=rhelname|pc2v=RHEL7|mobile-api-facade}}
 
$ yum install open-xchange-mobile-api-facade
 
=== Debian GNU/Linux 8.0 ===
 
Add the following repositories to your Open-Xchange apt configuration:
 
{{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/VERSION|pc2n=debianname|pc2v=DebianJessie|mobile-api-facade}}


  $ apt-get update
  $ apt-get update
  $ apt-get install open-xchange-mobile-api-facade
  $ apt-get install open-xchange-mobile-api-facade


=== Debian GNU/Linux 9.0 ===
=== Debian GNU/Linux 11.0 ===


Add the following repositories to your Open-Xchange apt configuration:
Add the following repositories to your Open-Xchange apt configuration:


  {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/VERSION|pc2n=debianname|pc2v=DebianStretch|mobile-api-facade}}
  {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/stable|pc2n=debianname|pc2v=DebianBullseye|mobile-api-facade}}


  $ apt-get update
  $ apt-get update
  $ apt-get install open-xchange-mobile-api-facade
  $ apt-get install open-xchange-mobile-api-facade
=== Debian GNU/Linux 10.0 ===
Add the following repositories to your Open-Xchange apt configuration:
{{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/VERSION|pc2n=debianname|pc2v=DebianBuster|mobile-api-facade}}
$ apt-get update
$ apt-get install open-xchange-mobile-api-facade
=== SUSE Linux Enterprise Server 12 ===
{{for loop||call=SUSERepo|pv=reponame|pc1n=path|pc1v=products/mobile-api-facade/VERSION|pc2n=susename|pc2v=SLE_12|mobile-api-facade}}
$ zypper ref
$ zypper install open-xchange-mobile-api-facade


= Configuration Mobile API Facade =
= Configuration Mobile API Facade =
Line 236: Line 141:
  service open-xchange-mobile-api-facade stop
  service open-xchange-mobile-api-facade stop


== Rereading configuration from disk ==
== Re-reading configuration from disk ==


All configuration properties which are marked as reloadable can be configured without restarting the Mobile API Facade by using the <code>reloadconfiguration</code> utility. As the Mobile API Facade runs in its own process you need to tell <code>reloadconfiguration</code> to connect it instead of the Middleware. This can be done by:
All configuration properties which are marked as reloadable can be configured without restarting the Mobile API Facade by using the <code>reloadconfiguration</code> utility. As the Mobile API Facade runs in its own process you need to tell <code>reloadconfiguration</code> to connect it instead of the Middleware. This can be done by:
Line 358: Line 263:


<code>
<code>
{"version":"1.6.8","commitHash":"9e90d6072407b73c3e05b86ce724962af1a3de61","middlewareVersion":"7.10.2-Rev15"}
{"version":"1.12.0","commitHash":"2473d87bbda63cabb4fda2f00287108e9644b5b5","middlewareVersion":"7.10.5-Rev5"}
</code>
</code>

Latest revision as of 14:30, 9 June 2022

Mobile API Facade

General Information

The Mobile API Facade is a server component that brings the new native mobile mail apps together with the OX App Suite. We’ve built the façade based on the technology used and proven in the OX App Suite middleware. The facade is developed in Java, utilizing the OSGI Framework.

The Facade provides offline friendly HTTP interface by doing the work, the connections through the HTTP API, to the OX App Suite and providing only the data the offline capable clients need. In some cases multiple requests to the OX App Suite are combined into one for its clients.The facade also offers a method to tell the clients that information on the server haven’t changed since the last time the client asked for it. This reduces the amount of data to transmit to the clients under certain circumstances, especially important in mobile networks were bandwidth (and overall traffic) is limited. Thanks to facade some functionality can be shared among all clients and need only get implemented once. One example for this is the teaser text extraction, and HTML mail handling in general.The facade also provides a pluggable authentication system. In the default case, login request are just forwarded to the middleware. In more advanced use-cases, the login request is forwarded to IDM of the customer and an OX session is created from the access token from the IDM. For clients this is pretty straightforward.

License information

Used 3rd party licenses

In addition to the 3rd party software used by AppSuite, the Mobile API Facade uses to following libraries:

Requirements

The Mobile API Facade has to be installed alongside an OX App Suite installation. It requires at least OX App Suite v7.10.3.

Version Matrix

OX App Suite Core Version Mobile API Facade Version Version-Stream
v7.10.5 v1.12.x stable-1.12
v7.10.6 v1.14.x stable

Mobile API Facade API

Further information about the Mobile API Facade API can be found at: https://documentation.open-xchange.com/components/facade/1.12/

OX Mail Server-side Installation and Configuration

This chapter describes how the backend components of OX Mail are installed and configured on the server.

Available packages

Mobile API Facade is available with the following backend packages:

  • open-xchange-mobile-api-facade

Installation on the server varies depending on the underlying distribution, details are available in the following chapters.

Redhat Enterprise Linux 7 or CentOS 7

Add the following repositories to your Open-Xchange yum configuration:

{{{{#ifeq:{{#ifeq:mobile-api-facade|mobile-api-facade|mobile-api-facade|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}]
name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}}
baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

}}{{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|void|1x}}| [open-xchange-{{#replace:{{{reponame}}}|/|-}}] name=Open-Xchange-{{#replace:{{{reponame}}}|/|-}} baseurl=https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{rhelname}}}/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
}}{{#if:|Warning: excess data items}}
$ yum install open-xchange-mobile-api-facade

Debian GNU/Linux 9.0

Add the following repositories to your Open-Xchange apt configuration:

{{{{#ifeq:{{#ifeq:mobile-api-facade|mobile-api-facade|mobile-api-facade|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{#if:|Warning: excess data items}}
$ apt-get update
$ apt-get install open-xchange-mobile-api-facade

Debian GNU/Linux 10.0

Add the following repositories to your Open-Xchange apt configuration:

{{{{#ifeq:{{#ifeq:mobile-api-facade|mobile-api-facade|mobile-api-facade|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{#if:|Warning: excess data items}}
$ apt-get update
$ apt-get install open-xchange-mobile-api-facade

Debian GNU/Linux 11.0

Add the following repositories to your Open-Xchange apt configuration:

{{{{#ifeq:{{#ifeq:mobile-api-facade|mobile-api-facade|mobile-api-facade|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{3}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{4}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{5}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{6}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{7}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{8}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{9}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{10}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{11}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{12}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{13}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{14}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{15}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{16}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{17}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{18}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{19}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{20}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{21}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{22}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{23}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{24}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{25}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{26}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{27}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{28}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{29}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{30}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{31}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{32}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{33}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{34}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{35}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{36}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{37}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{38}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{39}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{40}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{41}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{42}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{43}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{44}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{45}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{46}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{47}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{48}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{49}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{50}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{51}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{52}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{53}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{54}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{55}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{56}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{57}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{58}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{59}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{60}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{61}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{62}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{63}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{64}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{65}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{66}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{67}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{68}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{69}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{70}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{71}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{72}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{73}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{74}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{75}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{76}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{77}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{78}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{79}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{80}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{81}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{82}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{83}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{84}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{85}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{86}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{87}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{88}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{89}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{90}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{91}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{92}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{93}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{94}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{95}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{96}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{97}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{98}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{99}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{100}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{101}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{102}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{103}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{104}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{105}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{106}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{107}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{108}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{109}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{110}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{111}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{112}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{113}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{114}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{115}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{116}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{117}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{118}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{119}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{120}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{121}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{122}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{123}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{124}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{125}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{126}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{127}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{128}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{129}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{130}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{131}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{132}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{133}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{134}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{135}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{136}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{137}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{138}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{139}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{140}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{141}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{142}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{143}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{144}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{145}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{146}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{147}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{148}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{149}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{150}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|empty|1}}}}}{{{{#ifeq:{{#ifeq:+|-|{{{151}}}|undefined}}|undefined|void|1x}}|deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{path}}}/{{{reponame}}}/{{{debianname}}} /
}}{{#if:|Warning: excess data items}}
$ apt-get update
$ apt-get install open-xchange-mobile-api-facade

Configuration Mobile API Facade

Introduction

To be able to use the native mail apps the Mobile API Facade needs to be installed in front of the OX App Suite middleware. This document describes how to configure the Mobile API Facade.

The Mobile API Facade stores its configuration in the files /opt/open-xchange/mobile-api-facade/etc/facade.properties (the global configuration) and in /opt/open-xchange/mobile-api-facade/etc/mobile-api-facade-config.yml (hostname specific configuration). Both files support the same configuration properties as can be seen on https://documentation.open-xchange.com/components/mobile-api-facade/config/1.8/.

Connection to the OX App Suite Middleware

After installation of the facade package ("open-xchange-mobile-api-facade") the property com.openexchange.mobile.api.facade.MiddlewareBaseUrl needs to get set to the correct URL. This property needs to be explicitly configured by the administrator. It has no default value. Its possible to connect the Mobile API Facade directly to a middleware process, but this is highly discouraged. The Mobile API Facade should always connect to a middleware process through a load balancer.

An example:

com.openexchange.mobile.api.facade.MiddlewareBaseUrl=https://appsuite.example.com/appsuite/api

After this configuration the open-xchange-mobile-api-facade needs to get restarted.

Proxy configuration

<Proxy balancer://oxcluster_facade>
        Order Allow,Deny
        Allow from all
        BalancerMember http://appsuite-middleware1.example.com:8007 timeout=100 smax=0 ttl=60 retry=60 loadfactor=50 keepalive=On route=FOX1
        BalancerMember http://appsuite-middleware2.example.com:8007 timeout=100 smax=0 ttl=60 retry=60 loadfactor=50 keepalive=On route=FOX2

        ProxySet stickysession=JSESSIONID|jsessionidscolonpathdelim=On
        SetEnv proxy-initial-not-pooled
        SetEnv proxy-sendchunked
</Proxy>

ProxyPass /services/api-facade balancer://oxcluster_facade/services/api-facade

Traffic compression

The clients need to exchange a lot of data with the facade to accomplish the task of a mail client. This traffic can be compressed. Clients add the header "Accept-Encoding: gzip,deflate" by default. For this to work the Apache web server in front of the facade needs to handle this as the facade itself is not returning compressed response bodies.

For Apache HTTPD {mod_deflate} needs to be enabled and the following line needs to be added to your virtual host:

AddOutputFilterByType DEFLATE text/html text/plain text/javascript application/javascript text/css 
text/xml application/xml text/x-js application/x-javascript application/json

Starting/Stopping the Facade Service

The facade runs as its own service independent of the normal OX App Suite middleware. For this on Debian-based system it can be started with

service open-xchange-mobile-api-facade start

It can be stopped with

service open-xchange-mobile-api-facade stop

Re-reading configuration from disk

All configuration properties which are marked as reloadable can be configured without restarting the Mobile API Facade by using the reloadconfiguration utility. As the Mobile API Facade runs in its own process you need to tell reloadconfiguration to connect it instead of the Middleware. This can be done by:

reloadconfiguration -p 1100

Ports

As the Mobile API Facade is its own process it also has its own JMX port and its own RMI port. The default JMX port is 9995 and the default RMI port is 1100. These ports needs to be explicitly specified to the command line tools using either JMX or RMI.

Configuration of Mobile API Facade behavior

This can be configured in facade.properties and mobile-api-facade-config.yml.

Multiple host names

The Mobile API Facade supports multiple host names on one instance, that are configured differently. These can be configured in mobile-api-facade-config.yml. This file in YAML format. Beware that indentation is really important in YAML.

[ host name ]:
	[ properties, you want to configure ]

[ host name ]:
	[ properties, you want to configure ]

...

The allowed properties are the same as allowed in facade.properties. You can find a complete list at https://documentation.open-xchange.com/components/mobile-api-facade/config/1.8/.

Custom properties

It's possible to configure custom properties to be returned to clients. This is usefull to return special configurations to your clients. Custom properties are key/attribute values under the "customProperties" key.

Example:

appsuite.example.com:
    customProperties:
        custom.specific.property: true
        custom.specific.property.2: "value"

Client specific configuration

By implementing the client specific feature the above configuration possibilities got extended. We now have to use YAML lists for each host name. This allows to add multiple different configurations to one host configuration. You can add a list of matchers in the "matches" key to a host configuration. The first "matches" entry for a given host name that matches to the given User-Agent header sent by the client will be used. Further evaluation is not done at runtime. Configuration properties need to be on the same indentation level as the "matches" key. These host configurations inherit a default configuration from the configuration in facade.properties. Otherwise they need to be complete. They don't inherit configuration properties from other places.

[ host name ]:
	- matches:
		  [ matchers, you want to match against ]
		  [ properties, you want to configure ]
	- matches:
		  [ matchers, you want to match against ]
		  [ properties, you want to configure ]
	...

Example:

The iOS version supported in the beginning was iOS 9 and up. At some point in time due to technical reasons support for iOS 9 and 10 was dropped and the application supported iOS 11 and up. When you now want to update all installations on iOS 11 and up to the latest app version but leave old installations in intact you can use the force upgrade feature of the apps. Keep in mind that the matching process stops when the first match is found. If no match was found the default configuration is used.

appsuite.example.com:
	- matches:
		  platform: 'iOS'
		  osVersion: '11.0-'
          brand: 'OpenXchange'
	  com.openexchange.mobile.api.facade.minimumClientVersion.ios: '11.2'
	  com.openexchange.mobile.api.facade.returnNonPrimaryAccounts: false
	- matches:
		  platform: 'iOS'
		  osVersion: '-10.99'
		  brand: 'OpenXchange'
	  com.openexchange.mobile.api.facade.returnNonPrimaryAccounts: false

Matchers

Several matchers are possible. All match against values in the User-Agent header.

- platform: This matcher allows it to match only for "Android" or "iOS" - version: This matcher checks against the application version. This is not the marketing version displayed in the About screen of the application. - osVersion: The version of the operating system on the client device - device: This matches against the exact device model.

   brand: This matches against the brand name of the app. By default this is "OpenXchange". Versions specifically branded for customers have a unique brand name.

Version matching

For the matchers 'version' and 'osVersion' we allow to match concrete versions or version ranges. When adding a matcher with a concrete version, just put the version number as string attribute after the matcher name.

appsuite.example.com:
	- matches:
		  platform: 'iOS'
		  osVersion: '11.0'
	  com.openexchange.mobile.api.facade.returnNonPrimaryAccounts: false

When matching a range we are always matching inclusive. You can either use a closed range, a range with a given start value and an end value, or an open range with either a start value or an end value. Keep in mind that to match all versions lower then '11.0' you need use a probably non-existing version number like '10.99'.

appsuite.example.com:
	- matches:
		  platform: 'iOS'
		  osVersion: '11.0-'
	  com.openexchange.mobile.api.facade.returnNonPrimaryAccounts: true
	- matches:
		  platform: 'iOS'
		  osVersion: '-10.99'
	  com.openexchange.mobile.api.facade.returnNonPrimaryAccounts: false

Debugging

In order to check whether installation went successful you may want to run

  $ curl -v http://localhost:8007/services/api-facade/v1/version

That should return a JSON string like this:

{"version":"1.12.0","commitHash":"2473d87bbda63cabb4fda2f00287108e9644b5b5","middlewareVersion":"7.10.5-Rev5"}