LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dial-up for web/email server - is this possible (https://www.linuxquestions.org/questions/linux-newbie-8/dial-up-for-web-email-server-is-this-possible-519308/)

micro_xii 01-14-2007 07:09 PM

dial-up for web/email server - is this possible
 
Greetings:


For educational purposes; I have dial-up connection, is this possible to have an email/webserver. If possible, what are the things I need to know?


thanks

seanfedora 01-14-2007 08:03 PM

Get yourself a copy of Apache web server using your package manager amd then read how to set it up. It is simple and user friendly. Once you have started it all you have to do is place your web site files inside the /etc/apache/htdocs directory and you are off! The only limitation imposed by your connection is speed. Any site you make will load very slowly so try to cut down on images if you can.

JimBass 01-14-2007 08:13 PM

And you'll also need a no-ip address reporter, something like no-ip.com or dyndns.org offers. That tells the DNS what your current IP is. Anyone with a cable modem or non-static DSL has to use them to report their address, but seeing as your address will change VERY often on dialup, you'll need one of those. I know dyndns.org has a free service, and expect no-ip would as well.

It makes no sense to have email on a dial up connection however. When one email server tries to connect to another, if it fails (because your modem is offline) the sender drops the mail into a queue, and it tries again at set time periods. You'll miss a lot of mail people try to send to you, and I strongly suggest you don't try to run a mail server on dial up.

Peace,
JimBass


All times are GMT -5. The time now is 04:15 AM.