Bug 2132

Summary: Cambio de IP del servidor de correos
Product: Solo UInf [ uso exclusivo de UInf ] Reporter: Guillermo Reisch <greisch>
Component: GeneralAssignee: Guillermo Reisch <greisch>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: 1.0   
Hardware: PC, Torre o Portatil   
OS: No sabe/ No Corresponde   
Local: Casona Jaime Cibils Dep/Cat: UInf - Servidores(exCETI)
Dep/Cat: --- Dep/Cat: ---

Description Guillermo Reisch 2017-07-05 14:37:59 -03
Gmail sigue sin aceptar correos aunque se han implementado múltiples métodos.
Procedemos a enviar los correos usando otro IP.
El IP que se usa ahora para enviar los mails es 164.73.124.105 , con algo de suerte este ip capas esta bloqueado en gmail.
Comment 1 Guillermo Reisch 2017-07-05 15:01:18 -03
Se pide a SeCIU que agregue los siguientes registros DNS

# directos

mail2.fenf.edu.uy.   IN      A       164.73.124.106
mail3.fenf.edu.uy.   IN      A       164.73.124.107


fenf.edu.uy.         IN      TXT   (
"v=spf1 mx a:mail2.fenf.edu.uy a:mail3.fenf.edu.uy -all"
)

### Los reversos
106.124.73.164.in-addr.arpa. 18209 IN   PTR     mail2.fenf.edu.uy.
107.124.73.164.in-addr.arpa. 18209 IN   PTR     mail3.fenf.edu.uy.
Comment 2 Guillermo Reisch 2017-07-05 15:26:40 -03
Se configura el /etc/network/interfaces en el correo

######## Se agrega lo que dice abajo #########

auto eth0:1
iface eth0:1 inet static
        address 192.168.100.106
        netmask 255.255.255.255


auto eth0:2
iface eth0:2 inet static
        address 192.168.100.107
        netmask 255.255.255.255


###################
Ahora el mail esta escuchando en 192.168.100.105 , 106 y 107

A su vez se modifica /etc/postfix/main.cf se cambia el "myhostname" por mail2.fenf.edu.uy

#####    Se configura en ZonarCop #########

Se genera el Alias mx.fenf.edu.uy (164.73.124.105)
Nota: ya existía un host mail.dmz (192.168.100.105)
Se generan las siguiente reglas
     mx.fenf.edu,uy:SMTP   ===>   mail.dmz:SMTP
     mx.fenf.edu,uy:SMTPS   ===>   mail.dmz:SMTPS
     mx.fenf.edu,uy:POP3   ===>   mail.dmz:POP3
     mx.fenf.edu,uy:POP3S   ===>   mail.dmz:POP3S
     mx.fenf.edu,uy:SUBMISSION   ===>   mail.dmz:SUBMISSION
     mx.fenf.edu,uy:HTTP   ===>   mail.dmz:HTTP
     mx.fenf.edu,uy:HTPPS   ===>   mail.dmz:HTTPS

Por otro lado se cambia el IP del zonarcop a 164.73.124.106.

Se prueba enviar ; se prueba recibir.

LISTO! CIERRO!!