Firstly, I would suggest you read the documentation and the FAQ. These can
be found under
http://www.exim.org/
Secondly, I am not quite clear on which "hostnames" have MX records. The
general way to do this (WRT DNS) is to have the lowest MX record pointing to
the *name* of the mail server and then in the exim configuration to list all
the virtual domains on the local_domains line:
DNS:
example.com. 5 MX mailserver.example.net.
example.org. 5 MX mailserver.example.net.
example.net. 5 MX mailserver.example.net.
mailserver.example.net. A 192.168.1.1
EXIM:
local_domains = example.com : example.org : example.net :
mailserver.example.net
...
rgds,
--
Peter Galbavy
Knowledge Matters Ltd.
http://www.knowledge.com/
----- Original Message -----
From: "Dibun" <dibun75@???>
To: <exim-users@???>
Sent: Tuesday, March 20, 2001 8:37 AM
Subject: [Exim] MX records
> hi
>
> I have 20 virtual domains on my mail server so Is
> it necessary to have a MX record for the hostname
> also.
> when i supplied a hostname without a MX record mail
> are not routed to the virtual host.Is there is way out
> of this.
>
> Arunav Mandal
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at
http://www.exim.org/ ##
>