miércoles, 4 de mayo de 2011

Habilitar smtps y enviar con relay autenticado

-- Para habilitar smtps por el puerto 465 y permitir que utilicen nuestro smtp para enviar de modo seguro

http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/


vi /etc/postfix/master.cf
and remove the # in front of the smtps line. Example for Debain 5, change the line:

#smtps     inet  n       -       -       -       -       smtpd
to:

smtps     inet  n       -       -       -       -       smtpd
and restart postfix:

/etc/init.d/postfix restart


--- Instrucciones para hacer relay a un servidor con smtpd autenticado.

http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html

No hay comentarios:

Publicar un comentario