Cheap Domains, $1 .COM Websites! - Free .COM (or $1.99) on Many Products!
 
Only Minimal Purchase Req'd on Many Free/$1.99 .COM Offers.    And Our Sale Domains are Often Under $2 or $3/year with No Further Purchase Req'd.
 
Plus, almost ALWAYS 15% OFF Everything Not Already Discounted.    15% OFF Most Renewals too!      New: Business-Growth Website-Builders and Hosting!
 

 *ICANN fee adds 18¢ many domains; tas applies some areas.  Our $1 Website Builder with Free .COM is based on 12 months at $1/mo.   Multipile or "Stacked" discounts in same purchase often disallowed (may require separate transactions).  Click for details.

 
Cheap Domains Cheap Domain Names

  
Use Promo HDX for at least
Cheap .com
that's not already On Sale!*
 

Cheap Domains     $1 Websites     Free USA-based Sales/Support:  (800) 655-5512
 

.COM $7.64 (Promo: HDX) |  .NET $10.19  |  .SITE $2.99  |  .ORG $9.99  |  .INFO $4.99  |  .UK $7.64  |  .EU $6.79

Cheap Domains include FREE:  100 Email Addresses & Account, Full DNS Control, Domain Forwarding, Masking, Registrant-Change/Transfer, Monitoring/Alerts, Locking, Expiration Protection, More!

Cheap Domains - Find Yours Now:    
 
Most prices shown
use Promo Code: HDX.  This search function, and most product pages, display higher prices at first, but don't worry,  Discounts appear in Shopping Cart when Promo Code Entered    details

Free .COM Domains!   ...with many products...  

 $1 Website Instantly     Business Website Builder

 Most cPanel & Plesk Hosting    Some WordPress Packages

$1.99 .COM Domains   ...on much else, often including:

Many Email, Calendar, Storage Plans Powerful SSL Certificates, more!

 
Terms & Conditions Here.  Add a .COM to Cart to verify price if product description not specific.

 

 
 

 Cheap Website       Cheap WordPress Hosting        Cheap Website Builder - Easy, Instant!    
Cheap Dedicated Servers       Cheap Virtual Private Servers      
Blogcast and Podcast 

 
Cheap Domains | Availability Check:
 
  

Frequently Asked Questions

Help Center Search

What If I've Reached the SMTP Limit on my Virtual Dedicated/Dedicated Server?

Print this Article
$1 Website
Last Updated: November 11, 2017 1:09 PM

There is a daily limit of 1,000 outbound emails from your dedicated/virtual dedicated server. There are several other reasons besides "standard email" that can cause you to reach this daily restriction. The following are a few things you can check:

Verify That Your Domain Name is Not Sending Out Bouncebacks

The default Plesk setting is to bounce email sent to non-existent users. This means that if your domain is coolexample.com, and someone sends an email to a non-existent user (ex: johndoe@coolexample.com), it is defaulted to send a message back saying "This user does not exist". If your domain receives a lot of incoming mail to non-existent users, the daily limit can be hit in no time.

The solution is to modify your mail preferences to reject mail sent to non-existent users. To reject mail sent to non-existent users in Plesk:

  1. From the Plesk control panel click Domains.
  2. Click Select Domain, then click Mail.
  3. Click Preferences and then click the Reject radio button, and click OK.

NOTE: You will need to do this for all domains on the server.

Test Your Server for an Open Relay

An open mail relay is a SMTP server that is configured in such a way that it allows anyone on the Internet to send email through it. You can use the tool at http://www.abuse.net/relay.html to test for an open relay. To close an open relay:

  • Plesk:
    On a Linux server with Plesk, you will want to log into Plesk as the admin account and click Server > Mail. Make sure that you have either chosen Closedor Authentication Required next to the Relay option.
  • cPanel:
    Servers with cPanel are configured as closed relays by default. If you suspect there is an open relay configured, you can run the following commands using SSH:
    /scripts/fixrelayd
    /etc/rc.d/init.d/antirelayd restart
    service exim restart

Consult the Email Logs & Mail Utilities on Your Server

