we use smtp login maps to autheticate our clients and the parameter
"smtpd_sasl_authenticated_header = yes" to add the a authenticated user to
the header ...
----------------------------------------------------
Received: from somedom.domain,com ([124.254.23.13]) by
f38.Bay0.hotmail.comwith Microsoft SMTPSVC(6.0.3790.3959);
Tue, 27 Apr 2010 06:11:30 -0700
Received: from exampledomain.com (unknown [124.152.35.201])
(Authenticated sender: re...@olvy.com)
by somedom.domain,com(Postfix) with ESMTPA id 9686C5D870E
for <mar...@hotmail.com>; Tue, 27 Apr 2010 18:41:25 +0530 (IST)
From: Full of Life<market...@exampledomain.com>
To: marialo...@hotmail.com
=-----------------------------------------------------------
is there way to customize the authenticated_header for example instead of
" (Authenticated sender: re...@olvy.com)"
we require --> " ( mm-Authenticated-User: re...@olvy.com) "
i heard is i possible via header checks .. but apart from that is it
possible
This will help in our parser script ..
Thanks
--
Regards
Agnello D'souza