Re: [Exim] Newbie Forwarding issue

Top Page
Delete this message
Reply to this message
Author: Tor Slettnes
Date:  
To: James Herschel
CC: exim-users
Subject: Re: [Exim] Newbie Forwarding issue
On May 7, 2004, at 10:03, James Herschel wrote:
> I've Googled for some time and looked at the FAQ, and I'm embarassed to
> say that I can't figure out how to forward emails for a particular user
> to a non-local domain.

[...]

> DCconfig_local = 1


This should not be set. Instead, you should set "DCconfig_smarthost"
(if your machine is at home, connected via dial-up or broadband) or
"DCconfig_internet" otherwise.

To change these settings, run:

    # dpkg-reconfigure -plow exim4-config


-tor