this post was submitted on 22 Jan 2024
18 points (95.0% liked)
Open Source
31028 readers
621 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This doesn't make sense.
A website is basically just the responses a server sends to a browser. That server has any functionality you want it to.
A website is the response a web server sends on a web port to a web browser. SMTP on port 80/443 won’t work well, but please try.
You understand that computers can use more than one port?
There's nothing abnormal about what he's requesting.
You understand that web servers (listening on a web server port) and mail servers (listening on one or more mail server ports, possibly on the same computer) are entirely different technologies?
They're just protocols. There's nothing preventing a program from interacting with both. Webmail isn't some mystical art no one's ever thought of before.
Again, I’m talking about the server part here, and there is a lot preventing a server to be both a web and a mail server.
Doesn't look like "a lot" to me. 15 years and going strong. The first page of google results for "how to set up a mail server" all include webmail, which would be both a web and a mail server.
It's just a computer (or program, depending on context). It can do whatever you want it to.
If I want to write/modify a mail server that watches video feeds from 6 different beaches and only bothers accepting mail when beaches 2, 3 and 5 are empty and beaches 1, 4, and 6 have 500 people, nothing is stopping me. It's stupid and a waste of time, but it's a computer. It can run arbitrary code.
That's ignoring that if you read what he wants, it would be a client to the actual recipient mail server and only needs to actually serve the web interface so that he can access his email from various browsers.