Bluehost Web Hosting Help
Using SSH to View the Mail Queue on Dedicated or VPS
Overview
This article will explain how to view the outgoing email queue or exim queue in SSH.
Click on any of the sections to jump to that point in the guide.
What You Need
- The password for the root user on your server.
- An SSH client like Terminal (Mac, Linux) or Putty (Windows).
- A domain name that points to your server or your servers IP address.
Login through SSH
These instructions require knowing the root password for your server. If you don't know the root password or haven't set one up please see https://my.Bluehost.com/hosting/help/whm-login#root-password.
Using Terminal (Mac, Linux)
- Open Terminal
-
Type the following command to login into your server through SSH:
ssh root@exampledomain.com
Note: Replace exampledomain.com with your domain or IP address. - If you receive a message about the authenticity of the host, type
yes
to continue connecting. -
When it asks for your password, enter the root password to your server.
Note: It's normal not to see anything on the screen change as you enter your password.
Using Putty (Windows)
To make an SSH connection on Windows, you must have a compatible SSH client such as putty. You can download putty from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html.
- Open Putty
- Enter your domain or IP address as the hostname.
- Enter 22 for the port number.
- Protocol should be set to SSH.
- Click the Open button.
- If you receive a message about the authenticity of the host, type
yes
to continue connecting. - When it asks for the username type:
root
- When it asks for the password, enter the password for the root user Note: It's normal not to see anything on the screen change as you enter your password.
Checking the Queue
To see the number of emails in queue enter:exim -bpc
To print a list of messages in queue enter:exim -bp
Clearing the Queue
To remove a single message from the queue, enter:exim -Mrm MessageID
Note: replace MessageID with the ID of the message you want remove.
To clear out the entire mail queue please see: Clearing the Mail Queue on VPS and Dedicated Servers
Recommended Help Content
Clearing the Mail Queue on VPS and Dedicated Servers
This article will explain how to clear the outbound mail queue on a dedicated or VPS server.
Restarting Mail Services on Dedicated or VPS Servers
This article will explain how to restart the email related services on a Dedicated or VPS server. This may be useful if you are experiencing trouble with your email.
Access Mail Logs on Dedicated or VPS Servers
This article will explain how to view the email logs on a Dedicated or VPS server. This may be usefull if you are experiencing trouble with your email.
Related Help Content
VPS or Dedicated Hosting - Modify Exim Port (Mail Transfer Agent)
How to modify the Exim Port (Mail Transfer Agent) in the WHM
Check Backup Dates Using SSH on Dedi/VPS
This article will explain how to check the dates of your backups using SSH.
How To Edit SMTP Settings / Outgoing Mail Server Settings
Explanation what SMTP settings are and guide on where to find them based on their client
Email Application Setup - Windows Live Mail
Windows Live Mail combines the ease of use of Outlook Express, with the speed of Windows Live. This tutorial will show you how to setup your email account in Windows Live Mail.
SPF Records - VPS Dedicated
Sender Policy Framework records, or SPF records are a type of DNS record used to identify which mail servers should be allowed to send email from a certain domain name.
How To Change SMTP Port From 25 To 26 - Email Troubleshooting
How can I change the outgoing SMTP port from 25 to 26?
SSH Access - Generating a Public/Private Key
How to generate and use SSH Keys
How To Setup Email On Windows 10 Mail
This article will explain how to setup an email account in the Windows 10 mail application.