mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 05:34:43 +02:00
fix(postfix): basculer relay de Brevo vers Gmail SMTP
Brevo rejetait les mails envoyés depuis aliyesilkaya93@gmail.com (domaine non vérifié côté Brevo). Gmail SMTP signe lui-même les mails → livraison garantie vers le compte Gmail destinataire. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ad49b129a1
commit
8c94936467
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
postfix_relay_host: smtp-relay.brevo.com
|
||||
postfix_relay_host: smtp.gmail.com
|
||||
postfix_relay_port: 587
|
||||
postfix_relay_user: "" # à définir dans group_vars/gateway/vars.yml
|
||||
postfix_relay_password: "" # depuis vault (vault_postfix_relay_password)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue