if you need to send emails from your Postfix server using MX records instead of local delivery you should leave the following line empty:
mydestination = $myhostname, localhost.$mydomain, localhost
in /etc/postfix/main.cf.
This way:
mydestination =
And restart the server:
/etc/init.d/postfix restart