mirror of
https://github.com/friendica/docker
synced 2024-11-05 14:31:53 +01:00
[Hotfix] Wrong SMTP env variable
This commit is contained in:
parent
b5a54c3296
commit
61e31132da
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue