Re: [exim] Multiple Domain Hosting

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeroen van Aart
Data:  
A: Exim Users List
Assumpte: Re: [exim] Multiple Domain Hosting
JDavila@??? 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