I am new at setting up virtual domains and modifying exim config and
alias files.
I have created a virtual domain for rva.mknet.org using the following:
----exim.conf:----
local_domains =##other names##:rva.mknet.org
virtual:
driver = aliasfile
domains=rva.mknet.org
no_more
file = /etc/mail/$domain
user = majordom
group = majordom
search_type = lsearch*@
----/etc/aliases----
rva:rva@???
----/etc/mail/rva.mknet.org----
*:rva@???
###This file also contains other normal aliases including ones for majordomo###
My problem is that when I have an alias in /etc/aliases and one in
/etc/mail/rva.mknet.org using the same name (left hand part of address) the
/etc/aliases alias takes precedence and the rva.mknet.org alias file's entry
is ignored. This is not the behaviour I want. I want the domain specified
to determin which alias is used.
Obviously I missed something but I don't know what.
Thanks,
Jack Elliston
--
*** Exim information can be found at
http://www.exim.org/ ***