Testing with Telnet to the SMTP server, however all the messages are stuck in the queue.
HELO test.example.com
MAIL From: <[email protected]>
RCPT To: <[email protected]>
DATA
Subject: Test Email
This is a test email sent via Telnet.
.
QUIT
When I look in the queue folder the messages have no To or From lines, if it edit them to add, they will send when the restarting.
Are the SMTP commands case sensitive or am i missing something