[EMAIL PROTECTED] wrote:
> My company recently acquired a new company. My exim setup is currently 
> setup for 1 domain . How can I setup to host another/multiple domain 
> names. 

On Debian at least you can configure this in /etc/exim4/local_domains. 
Normally that's done by running "dpkg-reconfigure exim4-config". I am 
not sure if other exim installs know/use a local_domains file.

Otherwise a "domains = ..." in  the right section should do the trick. 
For example like this snippet (hope I got the syntax right):

# Insist that any other recipient address that we accept is either in
# one of
# our local domains, or is in a domain for which we explicitly allow
# relaying. Any other domain is rejected as being unacceptable for
# relaying.
require
     message = relay not permitted
     domains = +local_domains : +relay_to_domains : example.com


Greetings,
Jeroen

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to