I set up Postfix on a Debian server serving from mydomain.com and configured it to send out emails from mydomain.com email addresses.
Since switching to this configuration, my gmail started to be flooded by emails of the outputs of cronjobs that run on my user account on the server. Apparently, the emails get automatically sent to me@mydomain.com which Postfix sends out instead of keeping locally for the "me" debian user account email.
How can I change the configuration so that such emails only remain in the local mailbox of the user on the server?