Re: Re: v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)

2021-03-05 Thread Roland Martinez

Re: shutdown_clients has no effect on doveadm stop

2016-06-14 Thread Roland Rosenfeld
rt dovecot", but doesn't terminate all processes from the dovecot control-group as the default does. But I'm not sure, whether this implies new problems on shutting down the system, because the IMAP/POP3 connections aren't terminated on dovecot shutdown any more. Greeetings Roland

Re: shutdown_clients has no effect on doveadm stop

2016-06-14 Thread Roland Rosenfeld
p PrivateTmp=true NonBlocking=yes # Enable this if your systemd is new enough to support it: #ProtectSystem=full [Install] WantedBy=multi-user.target # /etc/systemd/system/dovecot.service.d/override.conf [Service] LimitNOFILE=22000 Greetings Roland

shutdown_clients has no effect on doveadm stop

2016-06-14 Thread Roland Rosenfeld
ther shell. Only "systemctl reload dovecot" keeps the open sessions healthy. So it seems that either the man page is wrong, or shutdown_clients=no has no effect after dovecot stop... Greetings Roland dovecot -n # 2.2.24 (a82c823): /etc/dovecot/dovecot.conf # Pigeonhole ver

Re: segfault in IMAP APPEND with compressed maildir

2016-06-08 Thread Roland Rosenfeld
3 lines without the > >> segmentation fault, so we ignored the issue until now. > Sorry I mean > https://github.com/dovecot/core/commit/6bc001ee9dc03cb3107239861867cd674fd321d7 Many thanks! This really fixed the Segfault. After applying this patch on 2.2.24, the Segfault disappeared while the above Error messages stayed (as known from 2.2.15). Tscho Roland

Re: segfault in IMAP APPEND with compressed maildir

2016-06-07 Thread Roland Rosenfeld
thanks for your quick response. I just applied the second patch and now we have to wait some days, to see weather the issue really disappeared. I'll keep you informed... Tscho Roland -- Roland Rosenfeld - Teamverantwortlicher Content Delivery - NED - Technik N

segfault in IMAP APPEND with compressed maildir

2016-06-07 Thread Roland Rosenfeld
= 10 mail_plugins = acl quota zlib imap_quota imap_acl } protocol pop3 { mail_plugins = acl quota zlib } I hope, that this is all required information to find and solve this issue. Greetings Roland

Re: Performance

2015-04-24 Thread Roland van Laar
MySQL? Do you have a lot of writes? With SQLite you can run into locking issues: https://www.sqlite.org/lockingv3.html Or use the Write-Ahead Logging: https://www.sqlite.org/wal.html Regards, Roland Should I prefer dbox format? Thank you in advance for your opinion!

Re: FreeBSD ZFS maildir to mdbox

2015-03-21 Thread Roland van Laar
On 18-03-15 08:26, Toni Mattila wrote: Hi, On 18-Mar-15 00:09, Roland van Laar wrote: I'm converting my mailbox from Maildir to mdbox.. The Maildir is from an 1.2 server. The same conversion on a virtual ubuntu 14.04 box works with mentions of "filename has the wrong S value"

FreeBSD ZFS maildir to mdbox

2015-03-17 Thread Roland van Laar
Hello, I'm converting my mailbox from Maildir to mdbox.. The Maildir is from an 1.2 server. The new server is a virtual FreeBSD ZFS server. The conversion is not working, I'm getting either segfaults or the sync just quits with errors. I also did set with mmap_disable=yes. This didn't resolve

Kerberos problems with /dev/null as dovecot home

2015-01-09 Thread Roland Hopferwieser
s set to /dev/null, it will not work. Maybe it would be nice to have an error message for this case. Regards, Roland

Re: [Dovecot] Status

2014-02-12 Thread Roland Rosenfeld
r-size-fix.pl for all users > once should fix that. So I don't really see this worth spending time > on. This may work on a private site, but not on a big cluster. There a missing zlib plugin will faster break your mailboxes than your script can find the broken b

[Dovecot] Size detection/replair does not work with zlib

2013-12-12 Thread Roland Rosenfeld
... Is all this intended behavior? It sounds different to the standard behavior of dovecot, that repairs broken folders if possible... Ciao Roland

[Dovecot] ACL MySQL dict: to_user==from_user entries

2012-08-29 Thread Roland Rosenfeld
. Does it make sense to run a daily cron job, that removes all entries with from_user=to_user or may this cause other inconsistencies? If you need to have a look at my complete setup, it's in http://www.dovecot.org/list/dovecot/2012-July/067130.html, so I don't have to clone this here. Tscho Roland

[Dovecot] ACL with MySQL dict => full table scans (was: v2.1.9 released)

2012-08-02 Thread Roland Rosenfeld
should have replied to something already feel free to resend > the mail. I'm not sure where my request was annoying or difficult, but I didn't read an answer to it ;-) http://www.dovecot.org/list/dovecot/2012-July/067130.html Maybe you could have a look at it... Tscho Rolan

Re: [Dovecot] Multi Server Exim/Dovecot and NFS

2012-07-16 Thread Roland Rosenfeld
ticky for multiple IMAP and POP3 connections from different IPs. I think dovecot director should be able to do similar things (our setup is a little bit older and needs some more flexibility). Tscho Roland -- Roland Rosenfeld - Content Delivery - NED - Technik NetColo

[Dovecot] ACL with MySQL dict => full table scans

