Cannot Send Email Messages

This article applies to recent versions of SmarterMail. View articles for SmarterMail 15.x and earlier.
There are multiple possible reasons why SmarterMail would be unable to send messages to external email addresses. This article identifies the most common causes of failed outbound email delivery. 

If you are having trouble receiving messages, please see our article, Cannot Receive Incoming Mail Messages.
 
NOTE: If you receive hosted SmarterMail services, you must contact your SmarterMail Administrator or hosting provider for further assistance. We at SmarterTools create the SmarterMail software, but we don't offer this software as a hosted service. As such, we cannot troubleshoot issues with your email delivery. An IT department in your company, your website hosting provider or ISP may be able to provide more information on who manages your domain's email administration.
 
Outgoing connections to port 25 blocked by a firewall
The first and easiest thing to check is to make sure a firewall is not blocking outgoing connections on port 25. To test this, go to a command prompt on your SmarterMail server and try to telnet to a few external mail servers. You can telnet to our SmarterTools mail server on the SMTP port (25) by typing the following:

telnet mail.smartertools.com 25

You should get a response like this:

220 mail.smartertools.com

If you get a response starting with '220' you can just type 'quit' to end the session. If the connection fails then you likely have outgoing connections on port 25 blocked by your firewall. You will probably want to try to connect to one more external mail server to be certain this is the case.

The Spool service is not running
The next easiest thing to check is that the SmarterMail spool service is running. You can check that by logging in as a System Administrator and heading to the Manage > Troubleshooting > Services section of the SmarterMail web interface.

The Spool is backed up

In the event of a compromised account(s), or drive I/O bottleneck the spool can begin to fill and degrade performance to the point where outbound e-mail messages are delayed. In the event of a compromised account the best course of action is to analyze the spool dashboard, and SMTP logs for any suspicious authentication attempts and successes and reset credentials as needed.

Bad DNS Setup
If the spool service is running and outgoing connections to port 25 aren't getting blocked by a firewall, the next most likely culprit is the DNS settings. If you go to the "Settings-General Settings" page you will see a couple of fields for the DNS servers to use. We recommend in most cases to leave these blank. If these are empty, SmarterMail will grab the DNS servers to use from the machine it is running on. If these are not empty, clear out those DNS fields and then restart the SmarterMail service. Now go to a command prompt on your SmarterMail server and verify that your DNS servers are returning correct information for MX lookups. To do that type:

nslookup
set type=mx

Now type a domain name to retrieve it's MX records. When I look up the MX records for SmarterTools.com I receive the following:

SmarterTools.com MX preference=10, mail exchanger = mail.smartertools.com
mail.smartertools.com internet address = IP Address>

If your DNS servers are not returning correct (or any) MX record information you will need to fix them before SmarterMail will be able to send out email correctly.

In a small number of cases SmarterMail is unable to retrieve the DNS servers that the local machine is set to use. In that case, you will want to manually set those DNS servers on the "Settings-General Settings" page. You will want to restart the SmarterMail service after setting those fields.

Mail rejected due to host name or invalid reverse DNS entry
If the problem is only with sending email to certain domains, there are a couple of settings that may affect this. The first is the host name field on the "Settings-General Settings" page. This should be set to a fully qualified domain name. We use mail.smartertools.com for ours. The other thing to check is that the IP that SmarterMail uses to send outgoing mail with has a valid reverse DNS entry. Note that, by default, SmarterMail will always use the first IP of the machine to send from. If you go to a command prompt and type "ipconfig /all", it will be the first IP that is listed. This can be overriden on a per domain basis using the "Outbound IP" setting that is found under the "Technical" tab when editing a domains settings.

Your mail server is listed by a Spam RBL list
Another reason mail servers may reject mail from your mail server is that it is listed on a spam RBL list. There are many spam RBL lists on the internet that keep track of servers reported to send out spam or have been verified as an open relay. To see if your servers IP is listed, do a search for sites that allow you to check an IP against multiple RBL lists. Go to a search engine and type in 'multiple spam RBL list' or something along those lines. At the time of this writing we use http://rbls.org/ or http://www.dnsstuff.com/ to do multiple RBL lookups for a mail server.

Something else
If you are still having trouble sending messages, please contact SmarterTools support for help with this issue.

 
Learn more about SmarterMail's enterprise email features and benefits.

Feedback

Thank you very much, in my case it was the DNS settings inside Settings-General Settings, I was using the machine IP address and then I left them blank and restarted the smarter mail service and voila! it's working fine.
shadi1024 (9/22/2016 at 1:41 PM)