What does "550 550 5.4.1 Relay Access Denied (state 14)." mean?

4

I am getting this message when I send an email to a corporate email address from my google-apps account:

Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.4.1 Relay Access Denied (state 14).

Maybe it just means the address is bad, but if I try a definite bad email I get:

Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.4.1 @.com: Recipient address rejected: Access Denied (state 14).

Can anyone suggest why the slightly different responses?

Mr. Boy

Posted 2011-10-19T21:03:47.507

Reputation: 3 710

A relay error means that the destination domain is not on the permitted relay list on the SMTP server you are sending through. Were both emails in the same domain? – Paul – 2011-10-19T21:09:55.343

Answers

4

550 Relay Access Denied is often a catch-all response for when mail is rejected, commonly due to falling into a spam filter.

Reasons could include actual spam detection (bulk mailing, or perhaps an overzealous spam filter setting), or a misconfiguration on your Google Apps domain settings where your domain's MX records don't match what IP the server is connecting from (seems unlikely).

I would definitely mention it to the mail administrator of your corporation. You may have uncovered a configuration issue that is also preventing a bunch of other people's email from arriving properly, possibly losing your company business.

Syclone0044

Posted 2011-10-19T21:03:47.507

Reputation: 1 222

2

This could also happen if your exchange server happens to fill up with logs that have not truncated. If you have an application that does your back ups of Microsoft Exchange and those back ups fail then they won't truncate. Your server well essentially fill up with logs and you'll run out of Disc space and then your server will stop receiving / sending emails. Careful though: The reaction on our exchange server is not always the same; sometimes it will allow intra-emails and other times not. Sometimes after four attempts we can send an outbound but we cannot receive an inbound or vice versa.

Jlo

Posted 2011-10-19T21:03:47.507

Reputation: 21

1

I can see the thread is quite old, but a simple Google search sent me here, so I hope it can help other people.

I saw this error message today (a mail sent from a gmail address to an office 365 enterprise address).

The error was just the person tried to send the mail to a.name@entreprise.com instead of aname@enterprise.com :)

So, if you get this message, you can double-check the recipient's address you typed.

PS: sorry if my English is basic, I'm a French user!

Slain

Posted 2011-10-19T21:03:47.507

Reputation: 11

-2

I'm afraid, I don't know what's the generic reason but I've seen that this error may occur if you type a erroneous email address like spelling mistake.

user980892

Posted 2011-10-19T21:03:47.507

Reputation: 1

2This seems to duplicate Slain's more detailed answer from October. – tripleee – 2019-01-04T12:16:41.360