I created a mail server (mail.mydomain.com) and can send emails from something@mydomain.com without any issue. But when some email addresses (which I tried to send email to) fail, bounce messages try to go to something@mail.mydomain.com and can't be delivered to me.
My current MX records:
MX mail.mydomain.com
mail MX mail.mydomain.com
I use CentOS 7 x64, VestaCP, Exim and Dovecot.
How can i redirect all @mail.mydomain.com emails to @mydomain.com and let the server accept these emails?