Hello:

My debian system is inside an intranet, and therefore
I use a smart host for forwarding emails. There is a problem
on how to set the "Sender:" header of an email.
It seems that the smarthost adds "Sender:[EMAIL PROTECTED]"
since (apparently) neither exim nor netscape (mail reader)
put an appropriate FQDN.

I try to fix this problem by forcing the "exim.conf":

------------------------------------------------------------
smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* SMART_HOST.FQDN bydns_a"
  headers_remove = "Sender"
  headers_add = "Sender: <[EMAIL PROTECTED]>"
end
-----------------------------------------------------------

where SMART_HOST.FQDN is the smarthost and [EMAIL PROTECTED]
is my email address. Unfortunately, this way will make ALL 
emails (from any local users) to have:
          "Sender: <[EMAIL PROTECTED]>"

Is there a better way to configure the exim.conf?

regards,

-- 
Rahmat M. Samik-Ibrahim - VLSM-TJT - http://rms46.vlsm.org
===========> .signature at http://rms46.vlsm.org/1/36.html

Reply via email to