If you are looking from the WHM exim.conf editor, for whatever reason it is not visible. I have noticed this with other options in exim.conf. Like I can not see dk_remote for domainkeys. But if I open the exim.conf directly with nano, there it is. I just looked at mine from WHM and I can not 'see' the vdomainaliases line. Open up with nano and its there. Sits right on top of virtual_aliases
Code:
valias_domain_file:
driver = redirect
allow_defer
allow_fail
require_files = +/etc/vdomainaliases/$domain
condition = ${lookup {$domain} lsearch {/etc/vdomainaliases/$domain}{yes}{no} }
data = $local_part@${lookup {$domain} lsearch {/etc/vdomainaliases/$domain} }
virtual_aliases:
driver = redirect
allow_defer
allow_fail
require_files = "+/etc/valiases/$domain"
data = ${lookup{*}lsearch{/etc/valiases/$domain}}
file_transport = address_file
group = mail
pipe_transport = virtual_address_pipe
If I think of something else, I'll post back.