<p>
        Hello,</p>
<p>
        We encounter a problem while processing postfix logs. We scan logs to store information on a database.</p>
<p>
        To increase speed we just took information after amavis reinjection. But we need to have sasl info.</p>
<p>
        The problem is that this is available only before reinjection, when postfix treat the mail for the firs time.</p>
<p>
        When the mail comes back from amavis, this is no more available.</p>
<p>
        Here is a little example :</p>
<p>
         </p>
<div>
        the first part of the mail (id : 504A66F8090)</div>
<p>
        postfix/smtpd[1062]: 504A66F8090: client=tilsitt.xxx[YY.YY.YY.YY], <strong>sasl_method=PLAIN, sasl_username=xxx@xxx</strong></p>
<div>
        postfix/smtp[1136]: 504A66F8090: to=<xxx@xxx>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.31, delays=0.18/0/0.01/0.13, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=09278-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 839016F8092)</div>
<div>
         </div>
<p>
        And now after reinjection (id 839016F8092)</p>
<p>
        postfix/smtpd[1066]: 839016F8092: client=unknown[YY.YY.YY.YY]</p>
<p>
         </p>
<p>
        As you can see, we don't have sasl information after reinjection. Is there a way to get it?</p>
<p>
        Thanks.</p>
<p>
        David</p>