<div dir="ltr">Hello Aki,<br><br>You solved the problem in which I spent a few hours looking for the solution ;-)<br>I understand that in this case the respective plugins were not loaded and because of this, the event that sends the information to the other server is not generated.<br>What remains now is to create a certificate, and I will use a letsencrypt certificate for server02 and enable SSL. With this, the demand is concluded.<br><br>Thank you for your help.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">--<br>Claudio da Silva Junior<br><a href="mailto:csjunior@gmail.com" target="_blank">csjunior@gmail.com</a></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em qua., 12 de mai. de 2021 às 13:13, Aki Tuomi <<a href="mailto:aki.tuomi@open-xchange.com">aki.tuomi@open-xchange.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> protocol imap {<br>
>  mail_plugins = quota imap_quota<br>
> }<br>
> protocol pop3 {<br>
>  mail_plugins = quota<br>
>  pop3_uidl_format = %08Xu%08Xv<br>
> }<br>
> protocol lda {<br>
>  mail_plugins = sieve quota<br>
>  postmaster_address = <a href="mailto:postmaster@example.net" target="_blank">postmaster@example.net</a><br>
> }<br>
> protocol lmtp {<br>
>  mail_plugins = quota sieve<br>
>  postmaster_address = <a href="mailto:postmaster@example.net" target="_blank">postmaster@example.net</a><br>
> }<br>
> root@server02:/var/vmail#<br>
> <br>
> Att<br>
> <br>
> Claudio Jr.<br>
> <br>
> --<br>
> Claudio da Silva Junior<br>
> <a href="mailto:csjunior@gmail.com" target="_blank">csjunior@gmail.com</a><br>
<br>
Did you forget to use "mail_plugins = $mail_plugins ..." here, since you are missing the base plugins completely here.<br>
<br>
Aki<br>
</blockquote></div>