Is there a possibility to have all e-mail sent and received to and from one domain copied to one e-mail account? Not like catchall, which is only for non-existing email addresses.
See postfix bcc maps: http://stackoverflow.com/questions/22537523/postfix-recipient-bcc-maps-multiple-recipients-how-to
Could you please guide me, I'm lost. The goal is to have all mails sent and received through one e-mail domain (lets say mydomain.com) that is set up on ISPConfig backed up on [email protected]. Is this it? always_bcc Add the following entry in /etc/postfix/main.cf to forward all mails in the server to [email protected]. always_bcc = [email protected] As found on: http://www.sudosu.in/2013/06/create-bcc-of-incoming-and-outgoing_26.html
No, thats not domain specific, it will forward all emails for all addresses. Like I outlined above, you have to use bcc maps for that, see link in post #2 for instructions on how to add that for the receiving side and e.g. http://omar.toomuchcookies.net/node/2008/12/postfix-sender_bcc_maps/ for the sender side.