Habilitar Porta 587

Some internet access providers have port 25 disabled in their routers to prevent spam. If you run your own mailserver in a datacenter, you might have to enable the submission port (587) in postfix to be able to send emails from your local email client to your own mailserver.

To enable port 587, edit the file /etc/postfix/master.cf

vi /etc/postfix/master.cf

and remove the # in front of the line:

#submission inet n – n – – smtpd

so that it looks like this:

submission inet n – n – – smtpd

and restart postfix:

/etc/init.d/postfix restart

Créditos: http://www.faqforge.com/linux/how-to-enable-port-587-submission-in-postfix/

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *