Клиент SMTP прежней версии, отправляют порт “456” или “465”? Какова история этого дурацкого порта и кто использует его?

Попытайтесь измениться <Directory /home/http/*> кому: <Directory /home/http>.

1
задан 4 June 2012 в 16:49
2 ответа

Port 456 has nothing to do with e-mail.

Port 465 is SMTP over SSL. But that is for MTA to MTA communication only. Clients should never use it... Unfortunately some MSAs are programmed to use it. MTAs basically never use it unless configured specifically to do so. SMTP with TLS is fairly commonly supported now and somewhat widely used.

Port 587 is the one any only port MSAs should be submitting new mail on. TLS should be supported and used if the clients want some sort of security (mainly for securing their password as the MSA port should not accept e-mail from anonymous connections).

2
ответ дан 3 December 2019 в 17:55

Port 465 is a legacy port for S/SMTP. I've seldom seen it used to begin with and not actively for years now. I would consider it safe to disable this port completely.

See Wikipedia.

2
ответ дан 3 December 2019 в 17:55

Теги

Похожие вопросы