Re: [Exim] seting up a mail hub

Góra strony
Delete this message
Reply to this message
Autor: Lawrence Walton
Data:  
Dla: exim-users
Temat: Re: [Exim] seting up a mail hub
I got it fixed a combination of

local_domains =
and
######################################################################
#                      ROUTERS CONFIGURATION                         #
#            Specifies how remote addresses are handled              #
######################################################################
#                          ORDER DOES MATTER                         #
#  A remote address is passed to each in turn until it is accepted.  #
######################################################################


# Remote addresses are those with a domain that does not match any item
# in the "local_domains" setting above.

# This router routes to remote hosts over SMTP using a DNS lookup with
# default options.

#lookuphost:
# driver = lookuphost
# transport = remote_smtp

# This router routes to remote hosts over SMTP by explicit IP address,
# given as a "domain literal" in the form [nnn.nnn.nnn.nnn]. The RFCs
# require this facility, which is why it is enabled by default in Exim.
# If you want to lock it out, set forbid_domain_literals in the main
# configuration section above.

literal:
driver = ipliteral
transport = remote_smtp

hubbed_hosts:
driver = domainlist
transport = remote_smtp
route_list = * mail.otak.com byname

other_hosts:
driver = lookuphost
transport = remote_smtp

end

I wanted to thank everyone involved.


--
*--* Mail: lawrence@???
*--* Voice: 425.739.4247
*--* Fax: 425.827.9577
*--* HTTP://www.otak-k.com/~lawrence/
--------------------------------------
- - - - - - O t a k i n c . - - - - -