2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
# postfix-relay
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
Postfix, the mail server, as relay.
2023-08-10 21:55:46 +02:00
[Software's website. ](http://www.postfix.org/ )
2022-12-24 13:01:51 +01:00
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
## Variables
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
### Général
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
#### Postfix mail server
2023-08-10 21:55:46 +02:00
| Parameter | Comments |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
| ** [general.postfix.postfix_mail_hostname ](dictionaries/30_postfix.xml )**< br /> **Type:** [`domainname` ](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable ) | Nom de domaine extérieur du serveur de courriel.< br /> Cette variable est obligatoire pour recevoir des courriels depuis l'extérieur. |
| ** [general.postfix.postfix_crt_provider ](dictionaries/30_postfix.xml )**< br /> mandatory< br /> **Type:** [`choice` ](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable ) | Autorité de certification signant le certificat du domaine extérieur.< br /> **Choices:**< br /> - `self-signed` ← default< br /> - `letsencrypt` |
2023-08-02 09:26:54 +02:00
## Requirements services
- **ExternalDNS**
- Journald
**bold**: provider is mandatory
2023-08-01 15:13:17 +02:00
2023-08-02 09:26:54 +02:00
## Example
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
2023-08-01 15:13:17 +02:00
```
postfix-relay:
applicationservice: postfix-relay
provider_zone: smtp
zones_name:
- localdns
```
2022-12-24 13:01:51 +01:00
## Dependances
- [base-fedora-35 ](../base-fedora-35/README.md )
- [base-fedora ](../base-fedora/README.md )
- [systemd ](../systemd/README.md )
- [base-machine ](../base-machine/README.md )
- [base ](../base/README.md )
- [dns-local ](../dns-local/README.md )
2023-02-14 14:24:16 +01:00
- [pki-tls ](../pki-tls/README.md )
2023-06-29 18:56:46 +02:00
- [journald ](../journald/README.md )
2023-07-31 18:41:59 +02:00
- [resolved ](../resolved/README.md )
2022-12-24 13:01:51 +01:00
- [dns-external ](../dns-external/README.md )
- [postfix-lmtp-relay ](../postfix-lmtp-relay/README.md )
2023-01-18 09:19:37 +01:00
## Supplier
2022-12-24 13:01:51 +01:00
2023-01-18 09:19:37 +01:00
[relay-mail-client ](../relay-mail-client/README.md )
2023-02-14 14:43:41 +01:00
[All applications services for this dataset. ](../README.md )