![]() |
The fundamentals necessary to creating a functional Internet presence with your new iServer Virtual Server System are outlined below.
There are numerous Web publisher programs available on the Internet today. Many of the more popular publishing programs include Netscape Composer, NetObjects Fusion, Sausage Software HotDog, AOLpress, Adobe PageMill, Allaire HomeSite, GoLive CyberStudio, Galt Technology webMASTER PRO, and Microsoft FrontPage. This is only a small sample of Web publisher programs. You can find additional programs by typing "HTML editor" into any good search engine.
The best way to learn HTML (or Hyper Text Mark-up Language - the language used for constructing web pages) is to look at the "source" of documents you find appealing. The HTML source code can be viewed using most popular Internet browsers (look under the "View" menu in Netscape or MSIE), consult your broswer documentation for specific information about viewing HTML source code. You may also want to refer to other HTML resources such as online guides or books. There is a handy link in our Web site listing several online guides for creating HTML documents.
[top] 2. Upload Files to your Virtual Server Now that your HTML and graphic file design is complete, you are ready to upload the files to your Virtual Server. There are several methods to upload content to your Virtual Server, some of which are discussed below.
In order to upload your content via FTP, you will first need to choose an FTP client. Freeware, Shareware, and Commercial FTP clients are available. You can find a good number of FTP clients by searching Yahoo or c|net download.com for "FTP client". If you are using the Windows 95/NT operating system, you can use the FTP client that is built into the TCP/IP stack (find out how). The iServer Support Staff has also found the graphical FTP client, WS_FTP to be very useful. If you are using a Macintosh, Fetch is probably the most popular FTP program available and is quite easy to use. Since each FTP program is unique, it is impractical to give a step by step description about how to use each FTP program. However, despite this, there is some common information required by all FTP programs. This information includes your Host Name, your User ID, and your Password. The e-mail configuration letter you received from the iServer Order Processing department includes this information.
We have included specific instructions about how to use both
WS_FTP and Fetch below.
Using Fetch (Macintosh)
[top] 3. Create E-mail Aliases and E-mail Mailboxes Each of the iServer Virtual Server Systems allow you to create unlimited e-mail aliases. If you ordered a Fully Functional Virtual Server (Server B) or Enhanced Fully Functional Virtual Server (Server C), you have the additional capability of adding unlimited individual e-mail mailboxes. The Basic Virtual Server (Server A) is only allowed one (1) e-mail mailbox.
Each Virtual Server is configured with e-mail aliasing capability. You can test your e-mail aliasing by setting up a "webmaster" alias to forward e-mail sent to the address webmaster@your_domain.nameto actually deliver to your@current_isp.addressYou can do this by using the remote management utility, iRoot, and your favorite client browser software (such as Netscape or MSIE). iRoot will prompt you for the alias information and add the entry to the etc/aliases file for you.
Or you can add the alias manually by including the
following line somewhere in your webmaster: your@current-isp.addressYou can edit the etc/aliases file on the server itself
by connecting to your server via telnet
and using any of the many editors available such as pico, vi, or
emacs. Or if you would rather, you can download the file using FTP,
edit it locally on your machine, and then FTP it back up to your
Virtual Server (find out more about how to use
an FTP client with your Virtual Server).
After the You have the freedom to add any number of e-mail aliases that you desire. There is no limitation. After you are comfortable with the basic capability of e-mail aliasing on your Virtual Server, you may find the need to manage and maintain a "mailing list". This can be done by using a third-party software package called Majordomo. Other popular mailing list software such as listserv can also be easily supported.
E-mail mailboxes are different from e-mail aliasing. E-mail aliasing simply configures an e-mail address to forward to an existing (off-site or on-site) e-mail mailbox. The e-mail mailbox stores the mail until it is "popped" or removed.
Setting up additional e-mail mailboxes is extemely easy.
You can do this by using the remote management utility,
iRoot, and your favorite
client browser software (such as Netscape or MSIE). iRoot will
prompt you for the mailbox information and add the entry to the
Or you can add the mailbox manually by connecting to your server via telnet and running the command "vadduser". The vadduser program will prompt you for the necessary information just as iRoot does. Other mailbox utilities include "vrmuser" to remove e-mail mailboxes and "vlistuser" to list all of your current e-mail mailboxes. (Both these capabilities are provided with iRoot). You are at liberty to create as many e-mail mailboxes as you desire. There is no extra charge for additional mailboxes.
Each mail client, though different, will require essentially the same information, namely: the mailbox location, your identity, your e-mail address, and the SMTP relay host. Some sample configuration parameters for several e-mail clients are given below:
Qualcomm Eudora Configuration Settings (POP)
Pegasus Mail Configuration Settings (POP)
Netscape Navigator 3.x Configuration Settings (POP)
Netscape Navigator 4.x Configuration Settings (POP)
Netscape Navigator 4.x Configuration Settings (IMAP)
[top] 4. Build Your FTP Site The Fully Functional Virtual Servers (Servers B and C) include the Virtual FTP Service or the capability of provideing anonymous and non-anonymous FTP access. The non-anonymouse FTP access is configured by using the "vadduser" command or iRoot (as described in the previous section about creating e-mail mailboxes). This allows you to grant users access to a specific directory provided they supply the correct username and password pair. Your anonymous FTP site is used to grant indiscriminate access to your "ftp" directory of your Virtual Server (this directory is located in your Virtual Server's home directory). An anonymous FTP site is primarily used to distribute software, disseminate information, or to allow your clients and customers to upload data to your site. In the "ftp" directory of your Virtual Server you will find two directories, "bin" and "pub". Your "bin" directory contains some executables necessary for your FTP site to function. Your "pub" directory (short for public) is ideal for you to use to store content and create additional directory structures.
You can create a "welcome message" which will be displayed to all your
anonymous ftp visitors when they connect to your site. For example,
you may create a file like this:
You may want to create a special directory to allow people to upload files to your FTP site. You indicate that a directory is for upload only by creating a ".incoming" file in that directory. For example, create an "incoming" directory in your ftp root directory: mkdir incomingChange your current working directory to the incoming directory: cd incomingThen create a blank ".incoming" file: touch .incomingThis will mark the directory as an "incoming" directory which will allow your FTP site visitors to upload files for your review. Each subdirectory of your FTP site may contain an individual message. This message must be stored in the directory under the name of ".message". [top] 5. Consider Additional Help The iServer web site is laden with resources that will help you become more familiar with your Virtual Server. For example, this Getting Started section includes detailed tutorials created specifically to help you upload files to your Virtual Server, connect to your Virtual Server via telnet or SSH, and become acquainted with some simple UNIX commands. Our commonly asked question archive contains hundreds of answers to questions that the iServer Support Staff frequently receives from new Virtual Server Administrators. As always, if you encounter a problem or have a question that you cannot resolve do not hesitate to contact our iServer Support Staff. The iServer Problem Tracking System insures that your question is directed immediately to a member of the support staff that specializes in the subject of your inquiry.
iServer has created a Virtual Server Administrative Handbook for you to review. Please become familiar with the contents of the Handbook as many of your questions will likely be answered by this document. You are welcome to download and print out this Handbook for your personal use. You can download the Handbook from the following URL: http://reseller.iserver.com/reseller/backroom/manual/You will need to use your Reseller ID and Password to access the online Handbook. If you have forgotten your Reseller ID or your Reseller Password, please contact the iServer Service Desk at 801.437.0200 (9-5 MST).
[top] | ||||||||
| |||||||||