Results 1 to 4 of 4
I would like to have the Linux server just run the email. The website would be elsewhere. I know I can edit the MX entries for the domain and have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-09-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 9
Using Linux as JUST an email server
I would like to have the Linux server just run the email. The website would be elsewhere. I know I can edit the MX entries for the domain and have the email point to a different location, and hopefully it could point to our own server's IP address.
Is it possible to just use Linux for this feature, if say I use something like Scalix for the email software? (http://www.scalix.com/)
Tricky problem, however: we want the same linux server to run our intranet, but not internet site, and do not want outside people to access the intranet.
Is there any special configurations, or plenty of help online to get what we need?
Just making sure before I try it....
- 09-10-2005 #2
All you have to do really is point port 25 from the outside world to your linux machine, and run your mailserver of choice upon it (sendmail is pretty ubiquitous). If you want people inside the lan to use different methods of connecting to read their email, you can use imap server and/or pop3 (both available through the xinetd service) or even web-based mail using something like squirrelmail.
All in all, what you want to do is pretty straightforward.Linux user #126863 - see http://linuxcounter.net/
- 09-10-2005 #3Just Joined!
- Join Date
- Sep 2005
- Location
- India
- Posts
- 2
Re: Using Linux as JUST an email server
Hey man thats pretty simple,create a virtual host for the local intranet using a local lan(non - public ip) & just create a rule in the directory option s of that virtual host to allow access from a you lan segment ip only. Done
Originally Posted by jasonray_f
Configure your mail server [MX- like mail.abc.com] on a live ip,install any MTA u like (Qmail is the best).
- 09-11-2005 #4
Re: Using Linux as JUST an email server
You dont even need to configure a virtual host, if you're just using the webserver facility to provide a corporate lan web page - you can just put it in the main config for apache, and not bother with virtual hosts.
Originally Posted by kiraninfotech_in Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
