AAm@ilsoft.com
Copyright © 2002-, AAm@ilsoft Inc.
|
|
|
AA Mail Server Quick Setup Windows Mail Server :: Database Email Server for Windows SQL based Mail Server :: Webmail Server software
|
|
Database based Windows mail server software
| Easy-to-use and rich-function email server software
| UTF-8 Webmail server, email monitoring, etc...
|
|
|
AA Mail Server is an easy-to-use SQL based mail server software for Win2000/WinXP/Win2003. It is great for small to medium sized business to build their own mail servers. You can install and configure AA Mail Server very easy. When follows below detailed instructions for installation, you can make email service ready as quickly as within 1 minute.
|
| |
|
| | |
| |
|
|
|
|
Step 5.1 Configure firewall
Most servers have installed firewall software for security. You need to enable AA Mail Server access network and open 25 (SMTP), 110 (POP3), 80 (Webmail) TCP ports in your firewall. Let's configure Windows XP firewall as an example.
- Open Windows "Control Panel => Security Center => Windows Firewall";
- Select "Exceptions" tab;
- Click "Add Port" button to add 25/80/110 TCP ports respectively.

Step 5.2 Configure Router/NAT
If your server is behind a router/NAT, you need to setup 25/110/80 port forwarding from router/NAT to server. If you not complete this step, outside will cannot rearch your internal server (could only reach your router). 25/80/110 are for SMTP/POP3/HTTP (Webmail).
Normally router/NAT's internal IP address is 192.168.1.1, and its control panel would be http://192.168.1.1. Assume your server's local IP address is 192.168.1.200. Below demo is control panel of Linksys router.
- Login router/NAT's control panel, normally is "http://192.168.1.1".
- Goto "Port Forwarding" function (different router/NAT may have different function layout).
- Create 25/110/80 port forwarding with 192.168.1.200 and save changes.

How To Verfify These Settings?
After above configuration, you can run DOS commands to verify these settings quickly (just enter "cmd" in Windows Run window). Assume your server's local IP is 192.168.1.200, Internet IP is "123.123.123.123".
[1] "telnet 127.0.0.1 25" to verify if AA Mail Server runs ready.
[2] "telnet 192.168.1.200 25" to verify if mail service is ready in LAN.
[3] "telnet 123.123.123.123 25" to verify if mail service is reachable over Internet.
| |
|