Changes

From SME Server
Jump to navigationJump to search
m
Changed layout of warning and note boxes
Line 2: Line 2:  
Your Internet Service Provider or ISP is your connection to the Internet - it routes Internet data packets to and from your server. It also provides other essential services. This section of the user's guide reviews what ISPs offer and what the implications are in choosing among the various options available to you. While your ISP can also assist you in selecting and arranging the right Internet services for your organization, it's important to know the general range of services available, since not all ISPs offer all services.
 
Your Internet Service Provider or ISP is your connection to the Internet - it routes Internet data packets to and from your server. It also provides other essential services. This section of the user's guide reviews what ISPs offer and what the implications are in choosing among the various options available to you. While your ISP can also assist you in selecting and arranging the right Internet services for your organization, it's important to know the general range of services available, since not all ISPs offer all services.
   −
{| cellspacing="0" border="1"
+
{| style="border: solid 1px; border-color:lightgray; margin: oem; background-color: #ff9999;" width=100% cellpadding=5 cellspacing=5
|'''Warning'''
+
| <B>Warning</B><br>If you are operating the product in "server-only" mode, you will need to review your gateway/firewall documentation and perhaps consult with your ISP regarding your configuration. For example, depending on your plans for the server, your ISP may need to publish DNS records associating your mail and/or web servers with your firewall IP address. You may also need to configure your firewall for port forwarding of services.<br />
|If you are operating the product in "server-only" mode, you will need to review your gateway/firewall documentation and perhaps consult with your ISP regarding your configuration. For example, depending on your plans for the server, your ISP may need to publish DNS records associating your mail and/or web servers with your firewall IP address. You may also need to configure your firewall for port forwarding of services.<br />
+
In server-only mode, the single Ethernet connection to the local network is "trusted" as being secure and packet filtering is disabled. For that reason, a server-only server must always be behind a local firewall. You should not directly connect such a system to the Internet via an Internet Service Provider.
<br />
  −
In server-only mode, the single Ethernet connection to the local network is "trusted" as being secure and packet filtering is disabled. For that reason, a server-only server must always be behind a local firewall. You should not directly connect such a system to the Internet via an Internet Service Provider.||
   
|}
 
|}
   Line 22: Line 20:  
A static IP address never changes. It is permanently assigned to your server by your ISP.
 
A static IP address never changes. It is permanently assigned to your server by your ISP.
   −
{| cellspacing="0" border="1"
+
{| style="border: solid 1px; border-color:lightgray; margin: oem; background-color: #ffff99;" width=100% cellpadding=5 cellspacing=5
|'''Note'''
+
| <B>Note</B><br>Static IP addressing is preferable to dynamic IP addressing because it makes it easier for users on the Internet to connect to your services.
|Static IP addressing is preferable to dynamic IP addressing because it makes it easier for users on the Internet to connect to your services.||
   
|}
 
|}
   Line 54: Line 51:  
[[Image:Network2.png]]
 
[[Image:Network2.png]]
   −
{| cellspacing="0" border="1"
+
{| style="border: solid 1px; border-color:lightgray; margin: oem; background-color: #ffff99;" width=100% cellpadding=5 cellspacing=5
|'''Note'''
+
| <B>Note</B><br>In the tables below, please keep the following information in mind:
|In the tables below, please keep the following information in mind:
   
* ISPs often supply the items marked * to your server by DHCP.
 
* ISPs often supply the items marked * to your server by DHCP.
* Some ISPs block outgoing HTTP connections, forcing you to use their proxy server. This interferes in a few minor ways with your server (e.g., the test for Internet connectivity will fail erroneously). However, using the ISP's proxy server will normally work fine.||
+
* Some ISPs block outgoing HTTP connections, forcing you to use their proxy server. This interferes in a few minor ways with your server (e.g., the test for Internet connectivity will fail erroneously). However, using the ISP's proxy server will normally work fine.
 
|}
 
|}
   Line 89: Line 85:  
Your ISDN adapter will connect to the ISDN connection installed by your ISP or local telecommunications provider. The software can work with external ISDN adapters and includes support for passive ISDN cards.
 
Your ISDN adapter will connect to the ISDN connection installed by your ISP or local telecommunications provider. The software can work with external ISDN adapters and includes support for passive ISDN cards.
   −
{| cellspacing="0" border="1"
+
{| style="border: solid 1px; border-color:lightgray; margin: oem; background-color: #ff9999;" width=100% cellpadding=5 cellspacing=5
|'''Warning'''
+
| <B>Warning</B><br>While the software includes experimental support for ISDN cards, we do not provide technical support for the use of these cards as they have not yet been tested in a wide enough variety of environments.
|While the software includes experimental support for ISDN cards, we do not provide technical support for the use of these cards as they have not yet been tested in a wide enough variety of environments.||
   
|}
 
|}
   Line 150: Line 145:  
* Internet news server (optional)
 
* Internet news server (optional)
   −
{| cellspacing="0" border="1"
+
{| style="border: solid 1px; border-color:lightgray; margin: oem; background-color: #ffff99;" width=100% cellpadding=5 cellspacing=5
||'''Important'''
+
| '''Note on Service List D (Multidrop Mail)'''<br>
'''Some Notes on Service List D (Multidrop Mail)'''
+
Service list D is applied to configurations where the publication of DNS records is not practical either because your IP address changes frequently or because it is non-routable. Because there is no published address receiving incoming network connections, this configuration does not allow you to host a web page or FTP site using your SME Server.
 +
 
 +
In this case, e-mail is handled using a method called "multidrop", which involves temporarily storing all e-mail messages addressed to your domain in a POP mailbox at your ISP until your server connects and fetches them. Your POP mailbox must be large enough to hold the e-mail for your organization until it is fetched. If your primary ISP cannot supply this, you can use another ISP for your e-mail hosting.
 +
 
 +
As e-mail messages are delivered into the POP mailbox at your ISP, some of the addressee information is removed. To determine to whom the e-mail message is addressed, your server uses several heuristics. This works very well for normal person-to-person e-mail. However, messages from mailing lists (and other sources where the user's account name is not present in the headers) cannot be delivered. Any e-mail that cannot be delivered will be returned to the sender. If the e-mail cannot be returned to sender, it will be directed to the system administrator.
 +
 
 +
Some ISPs add a header to each e-mail message as it enters the POP mailbox to assist in determining the addressee. One common header tag is: "X-Delivered-To". If your ISP does this, make note of the header tag used so that you can configure your server to look for it (explained in a later section).
 +
 
 +
Because of the potential problems involved with delivery of e-mail to multidrop mailboxes, we strongly encourage you to consider other means of mail delivery before resorting to using multidrop.
 +
|}
    
Service list D is applied to configurations where the publication of DNS records is not practical either because your IP address changes frequently or because it is non-routable. Because there is no published address receiving incoming network connections, this configuration does not allow you to host a web page or FTP site using your SME Server.
 
Service list D is applied to configurations where the publication of DNS records is not practical either because your IP address changes frequently or because it is non-routable. Because there is no published address receiving incoming network connections, this configuration does not allow you to host a web page or FTP site using your SME Server.

Navigation menu