Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DNS
- Exchange
- General
- Addip
- Anonymousftp
- Aspmail
- Aspnet
- Filezilla
- Filezillauser
- Installmysqlw
- Installphp
- Raid
- Remote Desktop
- Timets
- User
- General
- Reset a FileZilla User Password
- Connect to Server with CoRD
- Order Managed Hosting via the Hosting.com Configurator (New Customer)
- Order Dedicated Hosting via the Hosting.com Configurator (Existing Customer)
- Hosting.com Configurator FAQ
- Set Up SmarterMail for TLS
- IIS
- Patches
- Server Reporting Tool
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
Set Up SmarterMail for TLS
This article goes over setting up TLS for SmarterMail. The server must have a SmarterMail Enterprise License in order to use this feature. This article applies only to Cloud and Dedicated Servers.
- Log into the server via Remote Desktop. If you are unsure of how to do this, please see Connecting to a Server via Remote Desktop.
- Open Internet Information Services (IIS). Find the SSL that will be used to set up TLS and export it to a PFX file.
- Next, log into SmarterMail as the server administrator. This is typically http://127.0.0.1:9998 or http://mail.yourdomain.com depending on the server configuration.
- Within SmarterMail admin, navigate to Security > SSL and choose Add SSL. Enter in the following information:
- IP Address: IP of the site in IIS under the SmarterMail site
- SMTP: 25
- POP: 110
- IMAP 143
- Type: TLS
- Certificate Path: the path to the PFX file generated
- Now you can test the setup of TLS. Open a command prompt and type the following: telnet mail.yourdomain.com 25 (where yourdomain.com is a domain on the server)
- The test will reply with the server name and look similar to the following: Trying <xx.xx.xx.xx>
- At the prompt, type ehlo and a response similar to the following will show: 250-mail.yourdomain.com Hello [xx.xx.xx.xx]
- If you see the line about STARTTLS, TLS is setup correctly for the domain.
Connected to mail.yourdomain.com
220 mail.yourdomain.com
250-SIZE 104857600
250-AUTH LOGIN CRAM-MD5
250-STARTTLS
250 OK
