Changes between Version 4 and Version 5 of cookbook-third-party-server

Show
Ignore:
Timestamp:
08/03/09 07:06:24 (4 months ago)
Author:
oriol (IP: 87.111.82.168)
Comment:

validación

Legend:

Unmodified
Added
Removed
Modified
  • cookbook-third-party-server

    v4 v5  
    3030./verify_domain.sh status 
    3131}}} 
     32  1. Validar que el cambio funciona correctamente: 
     33{{{ 
     34nc -vvv ip_servidor_backend puerto_servicio_transport 
     35get user@example.com 
     36200 smtp:[1.1.1.1]:25 
     37}}} 
     38 
     39NOTA: estamos pregunando al seridor transport donde entregará el dominio 'example.com' y su respuesta nos indica que se entregará en '1.1.1.1:25', o sea, donde hemos configurado que se entregue. Cualquier otra respuesta nos indicaría que la configuració no era correcta. 
    3240 
    3341== Cambios en el servidor '''backend''': recepción == 
     
    5462./mynetworks.sh status 
    5563}}} 
     64