On Sun, 1 Sep 2002, Johannes Reichardt wrote:
> Ok this is my last attempt to get help from you.
> I have a debian system with standard exim installation, so all i want
> now is to forward all incoming mail on this machine to another email
> adress.
RTFM
i guess you have exim3, because that't the version provided with debian.
remove ALL directors, and add just this on
forward_all:
driver = smartuser
new_address = forward@???
If you want to setup a mailserver, READ THE MANUALS!
Exim has a VERY good documantation at
www.exim.org and a file called
spec.txt in the source distribution.
You need to understand the concepts of a mailserver, before you can really
use it.
ciao