Hello All; I currently have the following setup in my main.cf:
alias_maps = dbm:/etc/postfix/aliases, nis:mail.aliases I've also enabled myself to receive email for about 15 domains. Everything works just fine, but because of some new domains I am now charged with maintaining, I am now faced with how I am going to synchronize these new domains users into my aliases, preferably in a way that would require very little effort on my part. What I am looking for is a way to forward all email for say domain XXX.COM to host server-1, if a users account is not found locally in either my aliases dbm or my NIS maps, ditto for domain ZZZ.com to smtp host server-2. Some of the users for XXX.COM might be residing at my domain/environment, therefore I need to first lookup locally before forwarding. Finally, the next stop on this forwarding would be Microsoft AD/bridgehead servers, just in case that matters. Many thanks in advance, .vp