2022-03-08 19:42:28 +01:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
|
|
<rougail version="0.10">
|
|
|
|
<services>
|
|
|
|
<service name="roundcube" engine="creole" target="multi-user">
|
2022-05-04 10:29:03 +02:00
|
|
|
<file owner="root" group="nginx" mode="640">/etc/roundcubemail/config.inc.php</file>
|
|
|
|
<file>/etc/nginx/default.d/roundcubemail.conf</file>
|
2022-05-07 08:11:18 +02:00
|
|
|
<file source="domain.inc.php">/etc/roundcubemail/courriel.cloud.silique.fr.inc.php</file>
|
2022-03-08 19:42:28 +01:00
|
|
|
<file>/secrets/roundcube-init.php</file>
|
2022-04-08 18:52:43 +02:00
|
|
|
<file engine="none">/static/silique_cloud.svg</file>
|
|
|
|
<file engine="none">/static/watermark.html</file>
|
2022-03-08 19:42:28 +01:00
|
|
|
<file>/etc/pki/ca-trust/source/anchors/ca_MailServer.crt</file>
|
|
|
|
</service>
|
|
|
|
</services>
|
|
|
|
<variables>
|
|
|
|
<family name="roundcube" description="Interface web de consultation des courriels Roundcube">
|
|
|
|
<variable name="roundcube_des_key" type="secret" auto_freeze="True" hidden="True"/>
|
|
|
|
</family>
|
|
|
|
<family name="oauth2_client">
|
|
|
|
<variable name="oauth2_is_client_application" redefine='True'>
|
|
|
|
<value>True</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="oauth2_client_name" redefine='True'>
|
|
|
|
<value>Courriel</value>
|
|
|
|
</variable>
|
|
|
|
<variable name="oauth2_client_description" redefine='True'>
|
|
|
|
<value>Consulter ces courriels avec Roundcube</value>
|
|
|
|
</variable>
|
2022-03-29 16:33:20 +02:00
|
|
|
<variable name="oauth2_client_category" redefine='True'>
|
2022-04-28 21:48:16 +02:00
|
|
|
<value>Diffusion</value>
|
2022-03-29 16:33:20 +02:00
|
|
|
</variable>
|
|
|
|
<variable name="oauth2_client_logo" redefine='True'>
|
|
|
|
<value>silique_email.png</value>
|
|
|
|
</variable>
|
2022-05-07 08:11:18 +02:00
|
|
|
<variable name="oauth2_client_external" redefine="True" multi='True'/>
|
2022-03-08 19:42:28 +01:00
|
|
|
</family>
|
2022-04-28 21:48:16 +02:00
|
|
|
<family name="nginx">
|
2022-05-04 10:29:03 +02:00
|
|
|
<variable name="nginx_root" redefine="True">
|
|
|
|
<value>/usr/share/roundcubemail/</value>
|
|
|
|
</variable>
|
2022-04-28 21:48:16 +02:00
|
|
|
<variable name="revprox_client_local_location" redefine="True">
|
2022-05-04 10:29:03 +02:00
|
|
|
<value>/</value>
|
2022-04-28 21:48:16 +02:00
|
|
|
</variable>
|
|
|
|
</family>
|
2022-03-08 19:42:28 +01:00
|
|
|
</variables>
|
|
|
|
<constraints>
|
|
|
|
<fill name="get_password">
|
|
|
|
<param name="server_name" type="variable">domain_name_eth0</param>
|
|
|
|
<param name="username">roundcube</param>
|
|
|
|
<param name="description">des_key</param>
|
|
|
|
<param name="type">cleartext</param>
|
|
|
|
<target>roundcube_des_key</target>
|
|
|
|
</fill>
|
|
|
|
</constraints>
|
|
|
|
</rougail>
|