[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

exim outgoing addresses...



I have my system setup as a satellite, which forwards all email to a sh\marthost, who delivers it.

But when it arrives, I'd like the addresses to show where they came from,

e.g.  From:  user@mylinux.whatever
 instead of
        From; user

It looks to me like this rule in /etc/exim.conf is the key place to fix:

	######################################################################
	#                      REWRITE CONFIGURATION                         #
	######################################################################

	# These rewriters make sure the mail messages appear to have originated
	# from the real mail-reading host.

	^(?i)(root|postmaster|mailer-daemon)@theta.cs.mum.edu ${1}@in.limbo Ffr
	*@theta.cs.mum.edu ${1}@mail.mum.edu Ffr
	^(?i)(root|postmaster|mailer-daemon)@localhost ${1}@in.limbo Ffr
	*@localhost ${1}@mail.mum.edu Ffr
	*@in.limbo guthrie@mail.mum.edu Ffr


Hints?

Thanks,
Gregory
--------------------------------------------------------
Gregory Guthrie
guthrie@mum.edu         (641)472-1125    Fax: -1103
--------------------------------------------------------



Reply to: