I followed the tutorial http://www.tecmint.com/setup-postfix-mail-server-in-ubuntu-debian/.
Everything works fine, except: When I try to send an email from another mail server to my mail server, I get the following error: host said: 550 no such address there.
Such errors occurs when sending email is rejected due to the username unavailability or not found on the system and also there are other common reasons for getting such a “550 No Such Address Here”.
- Incorrect or wrong permissions to Mailbox
- Sender email address was typed incorrectly.
- Mail MX records are not properly configured for the domain.
- Wrong routing of Emails.
Problem solved! MX records were not properly configured
Thanks!