To bring this up again because i have not found a work around solution.
Can dovecot make lmtp_save_to_detail_mailbox case-insensitive?
If you create a folder "foobar" then an email with recipient
user+foo...@example.com will be placed in the folder.
However with the folder as "foobar" an email w
On 2022-05-21 19:17, dove...@ptld.com wrote:
To bring this up again because i have not found a work around solution.
Can dovecot make lmtp_save_to_detail_mailbox case-insensitive?
If you create a folder "foobar" then an email with recipient
user+foo...@example.com will be placed in the folder.
Hi all,
I’m working on migrating a dovecot instance that formerly had its only user
(me) stored in a SQL database to a new instance that uses LDAP so I don’t have
to maintain a handful of different passwords. However, I’m ending up getting
sent to an incorrect mailbox because the %d part of th
Replying to myself…
Empirically, changing the following two lines in the LDAP configuration seems
to have worked:
user_filter = (&(objectClass=posixAccount)(uid=%n))
and
pass_filter = (&(objectClass=posixAccount)(uid=%n))
My question remains, though, why was the original username getting rew
> On 05-21-2022 2:29 pm, Benny Pedersen wrote:
> On 2022-05-21 19:17, dove...@ptld.com wrote:
>> To bring this up again because i have not found a work around solution.
>> Can dovecot make lmtp_save_to_detail_mailbox case-insensitive?
>>
>> If you create a folder "foobar" then an email with recipie
Am 21.05.22 um 23:30 schrieb dove...@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 ad
I seem to have got replication working from an older instance to a newer one
(insofar as the data are present on the new box) that I’m looking to stand up
to replace a newer box. In this case, nothing is configured to talk to the new
machine yet, so the replication is unidirectional (old -> new)