It’s in docker so I’ll check.
Thanks.
B
> On 28 Jun 2021, at 07:52, Aki Tuomi wrote:
>
>
>> On 26/06/2021 08:49 Bojan Čekrlić wrote:
>>
>>
>> Hello list,
>>
>> I have a question which doesn’t seem to be answered by the documentation.
>> I’m running Dovecot on a Raspberry PI-like computer
> On 29/06/2021 07:50 Voytek Eymont wrote:
>
>
> I have a user failing to get mail , using TBird client
>
> is this due to his TBird email client backlevel TLS support ?
>
> I'm trying to find out his TBird version, might be an older TBird
>
> # dovecot --version
> 2.3.15 (0503334ab1)
>
>
> On 29/06/2021 06:05 Ben Burk wrote:
>
>
> There is an example of manually encrypting/decrypting mail processed by the
> mail_crypt plugin here:
> https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/
>
>
> It outlines how one would manually encrypt/decrypt messages using global
On 27 Jun 2021, at 05:38, Andreas M. Kirchwitz wrote:
> Dovecot 2.3.15
On FreeBSD 13.0 I am seeing that my installed version, 2.3.13_1 is the newest
dovecot.
I've been checking since I have some CVEs on that version, but no update yet.
Any timeline for FreeBSD
--
'When you've been a wizard a
I have a user failing to get mail , using TBird client
is this due to his TBird email client backlevel TLS support ?
I'm trying to find out his TBird version, might be an older TBird
# dovecot --version
2.3.15 (0503334ab1)
# egrep "ssl_protocols|ssl_min_protocol" /etc/dovecot/conf.d/10-ssl.conf
There is an example of manually encrypting/decrypting mail processed by
the mail_crypt plugin here:
https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/
It outlines how one would manually encrypt/decrypt messages using global
keys:
doveadm fs get/put crypt
private_key_path=foo:p
Hi,
it wasn't enough, then i added the default_process_limit and it was good. No
more error
Regards
Le mercredi 23 juin 2021 à 21:13:32 (-0400), John Stoffel a écrit :
> > "Pat" == Pat G writes:
>
>
> Pat> i ve a mail server to manage with some email accounts but with
> Pat> multiples u
Is there a way to have a per-user default sieve script get auto created
if it doesn't exist?
Or created on first time use like when the directory set by
plugin{sieve=file:~/} gets created?
Not global scripts.
Am 28.06.2021 um 03:19 schrieb Joe Wong:
Hello,
I am trying to setup a new server on Centos 7 running 2.3.15, I compile
the source with ./configure --with-pam , make then make install. I have
another server using 2.3.8 so I copy my config files from there to
/usr/local/etc/dovecot. I am using
Am 28.06.21 um 07:40 schrieb Aki Tuomi:
>> BTW:
>> the ARC-Seal added by dovecot.org is invalid here, too
>>
>> Andreas
>
> Can you give any more insight on why it's invalid? Last time I checked the
> ARC-Seal was fine.
well, my dovecot folder with 30k messages (8 years) contain ~4k messages
Dear Dovecot people,
I've set up Dovecot replication a couple of years ago. I'm watching the
general server health and having Nagios check doveadm replicator status
regularly. I'm seeing accounts replicating, disk space usage obviously
shows that things work in principle, however, I still wonder w
On Mon, Jun 28, 2021 at 15:21:23 +0100, Pedro Ribeiro wrote:
> Hello again and thanks for the quick answer!
>
> Our base (inbox) namespace is based on MDBOX with SIS
>
> SIS is fantastic optimizing the storage required to the active (daily
> accessed/moved) email.
>
> But for archival and easy
Hello again and thanks for the quick answer!
Our base (inbox) namespace is based on MDBOX with SIS
SIS is fantastic optimizing the storage required to the active (daily
accessed/moved) email.
But for archival and easy recover of some specific user mailbox/folder
it isn't practical to rely on
https://doc.dovecot.org/configuration_manual/sieve/configuration/
Pigeonhole creates logs separate from main dovecot logs. I see
sieve_user_log allows you to change log location and it says if you
don't set it logs are still made by default.
I can not find anything about log rotation of these
On Mon, Jun 28, 2021 at 10:00:59 +0100, Pedro Ribeiro wrote:
> Hello!
>
> Thank you for the suggestion.
>
> That solved the problem of using layout FS with MBOX storage format.
>
> After copying all the mail of the test user to the namespace in this
> format I've compressed all the storage file
Hi Aki,
Am 28.06.21 um 12:19 schrieb Aki Tuomi:
As workaround, you could try dropping script_init function. It might still require
downgrading to 2.3.14 to avoid other similar asserts. script_init &
script_deinit functions are not mandatory.
Commenting out my (anyway empty) script_init func
As workaround, you could try dropping script_init function. It might still
require downgrading to 2.3.14 to avoid other similar asserts. script_init &
script_deinit functions are not mandatory.
Aki
> On 28/06/2021 13:07 Aki Tuomi wrote:
>
>
> Hi!
>
> This has been fixed in master with
> h
Hi!
This has been fixed in master with
https://github.com/dovecot/core/commit/2b508d396cb1442f4da715b762ca544639bde456.patch
We'll see what to do about 2.3.15.
Aki
> On 28/06/2021 12:47 Vytenis Adm wrote:
>
>
> Not a solution, but I'd like to second this issue.
>
> We have a Lua push conf
Not a solution, but I'd like to second this issue.
We have a Lua push configured as well, and are currently running
dovecot-2.3.14-5 (CentOS 7.9)
After bootstrapping new instances with dovecot 2.3.15 the exact same
issue appeared:
Jun 27 18:28:37 imaphost.tld dovecot[1331]:
imap(u...@examp
If the Lua-notifications are enabled, Dovecot imap dies immediately at
authentication:
Jun 28 09:17:29 imap-login: Info: Login: user=, method=PLAIN,
rip=172.18.0.12, lip=172.18.0.16, mpid=16, TLS, session=
Jun 28 09:17:29 imap(ralf)<16>: Panic: file
dlua-script.c: line 224 (dlua_script_init):
Hello!
Thank you for the suggestion.
That solved the problem of using layout FS with MBOX storage format.
After copying all the mail of the test user to the namespace in this
format I've compressed all the storage files with ZSTD and that changed
the name with the additional suffix .zst
Dov
21 matches
Mail list logo