diff --git a/README.md b/README.md index 62df3fe..cdeb754 100644 --- a/README.md +++ b/README.md @@ -17,32 +17,32 @@ Héberger sa boîte mail sur son serveur grâce à [Docker Mail Server](https:// #### CREATION DES DNS RECORDS - Créer les DNS suivant: - 1. `A` record: - ``` - # mail.exemple.com point sur - mail 10800 IN A - ``` - 2. `MX` record: - ``` - # ne pas oublier le point à la fin !!! - @ 10800 IN MX 10 mail.exemple.com. - ``` - 3. `TXT` record (ancien SPF deprécié): - ``` - @ 10800 IN TXT "v=spf1 ip4: ~all" - ``` - 4. `TXT` record (DMARC) - ``` - _dmarc 10800 IN TXT "v=DMARC1; p=quarantine; sp=reject; rua=mailto:reports@exemple.com; ruf=mailto:forensics@xemple.com; fo=1" - ``` - 5. `CNAME` record (autodiscover conf du server) - ``` - autodiscover 10800 IN CNAME mail.exemple.com - ``` - 6. `TXT` record for DKIM (pour mail.example.com après création de clefs DKIM): - ``` - mail._domainkey 10800 IN TXT "v=DKIM1; h=sha256; k=rsa; p=" - ``` +1. `A` record: +``` +# mail.exemple.com point sur +mail 10800 IN A +``` +2. `MX` record: +``` +# ne pas oublier le point à la fin !!! +@ 10800 IN MX 10 mail.exemple.com. +``` +3. `TXT` record (ancien SPF deprécié): +``` +@ 10800 IN TXT "v=spf1 ip4: ~all" +``` +4. `TXT` record (DMARC) +``` +_dmarc 10800 IN TXT "v=DMARC1; p=quarantine; sp=reject; rua=mailto:reports@exemple.com; ruf=mailto:forensics@xemple.com; fo=1" +``` +5. `CNAME` record (autodiscover conf du server) +``` +autodiscover 10800 IN CNAME mail.exemple.com +``` +6. `TXT` record for DKIM (pour mail.example.com après création de clefs DKIM): +``` +mail._domainkey 10800 IN TXT "v=DKIM1; h=sha256; k=rsa; p=" +``` #### ENVS :mag: - mailserver.env: