Mail server error codes

Most common SMTP errors with a short description. If you are a client of Tomahawk Technologies Inc. please cotnact us to resolve any issues.
CodeEn. CodeMessageDescription
5005.5.1Command unrecognizedThe SMTP command currently used was unrecognized or is not supported by the server.
5015.5.2Domain name requiredSender has no domain specified (usually in MAIL FROM)
5015.5.2UnbalancedSMTP session syntax invalid. (usually unbalanced brackets)
5015.5.4Syntax error in parameters scanningCommon syntax error. You probably mistyped last command or last string is invalid.
5015.5.1HELO/EHLO requires domain addressUsually when there was blank or invalid string sequence after HELO/EHLO command.
5015.0.0Authentication cancelledThe process of authentication was cancelled for any reason.
5015.7.0Authentication failedThe username/password combination provided during authentication was invalid.
5015.7.1You are not allowed to send.
5025.5.1Sorry, we do not support this operationThis operation is not allowed.
5035.5.1Incorrect command sequenceA supported command was used on invalid place. For example command RCPT TO used before MAIL FROM or DATA command used when RCPT TO command was not accepted.
5035.5.1Authentication already doneError occurs by re-authentication.
5035.5.1HELO/EHLO command requiredGreeting error. HELO/EHLO command is required.
5035.5.1HELO/EHLO already specifiedGreeting used again.
5045.7.6Unrecognized authentication typeInvalid authentication type. Incorrect or none type of AUTH specified.
5305.7.1Authentication required [AUTH]Authentication with command AUTH is required.
5505.7.1We do not relayServer is not open for relay.
5505.7.1We do not relay, account limits apply
5505.7.1You have rights to send mail to local domains onlyThe user who gets this error is allowed to send mail only to local domains.
5505.7.1Access not allowed1)SMTP Server blocked access by a black list filter. or
2) reject if originator's domain is local and not authorized option turned on
5505.7.1Permission deniedOccurs after a delay from original connection time.
5505.1.1Unknown user local
5505.1.1Unknown user; rejectingUnknown user account. The recipient is not local, thus reject the message.
5515.1.1No such user foundUser account is not local.
5515.1.1No such mailing list foundMailing list is not local.
5525.5.3Too many recipientsThe number of recipients exceeds the maximum of allowed recipients.
5545.3.4Message size exceeds fixed maximum message sizeToo many data was sent by the user. User account has an amount limitation.
5545.7.1Message cannot be accepted, virus foundVirus was found in the message body or in the message attachment.
5545.7.1Message cannot be accepted, content filter rejectionContent filter applied and the message was rejected.
5545.7.1Message cannot be accepted, spam filter rejectionMessage is probably spam.
5545.7.1Message cannot be accepted, spam rejectionMessage is probably spam.
Message deleted by filter
Message challenged by filter
5545.2.2Maximum size exceeded.
5545.3.1Maximum message size exceeded.
5545.7.1Message cannot be accepted, filter rejectionThe message was rejected.