ram wrote:
On Tue, 2008-09-30 at 16:48 +0200, mouss wrote:
ram wrote:
I would like to hide the recipient (alias) address in the header of the
mail. Unfortunately the header on the mail contains "received from XXXX
for ... <alias-id> "
why?
Because our client does not want his end users to see which alias they
belong to
How can I configure postfix not to insert this header
you can rewrite the header with header_checks and REPLACE.
I had thought header_checks get evaluated when the mail is coming in.
The Received header is also added when "mail is coming in".
I
will try this anyway