2012-07-16 Thread Roland Rosenfeld
lity = local2 userdb { args = /etc/dovecot/dovecot-sql.conf driver = sql } verbose_proctitle = yes protocol imap { mail_max_userip_connections = 10 mail_plugins = quota imap_quota acl imap_acl } protocol pop3 { mail_plugins = quota pop3_no_flag_updates = yes pop3_uidl_format = %v.%u } Tscho Roland

[Dovecot] dovecot does not find libpam when compiling with customized prefix

2012-06-10 Thread Roland
me or a similar problem seems to have appeared 4 years ago: http://www.dovecot.org/list/dovecot/2008-February/028750.html Which libpam file does dovecot expect in which directory? And possibly there is something wrong with the pam_start function? Thanks in advance, Roland

Re: [Dovecot] maildir-dbox hybrid

2010-11-28 Thread Roland Stuehmer
-o dbox-dehybrid $DOVECOT/src/lib/.libs/liblib.a $ find /var/spool/dovecot -name dbox-Mails -type d -exec ./dbox-dehybrid {} \; Fatal: stat(/var/spool/dovecot/mail/roland/dbox/mailboxes/INBOX/dbox-Mails/1114431075.R4ed46e60Q8777.atrus,S=4331,W=4418:2,So) failed: No such file or directory Fatal: s

Re: [Dovecot] maildir-dbox hybrid

2010-11-09 Thread Roland Stuehmer
Roland Stuehmer wrote: > I patched Dovecot 1.2.15 with your diff (and with debian patches). I > then accessed all mailboxes. For some it went OK, but for some I now > only see old mail and am missing the newest ones starting from some time > in February (I probably did a dovecot

Re: [Dovecot] maildir-dbox hybrid

2010-10-21 Thread Roland Stuehmer
nes starting from some time in February (I probably did a dovecot upgrade then). What I got is thousands of these: > Oct 21 21:29:30 atrus dovecot: IMAP(roland): > /var/spool/dovecot/mail/roland/dbox/mailboxes/INBOX/dbox-Mails/u.8922 > corrupted: Invalid dbox version ...and some occas

[Dovecot] maildir-dbox hybrid

2010-10-17 Thread Roland Stuehmer
brid state). On <http://wiki2.dovecot.org/Upgrading/2.0> it just says to contact the mailinglist. :) | If you have any Maildir files in your dbox, you need to convert them | somehow (contact Dovecot mailing list) Regards, Roland. P.S.: I am currently using version: 2.0.5 (b8803a1e2dc2)

Re: [Dovecot] expire plugin doesn't find mail location

2010-01-12 Thread Roland Rosenfeld
still ignored by expire. Tscho Roland -- Roland Rosenfeld - Content Delivery - NED - Technik NetCologne Gesellschaft für Telekommunikation mbH - HRB 25580, AG Köln Am Coloneum 9 50829 Köln Tel.: +49-221--373 Fax: +49-221--7373 Geschäftsführer: Werner Hanf, Karl-Heinz Zankel

[Dovecot] expire plugin doesn't find mail location

2010-01-12 Thread Roland Rosenfeld
l/inbox Info: test/Trash: no messages left Info: test/Spam: stop, expire time in future: Sat Mar 6 12:35:10 2010 As you can see, expire tries to access different (default?) mailbox typies instead of simply using maildir:/var/mailstore/09/test/mail as defined in the userdb. So my main problem seems

Re: [Dovecot] sieve 0.1.14: vacation encodes Subject twice

2010-01-11 Thread Roland Rosenfeld
ame-it.nl/dovecot-1.2-sieve/rev/219a6f0d6bf6 Great job, many thanks. Works now like a charm. Tscho Roland -- Roland Rosenfeld - Content Delivery - NED - Technik NetCologne Gesellschaft für Telekommunikation mbH - HRB 25580, AG Köln Am Coloneum 9 50829 Köln Tel.: +49-

[Dovecot] sieve 0.1.14: vacation encodes Subject twice

2009-12-30 Thread Roland Rosenfeld
ecked out, that 0.1.14 does not encode a non RFC2047 encoded 7bit subject, while a 7bit subject starting with =?utf-8?... is encoded twice. Tscho Roland -- Roland Rosenfeld - Content Delivery - NED - Technik NetCologne Gesellschaft für Telekommunikation mbH - HRB 25580, AG Kö

Re: [Dovecot] Expire Plugin Configuration Question

2009-10-04 Thread Roland Roberts
Charles Marcus wrote: On 10/4/2009, Roland Roberts (rol...@astrofoto.org) wrote: I was hoping to be able to configure a uniform expiration policy, just like I currently use procmail to file my mail without having to have a separate config for each client. What I had said was I don&#

Re: [Dovecot] Expire Plugin Configuration Question

2009-10-04 Thread Roland Roberts
Charles Marcus wrote: On 10/4/2009 7:50 PM, Roland Roberts wrote: I am very confused looking at the expires plugin and its configuration. What is confusing me the most is that it appears that I have to configure expiration globally, meaning, for example, that the Trash mailbox expiration

[Dovecot] Expire Plugin Configuration Question

2009-10-04 Thread Roland Roberts
would be very useful for me since I access my mail from more than one host and via more than one client. roland -- PGP Key ID: 66 BC 3B CD Roland B. Roberts, PhD RL Enterprises rol...@rlenter.com6818 Madeline Court rol