Autor: Thomas Mohaupt Data: A: exim-users Assumpte: [Exim] virtual domains / two locations
Hi,
I have two server (serverA and serverB) at two locations.
I want to setup exim to deal with virtual domains (domain1, domain2, ...).
Each mail adress should have the format name@???. Depending on the
(fixed) location of user name the mails should be delivered to serverA or
serverB.
To keep it easy to manage I want to use the same alias/domain files at
serverA and serverB. So I try an alias file like:
user1@???: user1@???
user2@???: user2@???
but then the mails are stored in the folder .../virtual/serverA.domain1.de
(at serverA).
How can I setup exim to store it in .../virtual/domain1.de?