Dear colleagues, How to configure exim to route mail to another smtp for specific domain? Example: the primary exim domain is @abc.com. I need to configure exim to route mails with domain destination @lotus.abc.com to lotus server. Does it can in exim? Thank you very much Powered by Telkomsel BlackBerry?
tjilik at gmail.com wrote:> How to configure exim to route mail to another smtp for specific domain?Create the file /etc/exim4/hubbed_hosts with the following contents: lotus.abc.com: YOUR.LOTUS.MAILSERVER.EXAMPLE.COM See man exim4-config_files(5) for more details. Cheers, Antonio