NOTE: For Plesk (Linux), cPanel, & Simple Control Panel, you will want to use SSH as your main means of troubleshooting. If you do not have an SSH client, you can download Putty free here. For Plesk (Windows), you will want to log into the server using Remote Desktop. For more information on accessing your sever with Remote Desktop see Accessing Your Windows Dedicated Server using Remote Desktop Connection

  • Plesk/Linux Servers:
    /usr/local/psa/var/log/maillog (Qmail log)
    /var/qmail/bin/qmail-qstat (View the amount of messages currently in your outbound queue)
    /var/qmail/bin/qmail-qread (List out all messages in your outbound queue)
    find /var/qmail/queue -name XXXX | xargs cat | less (Read the entire contents of an email, including headers, where XXXX is the ~8 digit ID specified on the /var/qmail/bin/qmail-qread command)
  • cPanel:
    /var/log/exim_mainlog
    /var/log/exim_paniclog
    /var/log/exim_rejectlog
    /var/log/maillog exim -bpr | grep "<" | wc -l (View the amount of messages currently in your outbound queue)
    exim -bp (List out all messages in your outbound queue)
    cPanel also has a graphical mail queue layout that you can view inside WebHost Manager by going to Email > Mail Queue Manager.
  • Simple Control Panel:
    /var/log/maillog (Postfix Log)
    mailq (List out all messages in your outbound queue)
    postcat -q $mailq_message_number | more (Read the contents of an email in your outbound queue)
  • Plesk Windows Servers:
    All mail related messages are stored in text files on the server. To view messages in the outbound queue, browse to:
    C:%Plesk Directory%PleskMail ServersMail EnableQueuesSMTPOutgoing
    C:%Plesk Directory%PleskMail ServersMail EnableQueuesSMTPInbound (for incoming)
    Right click on any of these files and open in Notepad.

NOTE: Your mail logs may also detail vulnerabilities in any scripts that you have installed that send mail. Injection attacks are common against scripts that do not check header data. A trend that indicates an injection attack is a large number of addresses in the BCC field of emails in your queue.

Check Exim Mail Settings in cPanel

On cPanel servers, make sure you have :fail: instead of :blackhole: for your Exim mail settings. An article at http://www.configserver.com/free/fail.html details the differences between the two settings.

To set the default mail behavior to :fail:, you will want to execute the following command through SSH:

echo "defaultmailaction=fail" >> /var/cpanel/cpanel.config

If your domains are set to :fail:, and your logs still show suspicious traffic that leads to continuous relay usage, then you most likely have problems with the Exim Callout system.

By default, exim.conf is set to use callouts to verify the existence of email senders. This means that every time an email is sent to your server from a new address, Exim connects to the relay server during the RCPT callout command. This places an entry into the Exim "mainlog" and uses a SMTP relay.

You can disable this feature by following these steps:

  1. Log into WebHost Manager
  2. Click on Exim Configuration Editor under the Service Configuration area of the left-hand toolbar.
  3. In the second gray area titled Options you will see 4 checkboxes
  4. Uncheck the third checkbox Use callouts to verify the existence of email senders
  5. Click Save
 


Toll Free Technical Support from a USA Call Center, 24 hours a day, 365 days a year:    (800) 655-5512
 
Call us with any sales or support question.     Place Orders by Phone.    Our USA-based Help Desk speaks your language.
 

Call Centers located in the Greater Phoenix metro area and Central Iowa, USA.     Technical Support also available in Spanish   New to Us?  Get a free account in 60 seconds.


 

 

 $1 Cheap Domains   |   $1 Websites   |   Product Catalog   |   Sale Price FAQ   |   Help Pages   |   FAQ   |   Free Phone Support   |   Free WHOIS Lookup   |   My Cart   |   Login

 
ICANN fee of 18 cents [$0.18] may apply on some domain names.    Notice for .eu and some other registering inbound
domain transfers: WHOIS may show domain held under registry
Weiled Weast Domains and/or HostingDude.com.   Legal Agreements.

(https://legacy.hostingdude.com)
 

 


 

Copyright © 2003 - 2019  HostingDude, Inc.  All Rights Reserved.  No reprint or re-use without written authorization.