Lähettäjä: Magnus Holmgren Päiväys: Vastaanottaja: exim-users Kopio: Fluffles Aihe: Re: [exim] Sender header gets attached to outgoing email
Fluffles wrote: > Hi all,
>
> When i send email using php's mail() function, a "Sender" header gets
> attached. When i receive the mail, it looks like:
>
> From: myaddress@???
> To: toaddress@???
> Sender: www@???
>
> I think this is some anti-spam measure where the domain has to be
> "trusted". I tried using the -f parameter but that has no effect. Anyone
> can pinpoint me to the right configuration option to remove this Sender
> header?
You must add www to the trusted_users option. Look for trusted_users in
the specification to find out more.