hMailServer logo

hMailServer Powered by GlobalSolutions

hMailServer is a free, open source, e-mail server for Microsoft Windows. Any webmail system which supports IMAP, SMTP and POP3 can be used with hMailServer. It has flexible score-based spam protection and can attach to your virus scanner to scan all incoming and outgoing email. hMailServer comes with a set of built-in anti-spam features such as SPF and SURBL. We have made sure the image is hardened so it is secured from all existing vulnerabilities.

How to Access Our AMIs from AWS Marketplace

Note: For more information please refer to the AWS Windows Instance Connection Guide .

Installation Location

CategoryPackagesVersion UsedLocation
Web ServerApache2.4.66C:\Apache24
PHPPHP8.5.5C:\PHP
phpMyAdminphpMyAdmin5.2.3C:\Apache24\htdocs\phpmyadmin
hMail Admin ConsolehMailServer5.6.8C:\Program Files (x86)\hMailServer

phpMyAdmin and hMailServer Login

UsernamePassword
rootglobal
Administratorhmailserver
Tip: It is advisable to change the password after logging into phpMyAdmin.

Getting Started

SMTP

SMTP stands for Simple Mail Transfer Protocol. SMTP is used when email is delivered from an email client, such as Outlook Express, to an email server or when email is delivered from one email server to another. The port may be 25 or 587 depending on your SMTP configuration.

IMAP

IMAP stands for Internet Message Access Protocol. It is a protocol that an email client can use to download email from an email server. The IMAP protocol is designed to let users keep their email on the server. IMAP requires more disk space on the server and more CPU resources than POP3, as all emails are stored on the server. IMAP normally uses port 143.

Accessing the Application

In order to use the application to its full extent, you must have an existing domain or create one. Please create a domain of your own — there is a cost to create these domains, ranging from 99 cents (with discounts on sites like "1 and 1") to $15 from other vendors.

Once you create a domain, the next step is to set the MX value for that domain in the DNS settings. The vendor who provided the domain will give you access to the DNS settings through their console. Once you have this access, set the public DNS name of the instance where you are running the hMailServer in the MX value and set the priority to 10.

Steps to Send and Receive Emails

  1. Open the hMailAdmin.exe application from C:\Program Files (x86)\hMailServer\Bin — this will pop up the connection window. You can also use the hMailAdmin shortcut on the desktop.
  2. Select localhost to connect to the hMailServer admin console and provide the password hmailserver — you should then be connected to the hMailServer.
  3. Right-click on the domain in the left panel and create a new domain.
  4. Once you create a domain, the next step is to create users under it. Expand the domain and select Accounts:
    • Selecting the account will allow you to add users.
    • Make sure to give a password and increase the disk space size to 100 MB.
    • This size sets the amount of data a user can store. If the user exceeds this limit they will not receive further email.
  5. When you send an email it will be delivered to the hMailServer running on this instance, which will communicate with other mail servers using the SMTP protocol:
    • For example, if you are sending email to a Yahoo account, the server will look up the DNS for the Yahoo domain, find its MX value, and communicate with Yahoo's mail server to deliver the email.
    • Similarly, if someone sends email from Yahoo, Gmail, or any other service to an account you created in hMailServer, that external server will look up the MX record for your domain and communicate with your hMailServer instance.
    • Once communicated, the external server will send the email via SMTP protocol. When you open your inbox in the browser, the client will use IMAP protocol to fetch and display the email.

Support

Please contact us at support@theglobalsolutions.net for any questions on this offering in AWS Marketplace.