How to Setup Your SMTP Server in a Corporate Environment

Mr. Smith just set up his own local SMTP server onHere is a screenshot of how you can do it in your
his laptop. He is happy he could control his businessSMTP Server software:
even at a distance and he is going to go abroad. NowIP range
Mr. Smith will be disappointed - he will not be able toIP range will help you to open or deny access to
send emails through his new, shiny SMTP server.your server from the listed IP's. Your server uses
Why? When you are sending your email, your e-mailfiltering of the incoming connection's IP addresses.
client connects to the server and sends yourWith the help of IP range list you can block someone
message to it. After it accepts your message foraccess to your server. Also, you may open the ability
delivery, it will store it in its local queue. Then it startsto use your SMTP server with IP addresses, included
emailing.in the range. This is also a very good security option
The problem is that your own local SMTP goesto avert spammers from using your server as an
through various stages of authentication when it isopen relay.
sending your message. Testing your IP is one of theHere is how you setup your IP range list in our SMTP
most important phases, and most of your emails willserver software. Please make sure, you exclude your
be rejected, if you have dynamic IP.router from the list of allowed IP addresses, because
So what Mr. Smith has to do, when he needs tootherwise, any relay from the outside network will
setup SMTP server in a corporate environment? It isgo through without asking for user name and
hard to believe, but he has a simple solution. He doespassword.
not need to carry his SMTP server on his laptopYour local domain
every day. It will be better to install it on a corporateSetting up your local domain gives you and your
server or a home computer with static IP that isusers ability to receive and store messages with your
constantly connected to the Internet.SMTP server, it will also allow you to authenticate all
After the installation Mr. Smith must take theyour users with user name and password. If you
following steps:already have your own domain - add it here. If you
* Configure his SMTP server andneed your domain just for authentication, you may
* Configure his email clientspecify any domain name you like (for example
Let's discuss them in details.myowndomain.com, even if it's not a real domain
If you only want to setup your SMTP server as anname). However if you need to let your users to
outgoing relay, you must do the following:hold their accounts in your server, you will also need
* Configure forward & reverse DNS resolutionto make sure your domain name is registered and
* Check black - listshas a valid MX record.
* Configure SPFYour domain users
* Configure Domain KeysAfter that, add your users and give them their
However if you need to setup your server in apasswords. You can create one or more users -
corporate environment, and you want it to store andnumber of users in a domain is unlimited.
handle your email for you, you have to take a fewWhen you do this, all legal users will have the ability
additional steps::to send, authenticate and receive emails with your
* Setup SMTP portsSMTP server all over the world. It is very important
* Configure IP rangeto set up a secured password for each of your
* Configure your local domainusers and for your anti-spam protection.
* Setup your domain usersYour e-mail client
* Configure your email clientNow you are ready to send your messages with
SMTP portsyour SMTP all over the world. You just have to
Opening additional SMTP ports is the first step of theconfigure your email client software. After you
Server configuration. As you know, port 25 iscreate new email account in your Windows Mail or
standard for SMTP servers. Internet providers oftenOutlook, point your server's static IP as a host name.
block it when they are fighting against spam. It isIf you already have your own domain, you can
necessary to open some other ports, such as 2525,specify that as well.
587 and 465 ports. Since most large companies useAfter this, enter your username (it is your email
it, it has become a "de facto", not a defined,address) and password you've just set up in your
standard. What is most important to you is the factSMTP server. Now you are ready to send e-mails
that no Internet provider is blocking these ports, sowith your corporate SMTP Server from all over the
you will be able to connect to your SMTP serverworld.
from anywhere in the world.