From dd01b0e3639a83bc2d8083ad02d008925d6a9610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Sun, 12 Jan 2025 02:27:19 +0100 Subject: [PATCH] Use 2525 for sending emails in local dev env That's what aiosmtpd uses as configured in https://github.com/spaze/home/issues/1 --- app/config/local.template.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/local.template.neon b/app/config/local.template.neon index 77a62c662..93660262f 100644 --- a/app/config/local.template.neon +++ b/app/config/local.template.neon @@ -4,7 +4,7 @@ di: mail: smtp: true host: localhost - port: 25 + port: 2525 contentSecurityPolicy: # list values here are added to the existing list values, they do not replace them, unless the directive ends with ! policies: