Re: quota_max_mail_size no tips

2019-03-05 Thread Sami Ketola via dovecot
Do you have the quota plugin loaded? Sami > On 4 Mar 2019, at 11.46, 默认 via dovecot wrote: > > > When the link dovecot imports the message, after the rejection, there is no > prompt in the log. > > I want to get the prompt log of the import failure, what should I do? > >> >> [root@test5

Re: Removing a mailbox from a dovecot cluster

2019-03-05 Thread Gerald Galster via dovecot
> Am 04.03.2019 um 22:19 schrieb Francis via dovecot : > > Le lun. 4 mars 2019 à 12:48, Gerald Galster via dovecot > a écrit : > > Hallo Francis, > > have you tried removing the account from your ldap? If dovecot has no > information about a particular user, it wo

Dovecot v2.3.5 released

2019-03-05 Thread Aki Tuomi via dovecot
Hi! We are happy to release dovecot v2.3.5. Please find sources at https://dovecot.org/releases/2.3/dovecot-2.3.5.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.5.tar.gz.sig You can find precompiled binaries at https://repo.dovecot.org/ NEWS: + Lua push notification driver: mail keyword

Pigeonhole v0.5.5 released

2019-03-05 Thread Aki Tuomi via dovecot
Hi! We are happy to release pigeonhole v0.5.5 for dovecot v2.3.5. Please find sources at https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.5.tar.gz https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.5.tar.gz.sig (Please note that the signing key has been

getrandom() before forking daemon is blocking init system

2019-03-05 Thread Axel Burri via dovecot
Hello When booting from a slow machine, I can observe dovecot blocking the whole boot process. I traced it down to the getrandom() system call in lib/randgen.c, which blocks until the random number generator is initialized (dmesg "random: crng init done"). This can take up to three minutes (!) on

Re: getrandom() before forking daemon is blocking init system

2019-03-05 Thread William Taylor via dovecot
On Tue, Mar 05, 2019 at 05:39:28PM +0100, Axel Burri via dovecot wrote: > Hello > > When booting from a slow machine, I can observe dovecot blocking the > whole boot process. I traced it down to the getrandom() system call in > lib/randgen.c, which blocks until the random number generator is > ini

Re: getrandom() before forking daemon is blocking init system

2019-03-05 Thread Aki Tuomi via dovecot
> On 05 March 2019 at 18:51 William Taylor via dovecot > wrote: > > > On Tue, Mar 05, 2019 at 05:39:28PM +0100, Axel Burri via dovecot wrote: > > Hello > > > > When booting from a slow machine, I can observe dovecot blocking the > > whole boot process. I traced it down to the getrandom() sys

Re: getrandom() before forking daemon is blocking init system

2019-03-05 Thread Axel Burri via dovecot
On 05/03/2019 17.53, Aki Tuomi wrote: > >> On 05 March 2019 at 18:51 William Taylor via dovecot >> wrote: >> >> >> On Tue, Mar 05, 2019 at 05:39:28PM +0100, Axel Burri via dovecot wrote: >>> Hello >>> >>> When booting from a slow machine, I can observe dovecot blocking the >>> whole boot proc