6.6 KiB
6.6 KiB
Table of Contents
dovecot
Synopsis
Postfix and Dovecot as mail servers (Submission and IMAP).
Basic variables
Général
Mail configuration
Mail domain
This a family is a leadership.
| Description | Type | Example | Supplier |
|---|---|---|---|
| Domaine de courriel géré localement (general.mail.domain.mail_domains) [+] | domainname | example.net | LMTP:criteria |
| Domaine exterieur d'accès au serveur IMAP (general.mail.domain.imap_domainname) | domainname | imap.example.net | |
| Domaine exterieur d'accès au serveur submission (general.mail.domain.submission_domainname) | domainname | submission.example.net |
- [+]: variable is multiple
- bold: variable is mandatory
Variables
Général
Mail configuration
| Description | Type | Values | Choices |
|---|---|---|---|
| Autorité de certification signant les certificats des domaines extérieurs (general.mail.mail_crt_provider) | choice | self-signed | self-signed letsencrypt |
- [+]: variable is multiple
- bold: variable is mandatory
Variables for expert
Général
Annuaire OpenLDAP
Client
| Description | Type | Values | Supplier |
|---|---|---|---|
| Nom de la famille LDAP (general.ldap.client.ldapclient_family) | unix_user | all | LDAP:family |
| Base DN de l'annuaire (general.ldap.client.ldapclient_base_dn) | string | calculated | LDAP:base_dn |
| Base DN de l'annuaire des utilisateurs (general.ldap.client.ldapclient_search_dn) | string | calculated | |
| Base DN de l'annuaire des groupes (general.ldap.client.ldapclient_group_dn) | string | calculated | |
| Base DN de l'annuaire des utilisateurs n'appartenant à une famille (general.ldap.client.ldapclient_user_dn) | string | calculated |
- [+]: variable is multiple
- bold: variable is mandatory
Associated providers
- LocalDNS
- Journald
- SMTP
- LDAP
- ReverseProxy
- LMTP
- OAuth2
bold: provider is mandatory
Example
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
dovecot:
applicationservice: dovecot
provider_zone: imap
zones_name:
- ldap
- localdns
- reverseproxy
- smtp
- lmtp
- oauth2
values:
general.mail.domain.mail_domains:
- example.net
general.mail.domain.imap_domainname:
'0': imap.example.net
general.mail.domain.submission_domainname:
'0': submission.example.net