Wouldn?t it be ideal to link to a LMTP documentation page that describes how to do the same thing under LTMP, and not link to LDA?> On 22 May 2022, at 01:07, Daniel Lange <DLange at debian.org> wrote: > > Am 21.05.22 um 23:30 schrieb dovecot at ptld.com: >> Dovecot accepts the mail from postfix via LMTP. Dovecot already found the valid recipient and accepted the email. > > You need to make postfix pass the extension as lowercase to Dovecot. > > See https://wiki.dovecot.org/LDA/Postfix : > > An example using address extensions (ie user+extension at domain.com (don't forget to define the proper recipient_delimiter in Postfix's main.cf)) to deliver to the folder 'extension' in your maildir (If you wish to preserve the case of ${extension}, remove the 'hu' flags, ... > > dovecot unix - n n - - pipe > flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${user}@${nexthop} -m ${extension}
Benny Pedersen
2022-May-22 10:25 UTC
Fix lmtp_save_to_detail_mailbox to be case insensitive?
On 2022-05-22 11:33, Lucas Rolff wrote:> Wouldn?t it be ideal to link to a LMTP documentation page that > describes how to do the same thing under LTMP, and not link to LDA?typo :) https://doc.dovecot.org/configuration_manual/protocols/lmtp_server/ https://wiki.dovecot.org/HowTo/PostfixDovecotLMTP is google not our friends ? :=)
Daniel Lange
2022-May-22 14:53 UTC
Fix lmtp_save_to_detail_mailbox to be case insensitive?
Am 22.05.22 um 11:33 schrieb Lucas Rolff:> Wouldn?t it be ideal to link to a LMTP documentation page that describes how to do the same thing under LTMP, and not link to LDA?No, because that's not (easily) possible as others have pointed out already. FTR: It is possible but on the postfix side of things with multiple options. https://groups.google.com/g/mailing.postfix.users/c/1p0ubY726N8/m/D3s9V5PXHcIJ for the oldest solution I could find. There is no need to use LMTP if people want to use +extension addressing in their small setups.