From 86b475f630288bd2b9c4ce818264dc2ff8eb4ef4 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Tue, 1 Aug 2023 07:52:17 +0200 Subject: [PATCH] Update .env authentication on the mail stack with app system user --- conf/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/.env b/conf/.env index 87dc5b42..615ba19d 100644 --- a/conf/.env +++ b/conf/.env @@ -85,12 +85,12 @@ WEBFINGER=true ## Mail Configuration (Post-Installer) MAIL_DRIVER=sendmail -MAIL_HOST=localhost +MAIL_HOST=127.0.0.1 MAIL_PORT=25 -MAIL_USERNAME=null -MAIL_PASSWORD=null +MAIL_USERNAME=__APP__ +MAIL_PASSWORD=__MAIL_PWD__ MAIL_ENCRYPTION=null -MAIL_FROM_ADDRESS="pixelfed@__DOMAIN__" +MAIL_FROM_ADDRESS="__APP__@__DOMAIN__" MAIL_FROM_NAME="Pixelfed" ## S3 Configuration (Post-Installer)