systeme:smtp:relais
**Ceci est une ancienne révision du document !**
Table des matières
Configurer un relais SMTP avec Postfix
Installer Postfix
apt update apt install postfix mailutils
Configurer Postfix en “SMTP relay” vers Microsoft 365
- éditer /etc/postfix/main.cf :
nano /etc/postfix/main.cf
- Ajoute / remplace :
relayhost = [yourdomain-com.mail.protection.outlook.com]:25 smtp_tls_security_level = may smtp_tls_loglevel = 1 smtp_use_tls = yes smtp_sasl_auth_enable = no
Le domaine yourdomain-com.mail.protection.outlook.com est ton MX Office 365, récupérable dans l’admin center.
systeme/smtp/relais.1774302025.txt.gz · Dernière modification : 2026/03/23 22:40 de techer.charles_educ-valadon-limoges.fr
