paheko passe maintenant par smtp principal

This commit is contained in:
2026-06-06 15:54:12 +02:00
parent b08a056683
commit 71b81358d8
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ if (!is_dir($user_data_dir)) {
define('Paheko\DATA_ROOT', $user_data_dir);
const PREFER_HTTPS = false;
const SMTP_HOST = "__SMTP_HOST__.__DOMAIN__";
const SMTP_HOST = "smtp.__DOMAIN__";
const SMTP_USER = null;
const API_USER = "__PAHEKO_API_USER__";
const API_PASSWORD = "__PAHEKO_API_PASSWORD__";
-4
View File
@@ -15,7 +15,6 @@ services:
# - 8086:80
networks:
- pahekoNet
- postfixNet
external_links:
- ${smtpServName}:${smtpHost}.${domain}
labels:
@@ -31,6 +30,3 @@ networks:
pahekoNet:
external: true
name: pahekoNet
postfixNet:
external: true
name: postfixNet