On Wed, Jul 11, 2012 at 08:36:37PM +0000, Viktor Dukhovni wrote:
On Wed, Jul 11, 2012 at 08:06:06AM +0200, Robert Schetterer wrote:
you can split up this with e.g. transport tables
Yes, but these are then different on the destination hosts
(local delivery) than on the origin hosts (smtp delivery to
the destination hosts). This precludes a central data source
for the transport tables (LDAP, SQL, ...).
As far as I understand transport tables, you just have to maintain one
transport table on your server in Australia:
user_austra...@example.com virtual (or whatever) #local user
user2_a...@example.com smtp:asia.example.com #remote user
On asia.example.com it should work with one fixed transport (e.g.
relay_transport = virtual) for all users handled by this server.
Patrick