article Telnet commands for email server authentication debugging

Use the following steps to help debug email server authentication issues.

  • Enter "telnet"
  • Enter "set LOCAL_ECHO"
  • Enter "open mail.YourDomain.com 25" (replace YourDomain.com with your domain).
  • Enter "HELO"
  • Enter "AUTH LOGIN"

You now need to enter your email and password encoded in BASE64.  For help converting to Base64, click on our conversion tool.  Enter your email, click Encode, copy that value in the telnet session and then press ENTER.  Next, enter your password in the conversion tool, copy that value in the telnet session and press ENTER.

 

If you have successfully authenticated, the server will return: 235 authenticated.

  • Enter "MAIL FROM [email protected]" (replace [email protected] with your email address).
  • Enter "RCPT TO DestinationEmail" (replace DestinationEmail with the destination email).
  • Enter "DATA"
  • Enter "Subject: Test using telnet"
  • Enter "" (send a blank line to separate the headers from the message body)
  • Enter "This is a test to see if I can SMTP auth from my PC"
  • Enter "." The server should return: 250 Message queued
  • Enter "quit"

Related Articles


How do I set up my email server information?

RatingViews
article

You can manually configure the email server that is used to send alerts and reports to up.time users. To configure mail servers, do the following: 1. On the up.time tool bar, click Config. 2....

By: uptime Support | Date Created: 12-31-1969 | Last Modified: 8-31-2011 | Index: 324

  4422

Enabling Debugging in the Windows Agent

RatingViews
article

By: uptime Support | Date Created: 10-14-2005 | Last Modified: 7-6-2011 | Index: 010

  5280

Solaris 10 Agent Commands

RatingViews
article

This article outlines the commands that you can use to control the up.time agent on Solaris 10.

By: uptime Support | Date Created: 3-20-2007 | Last Modified: 10-25-2013 | Index: 152

  5933

How to monitor IMAP, POP & SMTP email services

RatingViews
article

Monitoring email servers can be a complex project. In this How To article we review critical components and metrics that you should monitor to ensure your email services are running optimally and...

By: uptime Support | Date Created: 5-18-2007 | Last Modified: 6-29-2011 | Index: 174

  14850

How to configure LDAP user authentication

RatingViews
article

How the User Authentication Configuration page works. 1. Take LDAP Query, replace %s in the query with the name under LDAP Username2. Connect to LDAP using the distinguished name pointing to that...

By: uptime Support | Date Created: 10-5-2013 | Last Modified: 10-26-2013 | Index: 603

  2765

User Comments



No comments have been posted.

Copyright © 2021 IDERA, Inc.   Legal   Privacy Statement