imap and lmtp create different index/control folders

2023-01-05 Thread George Asenov
Hello, We have migrated our mail server from procmail lda to dovecot lmtp/sieve . dovecot imap create the dir with the email account t...@s32.teststring.ml for name but lmtp create it as test-s32.someteststring...@serverhostname.tld I can't figure out how to manipulate nor what username postfix

WG: Migrating, syncing, maybe load-balancing/failover two dovecot servers?

2023-01-05 Thread Joachim Lindenberg
In my experiments I also experienced replication being stalled when running with ssl. Is this being looked into? Thanks, Joachim -Ursprüngliche Nachricht- Von: dovecot Im Auftrag von Paul Kudla Gesendet: Donnerstag, 5. Januar 2023 02:46 An: dovecot@dovecot.org Betreff: Re: Migrating, syn

Re: WG: Migrating, syncing, maybe load-balancing/failover two dovecot servers?

2023-01-05 Thread Aki Tuomi
Can you verify that the stalling occurs with 2.3.20? We have a potential fix for 2.3.20 also for an TLS stall, so if someone is willing, they could try and let us know, see: https://dovecot.org/list/dovecot/2023-January/125929.html Aki > On 05/01/2023 17:55 EET Joachim Lindenberg wrote: > >

postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Gerben Wierda
I am setting up a new server combination (postfix + dovecot). dovecot's auth service works for postfix. Just lmtp does not and I need to find out why. I don't see anything in the dovecot logging, but I see this on the postfix side (debug) Jan 05 16:11:59 snape postfix/lmtp[127]: connection esta

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Aki Tuomi
> On 05/01/2023 18:38 EET Gerben Wierda wrote: > > > I am setting up a new server combination (postfix + dovecot). dovecot's auth > service works for postfix. Just lmtp does not and I need to find out why. I > don't see anything in the dovecot logging, but I see this on the postfix side > (

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread dovecot
service lmtp { inet_listener lmtp { address = 127.0.0.1 port = 24 } unix_listener /var/spool/postfix/private/lmtp { mode = 0660 user = postfix group = postfix } Looks like you are activating both a socket and a port. Im not sure what dovecot does, does it bind to both or does it pick one an

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Aki Tuomi
> On 05/01/2023 19:17 EET dove...@ptld.com wrote: > > > > service lmtp { > > inet_listener lmtp { > > address = 127.0.0.1 > > port = 24 > > } > > > unix_listener /var/spool/postfix/private/lmtp { > > mode = 0660 > > user = postfix > > group = postfix > > } > > > Looks like you are activatin

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Gerben Wierda
> On 5 Jan 2023, at 18:17, dove...@ptld.com wrote: > >> service lmtp { >> inet_listener lmtp { >> address = 127.0.0.1 >> port = 24 >> } > >> unix_listener /var/spool/postfix/private/lmtp { >> mode = 0660 >> user = postfix >> group = postfix >> } > > > Looks like you are activating both a sock

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Gerben Wierda
> On 5 Jan 2023, at 18:17, dove...@ptld.com wrote: > >> service lmtp { >> inet_listener lmtp { >> address = 127.0.0.1 >> port = 24 >> } > >> unix_listener /var/spool/postfix/private/lmtp { >> mode = 0660 >> user = postfix >> group = postfix >> } > > > Looks like you are activating both a socket

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Gerben Wierda
Boy do I feel stupid. protocols was not set in the new version's dovecot.conf. And default it only contains imap. My old server had an override in dovecot.conf and I copied conf.d over but started with afresh dovecot.conf, so lmtp was missing. G > On 5 Jan 2023, at 18:39, Gerben Wierda wrote:

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Gerben Wierda
Hmm: according to the documentation, the default is "imap pop3 lmtp" But my installation (2.3.20, Alpine apk) for some reason only ran "imap" by default G > On 5 Jan 2023, at 21:27, Gerben Wierda wrote: > > Boy do I feel stupid. > > protocols was not set in the new version's dovecot.conf. An

Re: postfix connects to dovecot lmtp socket, but nothing is delivered

2023-01-05 Thread Benny Pedersen
Gerben Wierda skrev den 2023-01-05 21:34: Hmm: according to the documentation, the default is "imap pop3 lmtp" But my installation (2.3.20, Alpine apk) for some reason only ran "imap" by default and now you know there is no defaults ? in case of not working a doveconf -n would be helpfull on

replicator: Panic: data stack: Out of memory when allocating 268435496 bytes

2023-01-05 Thread Gerben Wierda
One step further in my quest to create a replacement mail server. I now have my old mail server (2.3.19.1, macOS + MacPorts) and my new (2.3.20, Alpine Linux, Docker, apk package). When I turn on replication it works, but, after a while I see: Jan 06 00:50:31 replicator: Panic: data stack: Out

Re: replicator: Panic: data stack: Out of memory when allocating 268435496 bytes

2023-01-05 Thread Aki Tuomi
On January 6, 2023 3:56:39 AM GMT+02:00, Gerben Wierda wrote: >One step further in my quest to create a replacement mail server. > >I now have my old mail server (2.3.19.1, macOS + MacPorts) and my new (2.3.20, >Alpine Linux, Docker, apk package). When I turn on replication it works, but, >a