2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 18:14:57 +02:00

[Hotfix] Wrong SMTP env variable

This commit is contained in:
Philipp Holzer 2020-07-23 22:51:09 +02:00
parent b5a54c3296
commit 61e31132da
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
7 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

View file

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

View file

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

View file

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

View file

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

View file

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

View file

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames