<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Thank you for sharing your solution! That made my life easier.</p>
    <p>Regards.<br>
    </p>
    <br>
    <div class="moz-cite-prefix">Em 04/03/2018 08:08, Karol Augustin
      escreveu:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d35eb3e24aea3af887a82b4d28840a4a@augustin.pl">
      <pre wrap="">On 2018-03-03 21:47, Karol Augustin wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On 2018-03-03 21:28, Stephan Bosch wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Op 3/2/2018 om 3:35 PM schreef Karol Augustin:
</pre>
          <blockquote type="cite">
            <pre wrap="">Hi,

I am using Dovecot LDA as LMTP renders envelope extension unusable.
(...)
from my master.cf:
dovecot unix - n n - - pipe
   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f
${sender} -a ${original_recipient} -d ${user}@${nexthop}

</pre>
          </blockquote>
        </blockquote>
      </blockquote>
      <pre wrap="">
Sorry for causing problems and wasting time. The problem was with
lacking -r parameter in LDA invocation:

"-r <address>: Final envelope recipient address. Defaults to -a address,
but may differ if e.g. aliases are used or when dropping the +ext part.
(v2.0.3+)"
So the final recipient that is used by vacation was always set to the
original recipient value.

With the following Postfix config everything works exactly as expected.
Response is generated if mail is send to +exct address and is not
generated if it is send to an alias unless the alias is configured in
"addresses variable.

Also the sieve_vacation_use_original_recipient parameter works as
expected.

dovecot unix - n n - - pipe
   flags=OXDRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f
${sender} -a ${original_recipient} -r ${recipient} -d ${user}@${nexthop}


Thanks,
Karol
</pre>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <style type="text/css">
        #a1AssinaturaEmail { font-family: Tahoma, Verdana, Arial; font-size: 10px; }
        #a1AssinaturaEmail * { font-family: Tahoma, Verdana, Arial; font-size: 10px; }
        #a1AssinaturaEmail a { text-decoration: none; color: #FF9900; }
</style>
      <div id="a1AssinaturaEmail"> <span style="font-size: 12px;"><b>Marcio
            Merlone</b></span><br>
      </div>
    </div>
  </body>
</html>