dataset/seed/postfix-relay
2023-08-01 15:13:17 +02:00
..
dictionaries ansible template 2023-06-23 08:12:05 +02:00
funcs update module path 2022-10-17 18:28:22 +02:00
manual/image/preinstall remove application version 2022-07-01 22:10:33 +02:00
templates ansible template 2023-06-23 08:12:05 +02:00
tests update tests 2023-01-23 20:21:42 +01:00
applicationservice.yml update doc 2023-08-01 15:13:17 +02:00
DEBUG.md change base directory for postfix 2022-10-01 19:24:39 +02:00
doc.md remove application version 2022-07-01 22:10:33 +02:00
FIXME remove application version 2022-07-01 22:10:33 +02:00
README.md update doc 2023-08-01 15:13:17 +02:00

Table of Contents

postfix-relay

Description

Postfix, the mail server, as relay.

For more informations

Examples

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

With minimum providers:

postfix-relay:
  applicationservice: postfix-relay
  provider_zone: smtp
  zones_name:
    - localdns

With all providers:

postfix-relay:
  applicationservice: postfix-relay
  provider_zone: smtp
  zones_name:
    - journald
    - externaldns
    - localdns

Dependances

Variables

Général (general)

network (general.network)

Description Values
outgoing_ports 25
incoming_ports

Postfix mail server (general.postfix)

Description Help Type Values Choices Provider
Nom de domaine extérieur du serveur de courriel (postfix_mail_hostname) Cette variable est obligatoire pour recevoir des courriels depuis l'extérieur domainname
Autorité de certification signant le certificat du domaine extérieur (postfix_crt_provider) choice autosigne autosigne
letsencrypt
Authentification sur le relai SMTP (postfix_relay_authentifications) [+] string SMTP
Local server authentification (general.postfix.local_authentification_)

This a dynamic family generated from the variable "general.postfix.postfix_relay_authentifications".

Description Type Provider
local_authentification_password_ secret SMTP:password
  • [+]: variable is multiple
  • bold: variable is mandatory

Supplier

relay-mail-client

All applications services for this dataset.