|
|||||||||||||||
|
|||||||||||||||
|
|
|||||||||||||||
|
|||||||||||||||
|
|||||||||||||||
|
HOWTO Setup Internet SMTP Mail
The Network Concierge uses sendmail, a mail transport agent using the SMTP protocol. As an E-mail server the Network Concierge will send and receive mail via the Internet/Intranet on behalf of unlimited number attached client machines. E-mail setup is completely automated. All you have to do is setup users and their passwords in order for them to send and receive e-mail. The following describes how to set up the Network Concierge for use as an Internet SMTP Mail server.
Requirements:
1. Internet access q Dedicated (DSL, Cable, ISDN, Frame relay, Satellite, etc….) q dial (56K analog, ISDN) 2. Registered domain name i.e. YourDomainName.com 3. Static IP address from your ISP i.e. 000.111.222.333 4. An agent to act as Primary Domain Name Server for your registered domain 5. A secondary mail server to spool mail when not connected to the Internet
The required services are usually provided by your Internet Service Provider (ISP) as part of your dedicated service or can be provided for an additional fee. For dial up service, Mail Spooling is highly recommended, while optional for dedicated service. Things to do:
1. Enter the Static IP address (000.111.222.333) into the Internet Ethernet interface of the Network Concierge for a dedicated connection or the Internet Dial-out interface for a Dial-up connection to the Internet. 2. Have your (ISP) setup the following: · Primary Domain Name Service (DNS) for your registered domain name (YourDomainName.com). · Create Internet Address (A) and Mail Exchange (MX) records as part of the entries in the new created primary DNS for your registered domain (YourDomainName.com). 1. Create two Internet address (A) records using the static IP address 000.111.222.333 The same IP address used on the Internet interface of the Network Concierge. · YourDomainName.com 000.111.222.333 · Mail.YourDomainName.com 000.111.222.333 2. Create two inverse address records for Domain name (YourDomainName.com) and the Network Concierge Internet interface (Mail.YourDomainName.com). · 333.222.111.000 YourDomainName.com · 333.222.111.000 Mail.YourDomainName.com 3. Create at least two Mail Exchange (MX) records · The first MX record should contain the Mail.YourDomainName.com, an internal host name and the IP address used on the Internet interface of the Network Concierge. This (MX) entry should have a preference of 5 or some number lower than that used by the ISP (the lower the preference number the higher the priority). · The next MX record should contain the name of the ISP Mail Spooling server with a preference number higher than that used for the previously setup (MX) record. 3. After you have completed setting up the Network Concierge and the ISP has setup the Primary DNS for your domain, you could verify your configuration by using an application such as NSLOOKUP.
An nslookup of your domain should look as follows:
> set q=a > networkconcierge.com
Server: domain.server.com Address: 192.247.246.1
Non-authoritative answer: Name: networkconcierge.com Address: 209.192.223.138
> mail.networkconcierge.com
Server: domain.server.com Address: 198.207.206.1
Non-authoritative answer: Name: mail.networkconcierge.com Address: 000.111.222.333
> set q=mx > networkconcierge.com Server: domain.server.com Address: 192.247.246.1
networkconcierge.com MX preference = 10, mail exchanger = mail.networkconcierge.com networkconcierge.com MX preference = 20, mail exchanger = relay1.isp.net networkconcierge.com MX preference = 20, mail exchanger = relay2.isp.net networkconcierge.com nameserver = ns1.isp.net networkconcierge.com nameserver = ns2.isp.net networkconcierge.com nameserver = ns3.isp.net networkconcierge.com nameserver = ns4.isp.net mail.networkconcierge.com internet address = 000.111.222.333 relay1.isp.net internet address = 72.244.124.129 relay2.isp.net internet address = 72.244.124.137 ns1.isp.net internet address = 192.168.85.129 ns2.isp.net internet address = 192.168.145.5 ns3.isp.net internet address = 192.168.145.6 ns4.isp.net internet address = 192.168.85.21
4. With your configuration verified setup your POP3 clients (Eudora, Outlook express, Netscape mail, etc.), using the parameters below:
· Incoming mail (POP3): mail.networkconcierge.com · Outgoing mail (SMTP): mail.networkconcierge.com · User name: User_name created on Network Concierge · Password: Password used when User_name created on Network Concierge
SMTP
SMTP Spooling (Mailbagging) DNS
POP3 Server MX (Mail exchange) resource record
MX records specify a list of mail servers that are configured to receive mail sent to this domain name. Every mail server that receives mail for a domain should have an MX record.
NSLOOKUP
NSLOOKUP is a utility that performs domain name to IP address (forward DNS lookup), IP address to domain name (reverse DNS lookup) and mail exchange.
|
|||||||||||||||
|
|
|||||||||||||||