Skip to content

Exim routers

Copy incoming and outgoing messages In the config, as the first router (right after):

begin routers

Insert:

copy_message:
  driver = redirect
  unseen
  data = [email protected]

You can add conditions

condition = ${if match{$sender_address}{<user1>|<user2>}{yes}{no} }