Forum Moderators: bakedjake
I was wondering how to do this:
I want to have Exim (the mail server) open on port 80 on my server (say, myserver.com), however I also have a website that needs to be visible (on port 80), at least on www.myserver.com and also myserver.com if possible.
I need Exim open on port 80 because many of my users are accessing Exim from networks where port 80 is the only port that is open (e.g. airports).
What would be the best way to do this? I don't want to have to have port80.myserver.com as the server.
Thanks!
Another idea might be to use port 443 for exim, if you don't serve SSL content via your server. Port 443 is normally used for https:// type requests and is probably also opened at airport networks.