virtual_alias_maps =
hash:$config_directory/virtual
pcre:$config_directory/virtual.pcre,
pcre:$config_directory/virtual_sql.pcre,
proxy:mysql:$config_directory/mysql_virtual_alias_maps.cf
I want to be sure that the ORDER of declarations in virtual_alias_maps is
significant. For example, if something matches in virtual it will always match
and not be overridden by a match in virtual.pcre.
virtual:
[email protected] [email protected],[email protected],[email protected]
virtual.pcre
/^user-(.*)@d2\.tld$/ user+${1}@d3.tld
this will *always* cause [email protected] to send a copy to [email protected],
[email protected], and [email protected]
Or, does the order NOT matter because [email protected] and [email protected]
renter the virtual queue “at the top” and get processed on their own? Come to
think of it, this makes the most sense.
--
Kid 1: What are the four horsemen of the apocalypse?
Dad: War, death, famine and pestilence.
Kid 2: You forgot flatulence!