From 26b610489a3068310075738259be8b0119a47b66 Mon Sep 17 00:00:00 2001 From: bwaegeneire Date: Mon, 5 Dec 2022 14:37:42 +0100 Subject: [PATCH] Correction port SMTP --- HowtoMail/Autoconfig.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HowtoMail/Autoconfig.md b/HowtoMail/Autoconfig.md index 27783bc1..28d4c6d4 100644 --- a/HowtoMail/Autoconfig.md +++ b/HowtoMail/Autoconfig.md @@ -19,7 +19,7 @@ hostname=mail00.example.com imap_server=imap.example.com imap_port=993 smtp_server=smtp.example.com -smtp_port=597 +smtp_port=587 cat < @@ -61,7 +61,7 @@ Pour générer un fichier d'autoconfiguration pour Outlook : imap_server=imap.example.com imap_port=993 smtp_server=smtp.example.com -smtp_port=597 +smtp_port=587 cat < @@ -103,7 +103,7 @@ hostname_reverse=$(echo "$hostname" | tr . '\n' | tac | tr '\n' . | sed 's/.$//' imap_server=imap.example.com imap_port=993 smtp_server=smtp.example.com -smtp_port=597 +smtp_port=587 cat <