Ben Rosengart: > 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, ...). > > Wouldn't the table be unused on the destination host? That doesn't > seem to me to preclude a central store.
If the transport map is the same everywhere, like: u...@example.com smtp:sitexx.example.com Then that recipient will loop once it is delivered to sitexx.example.com, barring the presence of an earlier transport map that sends it to a final delivery agent. Wietse