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
+2 -2
View File
@@ -86,7 +86,7 @@ officeHost=office
padHost=pad padHost=pad
pahekoHost=paheko pahekoHost=paheko
pollarisHost=betakazdate pollarisHost=betakazdate
smtpHost=smtp smtpHost=bidon # on veut pas de base que les prodx puissent envoyer par défaut
snappymailHost=snappymail snappymailHost=snappymail
spipHost=spip spipHost=spip
sympaHost=listes sympaHost=listes
@@ -164,4 +164,4 @@ wordpressDBName=wpDB
################## ##################
#qui on envoi le mail d'inscription ? #qui on envoi le mail d'inscription ?
EMAIL_CONTACT= EMAIL_CONTACT=
+1 -1
View File
@@ -96,7 +96,7 @@ if (!is_dir($user_data_dir)) {
define('Paheko\DATA_ROOT', $user_data_dir); define('Paheko\DATA_ROOT', $user_data_dir);
const PREFER_HTTPS = false; const PREFER_HTTPS = false;
const SMTP_HOST = "__SMTP_HOST__.__DOMAIN__"; const SMTP_HOST = "smtp.__DOMAIN__";
const SMTP_USER = null; const SMTP_USER = null;
const API_USER = "__PAHEKO_API_USER__"; const API_USER = "__PAHEKO_API_USER__";
const API_PASSWORD = "__PAHEKO_API_PASSWORD__"; const API_PASSWORD = "__PAHEKO_API_PASSWORD__";
-4
View File
@@ -15,7 +15,6 @@ services:
# - 8086:80 # - 8086:80
networks: networks:
- pahekoNet - pahekoNet
- postfixNet
external_links: external_links:
- ${smtpServName}:${smtpHost}.${domain} - ${smtpServName}:${smtpHost}.${domain}
labels: labels:
@@ -31,6 +30,3 @@ networks:
pahekoNet: pahekoNet:
external: true external: true
name: pahekoNet name: pahekoNet
postfixNet:
external: true
name: postfixNet