On Wed, Apr 02, 2014 at 02:08:56PM -1000, Baron Fujimoto wrote: > alias_maps = hash:/etc/aliases, ldap:/etc/postfix/aliases-ldap.cf > > Ideally, for us, precedence would be determined by the order that the > sources are defined for alias_maps,
This is in fact true and I believe documented. > and that lookups would halt once a match was found. True for any given lookup key, but keep in mind that alias expansion is recursive! So: /etc/aliases: foo: bar ldap: bar: baz will route mail for "foo" to "baz". -- Viktor.