Maximum length of MAIL FROM address

emailemail-bouncesemail-serverpostfixsmtp

When sending out emails with a MAIL FROM address > 81 characters I receive bounce messages from some MTAs:

501 Syntax error – Badly formatted address. (in reply to MAIL FROM command)

As soon as I change the MAIL FROM address to <= 81 characters, the MTA accepts my message.
I didn't find any limits in the RFC docs.

Is this expected behaviour or is the recipients' MTA misconfigurated?

Best Answer

Accoding to the answers given at

https://stackoverflow.com/questions/386294/what-is-the-maximum-length-of-a-valid-email-address

The answer is 254 according to RFC 5321

So, those MTA are badly configured.