| Main Archive Page > Month Archives > postfix-users archives |
IT geek 31:
> I have an issue regarding SSL/TLS.
>
> I have configured my certificates and STARTTLS works fine. Out of
> curosity, I wanted to get SSL over tcp/465 working.
Port 465 uses a different protocol than port 25.
On port 25, the session starts in plaintext, and the client sends STARTTLS.
On port 465, the session starts in ciphertext.
Wietse