38 lines
2.2 KiB
Markdown
38 lines
2.2 KiB
Markdown
|
---
|
||
|
gitea: none
|
||
|
include_toc: true
|
||
|
---
|
||
|
|
||
|
|
||
|
[Return to the list of application services.](README.md)
|
||
|
# SMTP
|
||
|
|
||
|
## Synopsis
|
||
|
|
||
|
Create a SMTP relay account and authorize sending email.<br/>A service needs send email with SMTP protocol, so an account is created and SMTP relay accept sending mail by this account.
|
||
|
|
||
|
## Variables
|
||
|
|
||
|
| Parameter | Comment |
|
||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
|
||
|
| **SMTP:username**<br/>mandatory<br/>**Type:** [`string`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | User account to send email for *supplier name*. |
|
||
|
| **SMTP:password**<br/>mandatory<br/>**Type:** [`secret`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Password to send email for *supplier name*. |
|
||
|
|
||
|
## Provider
|
||
|
|
||
|
[postfix-relay](postfix-relay/README.md): Postfix, the mail server, as relay.
|
||
|
|
||
|
## Suppliers
|
||
|
|
||
|
- [odoo](odoo/README.md): Odoo, an ERP and CRM.
|
||
|
- [grafana](grafana/README.md): Grafana is an analytics and interactive visualization web application.
|
||
|
- [mailman](mailman/README.md): GNU Mailman, managing electronic mail discussion and e-newsletter lists.
|
||
|
- [peertube](peertube/README.md): Peertube, a federated (ActivityPub) video streaming platform.
|
||
|
- [piwigo](piwigo/README.md): Piwigo, a photo management software.
|
||
|
- [dovecot](dovecot/README.md): Postfix and Dovecot as mail servers (IMAP and submission).
|
||
|
- [forgejo](forgejo/README.md): Forgejo, a community managed lightweight code hosting solution.
|
||
|
- [vaultwarden](vaultwarden/README.md): Vaultwarden, a password manager.
|
||
|
- [nextcloud](nextcloud/README.md): Nextcloud, Online collaboration platform.
|
||
|
- [lemonldap](lemonldap/README.md): LemonLDAP, a Web Single Sign On and Access Management.
|
||
|
- [gitea](gitea/README.md): Transitional package for Gitea to Forgejo.
|