fix: change Outline SMTP port from 25 to 587 for authenticated relay

master
pipistrello 2026-05-15 21:44:30 +03:00
parent 93ea5f9b69
commit 7ac58cb1ea
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ services:
- AZURE_TENANT_ID=${AZURE_TENANT_ID} - AZURE_TENANT_ID=${AZURE_TENANT_ID}
- TEAM_LOGO=https://git.it-depot.ru/depot/docker-infrastructure/raw/commit/c25d86163f0911daa9b9109e753289087cd97b5e/depot_logo.png - TEAM_LOGO=https://git.it-depot.ru/depot/docker-infrastructure/raw/commit/c25d86163f0911daa9b9109e753289087cd97b5e/depot_logo.png
- SMTP_HOST=mail.loopa.site - SMTP_HOST=mail.loopa.site
- SMTP_PORT=25 - SMTP_PORT=587
- SMTP_SECURE=false - SMTP_SECURE=false
- SMTP_USERNAME=konskaya@za.loopa.site - SMTP_USERNAME=konskaya@za.loopa.site
- SMTP_PASSWORD=${SMTP_PASSWORD} - SMTP_PASSWORD=${SMTP_PASSWORD}