From 17ab9e75ae00aef0657f0c965c67312b2c94938a Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Sat, 29 Feb 2020 19:49:35 +0100 Subject: [PATCH] Replace "SITENAME" with "SMTP_DOMAIN" config --- friendica/content.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/friendica/content.md b/friendica/content.md index 69b058878..88bc4e938 100644 --- a/friendica/content.md +++ b/friendica/content.md @@ -91,8 +91,8 @@ You have to set a valid SMTP-MTA for the `SMTP` environment variable to enable m The following environment variables are possible for the SMTP examples. -- `SITENAME` The name of the Friendica node. (**required**) - `SMTP` Address of the SMTP Mail-Gateway. (**required**) +- `SMTP_DOMAIN` The sender domain. (**required** - e.g. `friendica.local`) - `SMTP_FROM` Sender user-part of the address. (Default: `no-reply` - e.g. no-reply@friendica.local) - `SMTP_TLS` Use TLS for connecting the SMTP Mail-Gateway. (Default: empty) - `SMTP_STARTTLS` Use STARTTLS for connecting the SMTP Mail-Gateway. (Default: empty) @@ -186,7 +186,6 @@ services: - MYSQL_PASSWORD= - MYSQL_DATABASE=friendica - FRIENDICA_ADMIN_MAIL=root@friendica.local - hostname: friendica.local depends_on: - db @@ -236,7 +235,6 @@ services: - MYSQL_PASSWORD= - MYSQL_DATABASE=friendica - FRIENDICA_ADMIN_MAIL=root@friendica.local - hostname: friendica.local networks: - proxy-tier - default