From: =?ISO-8859-1?Q?Wilberth_P=E9rez?= on
Hi.

I wish to rewrite or disable "userid X" (Received: by mail.example.com
(Postfix, from userid 100)), for not show on postfix headers.

is possible to make these settings in main.cf file configuration of postfix?

--
--------------------------------------------------------
LCC Wilberth de Jes�s P�rez Segura CCSA- Administraci�n de Servicios y Seguridad de las TI
Correo: wilberth.perez(a)uady.mx
Universidad Aut�noma de Yucat�n
Secretar�a General
Coordinaci�n Administrativa de Tecnolog�as de Informaci�n
RIUADY
C-59 x Av. Itz�es (999)923-74-28 Ext. 1117
M�rida, Yucat�n, M�xico 2010
--------------------------------------------------------

From: Noel Jones on
On 5/26/2010 10:13 AM, Wilberth Pérez wrote:
> Hi.
>
> I wish to rewrite or disable "userid X" (Received: by mail.example.com
> (Postfix, from userid 100)), for not show on postfix headers.
>
> is possible to make these settings in main.cf file configuration of postfix?

Use smtp_header_checks REPLACE action to rewrite the header to
something acceptable.
http://www.postfix.org/postconf.5.html#smtp_header_checks
http://www.postfix.org/header_checks.5.html

-- Noel Jones