Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

SMTP 502 5.5.2 Error: command not recognized #13

Description

@adamlazz

Hi,
I am seeing an SMTP error when sending mail via telnet to the mailsac installation:

[vagrant@vagrant-centos ~]$ telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 vagrant-centos ESMTP MAILSAC
HELO mailsac.com
250 vagrant-centos at your service, [127.0.0.1]
MAIL FROM: <adam@gmail.com>
250 2.1.0 Ok
RCPT TO: <test@mailsac.com>
250 2.1.0 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
test
.
502 5.5.2 Error: command not recognized
250 2.0.0 Ok: queued as O
quit
221 2.0.0 Goodbye!
Connection closed by foreign host.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions