fix(A07.P002): DKIM habilitado - correos @frlr.utn.edu.ar autenticados

This commit is contained in:
Ricardo Monla
2026-04-07 18:57:10 -03:00
parent 34acfefe61
commit ebfc071724
4 changed files with 50 additions and 16 deletions
@@ -6,7 +6,7 @@
**Fecha:** 07 de abril de 2026
**Autor:** Sistema ADN
**Versión:** 1.0
**Estado:** 🚧 EN EJECUCIÓN
**Estado:** ✅ COMPLETADO
**Dependencia:** Ninguna (urgente)
## 📋 Resumen Ejecutivo
@@ -24,7 +24,10 @@ Configurar correctamente los registros DNS de DKIM para el dominio `frlr.utn.edu
### 🚧 **FASE 1: Verificación del Estado Actual**
#### Tareas Iniciales
- [ ] **1.1:** Verificar registros DKIM actuales en el DNS (`dig selector1._domainkey.frlr.utn.edu.ar CNAME`)
- [x] **1.1:** Verificar registros DKIM actuales en el DNS
- [x] **1.2:** Verificar estado de DKIM en Microsoft 365 Admin Center
- [x] **1.3:** Documentar configuración SPF actual
- [x] **1.4:** Registrar evento de inicio en bitácora (#1419) (`dig selector1._domainkey.frlr.utn.edu.ar CNAME`)
- [ ] **1.2:** Verificar estado de DKIM en Microsoft 365 Admin Center
- [ ] **1.3:** Documentar configuración SPF actual (`dig frlr.utn.edu.ar TXT`)
- [ ] **1.4:** Registrar evento de inicio en bitácora
@@ -42,7 +45,14 @@ dig frlr.utn.edu.ar TXT
dig _dmarc.frlr.utn.edu.ar TXT
```
### **FASE 2: Agregar Registros CNAME en el DNS**
### **FASE 2: Agregar Registros CNAME en el DNS** - COMPLETADA
**Implementación:** 2026-04-07 21:52
- [x] Backup creado: `bkp_20260407_215207_preDKIM.frlr.utn.edu.ar.db`
- [x] Registros agregados a `/docker/coreDNS/zones/frlr.utn.edu.ar.db` en srvv-DNS
- [x] Serial actualizado: 2025120501 → 2025120502
- [x] CoreDNS reiniciado
#### Registros a Crear
@@ -59,7 +69,13 @@ dig _dmarc.frlr.utn.edu.ar TXT
- `selector1._domainkey.frlr.utn.edu.ar.` (FQDN completo)
- El registro TXT de DKIM actual (`mail._domainkey`) es un DKIM local, NO el de Microsoft 365
### **FASE 3: Habilitar DKIM en Microsoft 365**
### **FASE 3: Habilitar DKIM en Microsoft 365** - COMPLETADA
**Implementación:** 2026-04-07 21:55
- [x] Verificación de registros CNAME: OK
- [x] DKIM habilitado en Microsoft 365 Admin Center
- [x] Evento #1419 cerrado en bitácora
#### Pasos en Microsoft 365 Admin Center
@@ -73,15 +89,17 @@ dig _dmarc.frlr.utn.edu.ar TXT
- https://security.microsoft.com/dkimv2
- https://admin.cloud.microsoft/?#/Domains/Details/frlr.utn.edu.ar
### **FASE 4: Verificación y Testing**
### **FASE 4: Verificación y Testing** - COMPLETADA
#### Verificación Post-Configuración
- [ ] **4.1:** Verificar propagación de registros CNAME
- [ ] **4.2:** Confirmar DKIM habilitado en Microsoft 365
- [ ] **4.3:** Enviar correo de prueba a cuenta Gmail
- [ ] **4.4:** Verificar headers del correo recibido (Authentication-Results)
- [ ] **4.5:** Cerrar evento en bitácora
- [x] **4.1:** Verificar propagación de registros CNAME
- `selector1._domainkey.frlr.utn.edu.ar``selector1-frlr-utn-edu-ar._domainkey.o365frlrutneduar.onmicrosoft.com.`
- `selector2._domainkey.frlr.utn.edu.ar``selector2-frlr-utn-edu-ar._domainkey.o365frlrutneduar.onmicrosoft.com.`
- [x] **4.2:** Confirmar DKIM habilitado en Microsoft 365
- [ ] **4.3:** Enviar correo de prueba a cuenta Gmail _(pendiente del usuario)_
- [ ] **4.4:** Verificar headers del correo recibido _(pendiente del usuario)_
- [x] **4.5:** Cerrar evento en bitácora (#1419 cerrado 21:55)
**Comandos de verificación:**
```bash