|
|
|
|
|
by bullen
1636 days ago
|
|
Both HTTP and SMTP are client/server because you cannot read SMTP without a "client"... The crucial part of these protocols are simple text that use DNS for distributing the connecting. HTTP can be used for server to server too... and I recommend it. So to repeat you need to implement HTTP, SMTP and DNS in you server software so that you can self host all 3 on your own hardware. This means asking your fiber ISP to open all ports (25, 53, 80) and give you a static IP! DNS is centralized for now... but eventually it wont be. |
|