mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
- postfix_relay: switch Brevo → Gmail SMTP (smtp.gmail.com:587, App Password) - smtp_generic_maps: réécriture expéditeur root@lab.local → aliyesilkaya93@gmail.com - nftables: suppression DNAT/NAT Conan Exiles (ports 7777/7778/27015) - gateway handler: reloaded → restarted (flush complet des règles nft) - hermes_agent: pip → uv pour installation qdrant-client (venv sans pip binaire) - CLAUDE.md: corrections funk-cluster, hermes-switch, RAID5, postfix - docs: admin/infra/email.md — procédure complète relay Gmail Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
544 B
YAML
12 lines
544 B
YAML
---
|
|
wan_interface: enp4s0 # NIC1 — port 2 switch — VLAN 1 (192.168.1.200)
|
|
lan_interface: enp6s0f3u2c2 # NIC2 — port 7 switch — VLAN 10 (192.168.10.1)
|
|
wan_ip: 192.168.1.200
|
|
lan_ip: 192.168.10.1
|
|
|
|
# Postfix relay — SMTP sortant via provider externe
|
|
postfix_relay_host: smtp.gmail.com
|
|
postfix_relay_port: 587
|
|
postfix_relay_user: "aliyesilkaya93@gmail.com"
|
|
postfix_sender_email: "aliyesilkaya93@gmail.com" # expéditeur = compte Gmail (DMARC OK)
|
|
postfix_relay_password: "{{ vault_postfix_relay_password }}" # dans vault.yml
|