dataset/seed/roundcube/README.md
2023-08-02 11:01:00 +02:00

5.9 KiB

Table of Contents

roundcube

Synopsis

Roundcube, a webmail.

For more informations

Dependances

Variables

Général (general)

Interface web de consultation des courriels Roundcube (general.roundcube)

roundcube_domain (general.roundcube.roundcube_domain)

This a family is a leadership.

Description Example Type
Nom de domaines d'accès à Roundcube (roundcube_domains) [+] webmail.example.net domainname
Nom de domaines des courriels (roundcube_mail_domain) mail.example.net domainname
Nom de la famille (roundcube_family) unix_user

oauth2_client (general.oauth2_client)

Description Values
oauth2_is_client_application True
oauth2_client_name Courriel
oauth2_client_description Consulter ces courriels avec Roundcube
oauth2_client_category Diffusion
oauth2_client_logo silique_email.png
external (general.oauth2_client.external)
Description Values
oauth2_client_external [+]
oauth2_client_family [+]

nginx (general.nginx)

Description Values
nginx_root /usr/share/roundcubemail/

revprox (general.revprox)

revprox_client (general.revprox.revprox_client)
Description Values
revprox_client_local_location /

imap (general.imap)

Description Values
imap_cert_owner nginx

Machine (machine)

Description Values
var_size 256
add_tmp False
add_srv False
add_swap False
  • [+]: variable is multiple
  • bold: variable is mandatory

Examples

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

With minimum providers:

roundcube:
  applicationservice: roundcube
  zones_name:
    - ldap
    - localdns
    - reverseproxy
    - imap
    - redis
    - oauth2
    - postgresql
  values:
    general.roundcube.roundcube_domain.roundcube_domains:
      - webmail.example.net
    general.roundcube.roundcube_domain.roundcube_mail_domain:
      '0': mail.example.net

With all providers:

roundcube:
  applicationservice: roundcube
  zones_name:
    - journald
    - ldap
    - localdns
    - reverseproxy
    - imap
    - redis
    - oauth2
    - postgresql
  values:
    general.roundcube.roundcube_domain.roundcube_domains:
      - webmail.example.net
    general.roundcube.roundcube_domain.roundcube_mail_domain:
      '0': mail.example.net

All applications services for this dataset.