Problem scenario
You are using Postfix. You are trying to send emails directly from the Postfix server. After you use telnet and helo commands, you enter a recipient like this:
rcpt to: johndoe@example.com
But you get this error:
“550 5.1.1 johndoe@example.com: Recipient address rejected: User unknown in local recipient table”
What should you do?
Root cause
If you change the /etc/postfix/main.cf file to have emails use a “reply-to” of example.com,
…