On Wed, 17 Feb 2021 18:13:13 +0300 <[email protected]> wrote: > If I understand this correctly, this is needed so that the messages > sent to [email protected] had "Delivered-To" header not with > value of "[email protected]" but with value of > "[email protected]". Am I right? > > So I have put into the postfix config this line: > > mailbox_command = /usr/lib/dovecot/dovecot-lda -a "$RECIPIENT" > > But in the headers of the received messages I have "Delivered-To: > [email protected]" instead of "Delivered-To: > [email protected]". If this is the source of the problem, then > how should I try to fix it? >
Sorry, I just forgot to comment out this line in the postfix config: mailbox_transport·=·lmtp:unix:private/dovecot-lmtp Now I commented it, and the messages properly have "Delivered-To: [email protected]" header. But they are still dropped into the INBOX folder, so that was not the cause of the problem. -- Respectfully, Denis Shadrin
