Re: Panic: file mail-index-util.c: line 37 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)

2018-01-10 Thread Stefan Neben
Hi, > You are storing 1.7 million e-mails in a single mbox file. no, of course not: mdbox_rotate_size = 64 M > I would rather store the archive using one file per e-mail. I think one file per mail would be not good for this setup. One keypoint is that the INBOX is searchable (in a acceptable

Ignored mount points forgotten on reboot

2018-01-10 Thread Kenneth Porter
The list of ignored mount points are stored in a directory (/var/run) that's cleared on reboot. (On CentOS it's a RAM disk.) It seems this should be stored in /etc/dovecot to remain persistent across reboots.

Re: Bug in dovecot 2.3 virtual plugin

2018-01-10 Thread Jakob Schürz
Hi! Now an error is back. I didn't change my configuration and get now this error, whily i try to refresh my thunderbird. I think it happens in a virtual folder again. Jän 11 01:29:19 aldebaran dovecot[11597]: imap-login: Login: user=, method=CRAM-MD5, rip=127.0.0.1, lip=127.0.0.1, mpid=5008,

Re: Panic: file mail-index-util.c: line 37 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)

2018-01-10 Thread Rupert Gallagher
You are storing 1.7 million e-mails in a single mbox file. I would rather store the archive using one file per e-mail.

Re: Dovecot 2.3.0 imap-login using 100% CPU

2018-01-10 Thread Jason Kiniry
We were able to obtain a better backtrace: 0x7f4b303b5af5 in clients_notify_auth_connected () at client-common-auth.c:839 839 if (!client_does_custom_io(client) && client->input_blocked) { (gdb) run Thank you! Regards, Jason Kiniry > On Jan 10, 2018, at 4:28 PM,

Dovecot 2.3.0 imap-login using 100% CPU

2018-01-10 Thread Jason Kiniry
When in the process of testing out the 2.3.0 version of Dovecot, we noticed that on a busy server, imap-login can sometimes take 100% CPU and remain there indefinitely. We grabbed a gdb trace while it was happening: dovenull 36053 31.2 0.0 60460 17316 ?R04:38 11:55

Re: Can Dovecot reject unencrypted mail?

2018-01-10 Thread Jochen Bern
On 01/10/2018 01:08 PM, David Seaward wrote: > Is it possible to configure Dovecot to reject mail that is not > encrypted. In other words: > 1. If the user tries to send an unencrypted message from their MUA, > the server rejects it. > 2. If a third-party tries to send an unencrypted message to

Re: Doveadm field for message body without attachments

2018-01-10 Thread Aki Tuomi
> On January 10, 2018 at 11:49 AM Athanasios Viennas wrote: > > > > Happy new year to all, > > what is the message field in doveadm data model representing the body > without attachments? I need to dump the message body without the > attachments so as to avoid

Re: Can Dovecot reject unencrypted mail?

2018-01-10 Thread Aki Tuomi
> On January 10, 2018 at 2:08 PM David Seaward wrote: > > > Hi, > > Is it possible to configure Dovecot to reject mail that is not > encrypted. In other words: > > 1. If the user tries to send an unencrypted message from their MUA, > the server rejects it. > > 2. If a

Re: openssl question

2018-01-10 Thread Aki Tuomi
> On January 8, 2018 at 10:19 PM Selcuk Yazar wrote: > > > Hi > > we are using dovecot on secure port > > when i try to command > > openssl s_client -connect mail.mydomain:pop3s > > > > it works perfect. > > [image: Inline image 1] > > > Also i check from >

openssl question

2018-01-10 Thread Selcuk Yazar
Hi we are using dovecot on secure port when i try to command openssl s_client -connect mail.mydomain:pop3s it works perfect. [image: Inline image 1] Also i check from https://www.sslshopper.com/ssl-checker.html web page i can see all correct ceritificate paths but i try to this

Can Dovecot reject unencrypted mail?

2018-01-10 Thread David Seaward
Hi, Is it possible to configure Dovecot to reject mail that is not encrypted. In other words: 1. If the user tries to send an unencrypted message from their MUA, the server rejects it. 2. If a third-party tries to send an unencrypted message to the user, the server rejects it. The end result

Doveadm field for message body without attachments

2018-01-10 Thread Athanasios Viennas
Happy new year to all, what is the message field in doveadm data model representing the body without attachments? I need to dump the message body without the attachments so as to avoid unnecessary size of the exported files and while I am also not interested in this part of the message.