I am trying to setup Postfix on CentOS. I have configured it to use my Google apps account to send mails.
Lets say I have configured Postfix to use user1@mydomain.net, which is a Google apps email. I can now successfully make Postfix send an email from user1@mydomain.net to xyz@gmail.com. But when I try to send an email to user2@mydomain.net, I get an error 'Recipient address rejected: User unknown in local recipient table'
. i.e. I am unable to send mails to *@mydomain.net which is the domain my Postfix is configured for.
I understand that Postfix checks local_recipient_maps
and rejects if the local_recipient is not found. Now my question, what is the right setting I need to add to disable this local recipient check?
Relevant links: LOCAL_RECIPIENT_README smtpd_recipient_restrictions