Re: [Dovecot] v2.2.11 released

2014-02-12 Thread Teemu Huovila
dovecot: pop3(fem-qm-sfb) HlCP1jHyGgCNKtkP: Fatal: master: service(pop3): child 14692 killed with signal 11 (core dumped) Hello Please find attached a patch that addresses this problem. Apply on top of 2.2.11 sources with hg import path-to-patch. br, Teemu Huovila # HG changeset patch # Parent

Re: [Dovecot] Crash in pop3 with version 2.2.12

2014-03-28 Thread Teemu Huovila
Thats my bad. This commit should fix it http://hg.dovecot.org/dovecot-2.2/rev/b0359910ec96. Thanks for reporting it. Teemu Huovila

Re: [Dovecot] possible quota bug ?

2014-03-31 Thread Teemu Huovila
: 1073741824S 51505 31 2392 1 1187 1 -2392 -1 Hello This problem should be fixed by http://hg.dovecot.org/dovecot-2.2/rev/30fb6e95b110 but there is also another issue in Maildir+zlib (relating to received timestamp), that I have not found a fix for yet. Teemu Huovila

Re: [Dovecot] how to enable debugging in imapc

2014-04-02 Thread Teemu Huovila
On 04/01/2014 05:49 PM, Tobias Oetiker wrote: specifically, how can i set conn-client-set.debug in ./src/lib-imap-client/imapc-connection.c Set mail_debug = yes somewhere in your configuration file(s). Teemu Huovila

Re: [Dovecot] how to enable debugging in imapc

2014-04-03 Thread Teemu Huovila
. I am nowhere near as experienced in configuring Dovecot as some of the people on this list. br, Teemu Huovila

Re: [Dovecot] Crash in pop3 with version 2.2.12

2014-04-04 Thread Teemu Huovila
0006533553b6 S:6 (null) S:. Hence the question: to patch or not to patch? Patch, if your setup will need to meet any of the three criteria triggering the issue, before 2.2.13 is released. br, Teemu Huovila

Re: [Dovecot] dsync replication questions

2014-04-04 Thread Teemu Huovila
to me. Hope this helps a little, Teemu Huovila

Re: [Dovecot] dsync replication questions

2014-04-04 Thread Teemu Huovila
modified it equally many times (i.e. highest-modseqs were equal), but with different changes. br, Teemu Huovila

Re: [Dovecot] dsync replication questions

2014-04-07 Thread Teemu Huovila
with your particular setup and data would give the most accurate results. br, Teemu Huovila

Re: [Dovecot] dsync deleted my mailbox - what did I do wrong?

2014-04-08 Thread Teemu Huovila
. br, Teemu Huovila

Re: [Dovecot] dsync deleted my mailbox - what did I do wrong?

2014-04-08 Thread Teemu Huovila
_think_ you need to execute dsync-server on the other side, so your full command becomes: doveadm sync -u imaptester ssh -l root vmail1.example.com doveadm dsync-server -u imaptester Sadly, there is no man-page for doveadm sync yet. br, Teemu Huovila

Re: [Dovecot] Segmentation fault running doveadm index (lucene) on a big mailbox

2014-04-15 Thread Teemu Huovila
a different Lucene error, but might mitigate your issue as well. http://hg.dovecot.org/dovecot-2.2/rev/d63b209737be If the issue remains and if possible, install dovecot dbg packages to get symbols and run a bt full instead of bt. br, Teemu Huovila

Re: [Dovecot] Dovecot Replication setup

2014-04-17 Thread Teemu Huovila
regret that I did not spot the error in your configuration and Im sorry nobody else was able to answer you either. The dsync feature (as it is used since v2.2) is one where perhaps not so many have a lot of production environment experience. I hope you will have an easier time from now on. br, Teemu

Re: [Dovecot] Conditional jump or move depends on uninitialised value

2014-05-23 Thread Teemu Huovila
fun:i_stream_create_zlib fun:test_compression_handler fun:test_compression fun:test_run_funcs fun:test_run fun:main } EOF We use this on squeezy, but i think the call stack should be the same. br, Teemu Huovila snip ==2058== Conditional jump or move depends on uninitialised value(s

Re: Problems with dovecot 2.2.13 and monit

2014-06-16 Thread Teemu Huovila
to their DoS-attack modification, which has most probably unexpected side-effect. This was fixed in commits http://hg.dovecot.org/dovecot-2.2/rev/09d3c9c6f0ad and http://hg.dovecot.org/dovecot-2.2/rev/7129fe8bc260 so it will work better in the next release. br, Teemu Huovila

Re: Problems with dovecot 2.2.13 and monit

2014-08-20 Thread Teemu Huovila
On 08/17/2014 11:56 PM, Marius wrote: Teemu Huovila teemu.huovila at dovecot.fi writes: On 06/16/2014 03:35 PM, Hanno Böck wrote: = the problem is caused by dovecot 2.2.13 bug ... its behaviour is inconsistent (LOGOUT in non-authenticated state works per RFC requirement if no SSL is used

Re: Dovecot Enterprize repository access

2014-08-28 Thread Teemu Huovila
credentials. br, Teemu Huovila

Re: how to profiling imap process with valgrind

2014-09-05 Thread Teemu Huovila
/pop3 Fix the paths for valgrind and Dovecot libexec/ to match your system. Depending on your distribution and library versions you may also want to add --suppressions for some external libraries. Valgrind output will be in Dovecot error log. br, Teemu Huovila

Re: Dovecot Enterprize repository access

2014-09-05 Thread Teemu Huovila
? A ChangeLog should be found under /usr/share/doc/dovecot-ee directory. The RPMs themselves do not yet have a changelog as such. br, Teemu Huovila

Re: Replication problem

2014-09-10 Thread Teemu Huovila
modifying DSYNC_IBC_STREAM_TIMEOUT_MSECS in src/doveadm/dsync/dsync-ibc-stream.c . I think that is the timeout you are bumping up against. br, Teemu Huovila

Re: Replication problem

2014-09-10 Thread Teemu Huovila
On 09/10/2014 01:49 PM, Vincent ETIENNE wrote: Le 10/09/2014 11:56, Teemu Huovila a écrit : Currently there is no way to change it at run time. As a quick fix, if you compile your own Dovecot, you could try modifying DSYNC_IBC_STREAM_TIMEOUT_MSECS in src/doveadm/dsync/dsync-ibc-stream.c . I

Re: preserving flags for shared mailbox when migrating from cyrus to dovecot

2014-09-10 Thread Teemu Huovila
with an empty prefix to contain just the private subscriptions: namespace { prefix = hidden = yes list = no subscriptions=yes } Please read http://wiki2.dovecot.org/SharedMailboxes/Public?highlight=%28INDEXPVT%29#Maildir:_Per-user_.2BAFw-Seen_flag for further details. br, Teemu Huovila

Re: doveadm with multiple instances on same machine(s)

2014-09-19 Thread Teemu Huovila
} doveadm_proxy_port = In the 2.2 series you can write this as doveadm_port, I think. br, Teemu Huovila

Re: Question wrt. dovecot replicator

2014-10-02 Thread Teemu Huovila
setting. It is not yet included in the newest (2.2.13) release of Dovecot, but is available via the enterprise version. There are no FreeBSD builds for that, though. ref: http://hg.dovecot.org/dovecot-2.2/rev/c1c67bdc8752 br, Teemu Huovila

Re: Trouble getting listescape plugin to work with $ separator (as demonstrated in Wiki) in Dovecot 2.2.9

2014-10-02 Thread Teemu Huovila
to escape the dollar sign so that it can be used as the separator? There was a mistake in the wiki. You should quote the $ like this: $. br, Teemu Huovila

Re: Trouble getting listescape plugin to work with $ separator (as demonstrated in Wiki) in Dovecot 2.2.9

2014-10-03 Thread Teemu Huovila
clients, try with several namespaces and setting the prefix in them. br, Teemu Huovila

Re: index problem with only 1 folder of 1 box

2014-10-10 Thread Teemu Huovila
of Dovecot. There have been quite a few changes to FTS and the SOLR backend since version 2.2.9. See attached log for HG log of changes. Hope this helps. br, Teemu Huovila 2014-09-16 15:23 +0300 Timo Sirainen t...@iki.fi (8c2cb7d01a78) * src/plugins/fts-solr/fts-backend-solr.c, src/plugins/fts

Re: Where can I find change logs/release notes for Dovecot EE releases?

2014-10-23 Thread Teemu Huovila
On a Redhat based system it is /usr/share/doc/dovecot-ee-version/ChageLog br, Teemu Huovila

Re: Where can I find change logs/release notes for Dovecot EE releases?

2014-10-23 Thread Teemu Huovila
On 10/23/2014 10:34 AM, Teemu Huovila wrote: On 10/23/2014 12:35 AM, deoren wrote: I searched for them and haven't come across them yet. Could any point me in the right direction? Specifically the Ubuntu 12.04 package notes if they're split out. On a Debian based system you should find them

Re: Corrupted SSL parameters file in state_dir with HG 267bca7a62fb

2014-10-31 Thread Teemu Huovila
On 10/31/2014 12:13 PM, Thomas Leuxner wrote: Hi, with the latest HG 267bca7a62fb the following error started to appear in the logs: Oct 31 09:39:07 nihlus dovecot: master: Dovecot v2.2.15 (267bca7a62fb) starting up for imap, lmtp [...] Oct 31 10:10:52 nihlus dovecot: lmtp(20876):

Re: 2.2.15 Panic in mbox_sync_read_next_mail()

2014-11-04 Thread Teemu Huovila
). Other details can not hurt either. br, Teemu Huovila

Re: imap-login segfaults when using post-login

2014-11-26 Thread Teemu Huovila
be done with 'exec $@'. Again, I refer you to the wiki for examples. br, Teemu Huovila

Re: v2.2.15 - make check - Conditional jump or move depends on uninitialised value

2014-12-01 Thread Teemu Huovila
your valgrind, libc etc. br, Teemu Huovila

Re: v2.2.15 - make check - Conditional jump or move depends on uninitialised value

2014-12-01 Thread Teemu Huovila
On 12/01/2014 12:41 PM, AMM wrote: On Monday 01 December 2014 03:41 PM, Teemu Huovila wrote: But Dovecot 2.2.10 (and earlier versions) were not throwing this error. This test was added in Dovecot version 2.2.14. It is also the only reference to strspn() in the whole project. Can I can

Re: Error: mremap_anon(###) failed: Cannot allocate memory

2014-12-08 Thread Teemu Huovila
for those? br, Teemu Huovila

Re: devoid mailbox status for mail reloaded from a tape backup

2014-12-10 Thread Teemu Huovila
1:2.2.10-4.el7_0.1 @updates Documentation for -o was added recently, it is not even on the man-pages of the 2.2.15 release. br, Teemu Huovila

Re: Panic: file mail-index-sync-update.c: line 250 (sync_expunge_range): assertion failed: (count 0)

2014-12-10 Thread Teemu Huovila
/1886e0616ab5 (and cosmetically in http://hg.dovecot.org/dovecot-2.2/rev/56dca338f46b). I can not say for sure though, since your report is lacking some details. For future refrence, please read http://www.dovecot.org/bugreport.html carefully. br, Teemu Huovila

Re: Error: mremap_anon(###) failed: Cannot allocate memory

2014-12-12 Thread Teemu Huovila
that the 18446744073709551615 B displayed in the config (Im assuming doveconf without switches) is the empty value, which actually means the value is not set and the default_vsz_limit is used. http://wiki2.dovecot.org/Services#Service_limits br, Teemu Huovila

Re: error: iostream-ssl.h: No such file or directory

2014-12-21 Thread Teemu Huovila
. br, Teemu Huovila

Re: Crashes with tracebacks

2015-01-05 Thread Teemu Huovila
/message/xqu3yr52c6hjxqk2 might fix your issue. You could also consider switching over to LMTP or dovecot-lda as the mail delivery method. br, Teemu Huovila

Re: dec2str ...

2015-03-11 Thread Teemu Huovila
operating system to system. Thus no length modifier in the format can be correct on all systems. br, Teemu Huovila

Re: [patch] TLS Handshake failures can crash imap-login

2015-04-25 Thread Teemu Huovila
version of openssl do you have? What is the crash message you are seeing? br, Teemu Huovila

Re: [patch] TLS Handshake failures can crash imap-login

2015-04-26 Thread Teemu Huovila
On 04/26/2015 01:39 PM, Hanno Böck wrote: On Sat, 25 Apr 2015 21:36:25 +0300 Teemu Huovila teemu.huov...@dovecot.fi wrote: I was unable to reproduce this nor the first report. Could you describe your environment in more detail? What version of openssl do you have? What is the crash message

Re: [patch] TLS Handshake failures can crash imap-login

2015-04-26 Thread Teemu Huovila
have been made aware, that we have a fix for Dovecot in the works. br, Teemu Huovila

Re: [patch] TLS Handshake failures can crash imap-login

2015-04-27 Thread Teemu Huovila
On 04/26/2015 10:51 PM, Hanno Böck wrote: On Sun, 26 Apr 2015 21:51:25 +0300 Teemu Huovila teemu.huov...@dovecot.fi wrote: Seems the issue might require a version of libopenssl, that does not have support for sslv3 compiled in. I have been made aware, that we have a fix for Dovecot

Re: Dovecot Replication - Architecture Endianness?

2015-05-04 Thread Teemu Huovila
%29 Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs? You can set the userdb to return an empty mail_replica variable for users you want to exclude from replication. http://hg.dovecot.org/dovecot-2.2/rev/c1c67bdc8752 br, Teemu Huovila

Re: Crashes in dovecot -hg (86f535375750)

2015-05-04 Thread Teemu Huovila
On 04/28/2015 01:42 PM, Reuben Farrelly wrote: Seems there is some breakage with -hg latest - 2.2.16 (86f535375750+). I've just had 4 core files created in short succession on both servers in the replication set. Here's the first... Does it work with 1081d57b524e or later? br, Teemu Huovila

Re: FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh

2015-05-04 Thread Teemu Huovila
install bash or just try if it works if you change it to /bin/sh and use whatever FreeBSD has that pointing to. br, Teemu Huovila

Re: SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins

2015-05-04 Thread Teemu Huovila
AC_DEFINE(HAVE_SQLITE,, Build with SQLite3 support) found_sql_drivers=$found_sql_drivers sqlite Regards, Bernd ping ;) Thank you for the report http://hg.dovecot.org/dovecot-2.2/rev/e4ad83ed88c9 br, Teemu Huovila

Re: Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)

2015-05-06 Thread Teemu Huovila
stop blaming fetchmail for this? It's just the messenger. Could you also sprovide your dovecot -n output and any warnings and errors in dovecot logs. br, Teemu Huovila

Re: Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)

2015-05-06 Thread Teemu Huovila
On 05/06/2015 09:57 AM, Teemu Huovila wrote: On 05/05/2015 05:26 PM, Santiago Vila wrote: I have just verified with IMAP commands. This is the procedure: telnet localhost 143 and then type this: A0001 CAPABILITY A0002 LOGIN bluser bluser A0003 SELECT inbox-b A0004 EXPUNGE A0005 FETCH 1

Re: Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]

2015-05-08 Thread Teemu Huovila
On 05/07/2015 02:32 PM, Reuben Farrelly wrote: On 7/05/2015 7:49 AM, Timo Sirainen wrote: On 06 May 2015, at 13:52, Reuben Farrelly reuben-dove...@reub.net wrote: On 4/05/2015 11:06 PM, Teemu Huovila wrote: Also is there a way to restrict replication users aside from a crude hack around

Re: dsync selectively

2015-06-18 Thread Teemu Huovila
)the mail_replica is empty for users you do not want to replicate. Please read http://wiki2.dovecot.org/AuthDatabase/LDAP/Userdb http://wiki2.dovecot.org/Replication?highlight=%28mail_replica%29 and http://wiki2.dovecot.org/Tools/Doveadm/Sync?highlight=%28mail_replica%29 carefully. br, Teemu

Re: events

2015-10-26 Thread Teemu Huovila
e push-notification plugin, so you need to load that plugin. In case you mean the imap_metadata = yes setting, you do not need that, if your driver does not use metadata. Teemu > > On 26-10-15 08:36, Teemu Huovila wrote: >> >> On 26.10.2015 08:59, Frederik Bosch | Genkgo wrote: >>

Re: events

2015-10-26 Thread Teemu Huovila
ely depends on metadata and will not do anything useful, if no metadata is set. Perhaps Michael can correct me, if Im wrong. If you want some subset of the ox driver functionality, you could try implementing your own driver, based on the existing code. br, Teemu > > > Regards, >

Re: events

2015-10-26 Thread Teemu Huovila
ush br, Teemu Huovila > > > > On 23-10-15 16:12, Michael M Slusarz wrote: >> On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: >> >>> Thanks a lot! After looking at the source, I guess the ox driver will >>> do. Maybe, when other peop

Re: events

2015-10-29 Thread Teemu Huovila
On 28.10.2015 19:11, Alessio Cecchi wrote: > Il 26.10.2015 12:04 Teemu Huovila ha scritto: >> On 26.10.2015 12:44, Frederik Bosch | Genkgo wrote: >>> Teemu, >>> >>> If just need the http request, I will need something like the following >>>

Re: updating and wsitching repo to yum.dovecot.fi - Unknown protocol: sieve

2015-10-30 Thread Teemu Huovila
On 30.10.2015 12:18, Götz Reinicke - IT Koordinator wrote: > Hi, > > winter is coming and so I start to clean up some left overs of the year. > > One thing is to use the yum.dovecot.fi repository. > > After installing the current availabel dovecot and dovecot-ee-pigeonhole > package and

Re: updating and wsitching repo to yum.dovecot.fi - Unknown protocol: sieve

2015-10-30 Thread Teemu Huovila
On 30.10.2015 15:35, Götz Reinicke - IT Koordinator wrote: > Am 30.10.15 um 11:49 schrieb Teemu Huovila: >> >> >> On 30.10.2015 12:18, Götz Reinicke - IT Koordinator wrote: >>> Hi, >>> >>> winter is coming and so I start to clean up some lef

Re: Patch for Dovecot 2.2.19 compilation failure

2015-11-06 Thread Teemu Huovila
Contributions of all sizes are appreciated. Thank you. br, Teemu Huovila On 06.11.2015 00:21, Hammer, Adam wrote: > I’m almost embarrassed to submit the following patch. > > cut here > > --- dovecot-2.2.19/src/lib/bits.h.orig Thu Mar 19 08:42:32 2015 > +++ dove

Re: IMAP hibernate feature committed

2015-08-28 Thread Teemu Huovila
On 08/27/2015 07:39 PM, Thomas Leuxner wrote: * Teemu Huovila teemu.huov...@dovecot.fi 2015.08.27 13:58: Did you specify a value other than zero for 'imap_hibernate_timeout'? Yes I did: $ doveconf imap_hibernate_timeout imap_hibernate_timeout = 1 mins I sometimes see one imap

Re: question on autch cache parameters

2015-08-27 Thread Teemu Huovila
Hello Thank you for your report. We really appreciate it, especially when you can pinpoint a commit. However, I am unable to reproduce this. Could you post your doveconf -n please? Im especially interested in your passdb and userdb configurations and auth-cache settings. br, Teemu Huovila

Re: IMAP hibernate feature committed

2015-08-27 Thread Teemu Huovila
On 08/26/2015 01:33 PM, Thomas Leuxner wrote: * Timo Sirainen t...@iki.fi 2015.08.25 22:21: There's no good default setting here. It depends on your userdb settings and/or mail_uid setting. So for example if your imap processes are running as vmail user, you should set service

Re: EVP_PKEY_get1_EC_KEY:expecting a ec key

2015-12-07 Thread Teemu Huovila
t a bug in Dovecot or in openssl/libssl? Could you post your doveconf -n output? br, Teemu Huovila

Re: [BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Teemu Huovila
>> #11 0x7f6f99fc3bf6 in io_loop_run (ioloop=0x232c740) at ioloop.c:583 >> #12 0x7f6f99f317af in master_service_run (service=0x232c5e0, >> callback=0x430a35 ) at master-service.c:640 >> #13 0x00430da2 in main (argc=1, argv=0x232c390) at main.c:442 Thank you for the report. Could you execute "bt full" in gdb please. Also the output of doveconf -n would be useful. br, Teemu Huovila

Re: Replication - hostname issue

2016-01-04 Thread Teemu Huovila
configure it on both. I think this might probably be what you want anyway. br, Teemu Huovila

Re: Dovecot 2.2.20 autoexpunge

2015-12-22 Thread Teemu Huovila
t;doveadm log errors"? Could you post your complete output of doveconf -n please. br, Teemu Huovila

Re: Increased errors "Broken MIME parts" in log file

2016-06-10 Thread Teemu Huovila
On 10.06.2016 10:09, Urban Loesch wrote: > Hi, > > same here on my installation. Version: Enterprise Edition: 2:2.2.24.1-2 Any chance to get some example input triggering this. Perhaps using one of the obfuscation scripts in http://dovecot.org/tools/ br, Teemu Huovila >

Re: search problem dovecot 2.2.21 + fts - Solr

2016-02-25 Thread Teemu Huovila
Another way to Make Search for Exact Word In this new version to > loft? This is most likely fixed by https://github.com/dovecot/core/commit/f3b0efdcbd0bd9059574c8f86d6cb43e16c8e521 The fix will be included in 2.2.22, which will hopefully be released some time mid-march. If you can, please test with a build from current git master tip and let us know, if it does not. br, Teemu Huovila

Re: lmtp timeout, locks and crashes

2016-03-15 Thread Teemu Huovila
> >> // Tom > And you are sure this is not related to your NFS? As a workaround, you could also try different low settings for lmtp_user_concurrency_limit and see if it removes the lock contention, but keeps lmtp performance bearable. You do not have any external programs touching the maildir at the same time, right? br, Teemu Huovila

Re: overview zlib efficiency?

2016-03-16 Thread Teemu Huovila
On 15.03.2016 21:45, Sven Hartge wrote: > Robert L Mathews wrote: > >> Also keep in mind that even if it does increase CPU usage, it reduces >> disk usage. This is probably an excellent tradeoff for most people, >> since most servers are limited by disk throughput/latency

Re: Upgrade Dovecot from 2.1.17 to 2.2.13 lmtp child killed with signal 6

2016-03-22 Thread Teemu Huovila
dovecot/core/commit/98449946caeaf8a3b413a0d93128315b158cbffb Please upgrade, if possible. br, Teemu Huovila > > -- Postqueue -- > > 7A5B77F72B 1160457 Tue Mar 22 10:10:15 i...@jurisic.org > (delivery temporarily suspended: lost connection with > mail.jurisic.o

Re: Replication issues master <-> master nfs backend

2016-03-23 Thread Teemu Huovila
> likely will have > its own issues doing that. Since its not the right way or how things were > designed. Not sure > if this is a bug or what. Hopefully miss-configuration on my end. You should still include your doveconf -n output. Also any errors and warnings logged by dovecot,

Re: Dovecot 2.2.21 change imap logout format (and broke my log parsing)

2016-03-23 Thread Teemu Huovila
ce, these are the commits that break your parsing: https://github.com/dovecot/core/commit/266d72b0b32d5b105de96aac0c050d5a4c0ed3a8 https://github.com/dovecot/core/commit/fa5c3e6ebdcebde921ddbbe43219774ceaf081f0 br, Teemu Huovila > > Thanks

Re: v2.2.23 released

2016-04-04 Thread Teemu Huovila
On 31.03.2016 16:18, Hauke Fath wrote: > On 03/30/16 14:48, Timo Sirainen wrote: >> http://dovecot.org/releases/2.2/dovecot-2.2.23.tar.gz >> http://dovecot.org/releases/2.2/dovecot-2.2.23.tar.gz.sig >> >> This is a bugfix-only release with various important fixes on top of v2.2.22. > > ... the

Re: push-notification plugin and imap-metadata permissions

2016-04-22 Thread Teemu Huovila
On 22.04.2016 15:17, Giovanni S. Fois wrote: > Ultra short version: > > Why cant I set the following mailbox metadata key? > /private/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/http-notify Why do you want to set it there? Have you tried setting it on some mailbox path? > > Let me

Re: push-notification plugin and imap-metadata permissions

2016-04-25 Thread Teemu Huovila
dor/vendor.dovecot/http-notify" > > the 'b' command returns a sort of json with the correct result > the 'c' command returns NIL After command "a", I think you should have gotten the push notification. The getmetadata imap command is not supposed to be able to access the p

Re: stats: Error: FIFO input error: CONNECT: Duplicate session ID

2016-04-18 Thread Teemu Huovila
s is fixed in commit https://github.com/dovecot/core/commit/aeea3dbd1f4031634f7b318614adf51dcfc79f42 br, Teemu Huovila > > Thanks and regards > Urban Loesch

Re: post-delivery virus scan

2016-11-10 Thread Teemu Huovila
> discovered messages had been deleted. > > I’m wondering if there’s a better way to scan recent messages and eradicate > them so the Dovecot isn’t upset when it happens. Maybe using doveadm search? > Looking for suggestions. The removal should if possible be done with the d

Re: Meaning of "protocol !indexer-worker"

2017-04-03 Thread Teemu Huovila
On 17.03.2017 13:11, Angel L. Mateo wrote: > Hello, > > I'm configuring dovecot 2.2.28. Comparing with previous versions I have > found now in 10-mail.conf the config: > > protocol !indexer-worker { > # If folder vsize calculation requires opening more than this many mails > from > #

Re: Adding secure POP3?

2017-04-13 Thread Teemu Huovila
On 13.04.2017 15:33, @lbutlr wrote: > On 2017-04-13 (05:27 MDT), Aki Tuomi wrote: >> >> 4) you can use autoexpunge here, i guess. > > Are messages marked in anyway once they’ve been fetched with pop3 (like > marked read?). If so, I could auto-archive them. Yes, they are

Re: Mailbox size in log file

2017-03-02 Thread Teemu Huovila
On 02.03.2017 18:21, Sergio Bastian Rodríguez wrote: > Hello Dovecot list. > > I need that Dovecot log writes mailbox size in all POP / IMAP connections, > but I do not know if Dovecot can do that. > I have been searching about that with not successful. > > For example, this is the log of our

Re: Auth Policy Server/wforce/weakforced

2017-08-03 Thread Teemu Huovila
On 02.08.2017 23:35, Daniel Miller wrote: > Is there explicit documentation available for the (probably trivial) > configuration needed for Dovecot and Wforce? I'm probably missing something > that should be perfectly obvious... > > Wforce appears to start without errors. I added a file to

Re: weakforced

2017-08-17 Thread Teemu Huovila
Below is an answer by the current weakforced main developer. It overlaps partly with Samis answer. ---snip--- > Do you have any hints/tips/guidelines for things like sizing, both in a > per-server sense (memory, mostly) and in a cluster-sense (logins per sec :: > node ratio)? I'm curious too

Re: Virtual mailboxes, index update issues

2017-08-08 Thread Teemu Huovila
On 07.08.2017 20:28, Stefan Hagen wrote: > Hello, > > I noticed a strange behavor, where I would like to ask for help. > > I have set up a few virtual mailboxes using the Virtual plugin. > These mailboxes are: > - Unread (all undread in all mailboxes) > - LastDay (last 24h of all mailboxes) >

Re: Auth Policy Server/wforce/weakforced

2017-08-08 Thread Teemu Huovila
On 04.08.2017 23:10, Daniel Miller wrote: > On 8/4/2017 12:48 PM, Daniel Miller wrote: >> On 8/3/2017 6:11 AM, Teemu Huovila wrote: >>> >>> On 02.08.2017 23:35, Daniel Miller wrote: >>>> Is there explicit documentation available for the (probably trivial)

Re: [master-2.2] 4118e86

2017-08-08 Thread Teemu Huovila
On 08.08.2017 10:17, Armin Tüting wrote: > quota-status.c: In function ‘client_handle_request’: > quota-status.c:98:10: warning: passing argument 4 of > ‘message_detail_address_parse’ from incompatible pointer type [enabled > by default] > ); > ^ > In file included from

Re: lmtp segfault after upgrade

2017-05-18 Thread Teemu Huovila
On 18.05.2017 10:55, Tom Sommer wrote: > On 2017-05-18 09:36, Teemu Huovila wrote: >> Hello Tom >> >> On 02.05.2017 11:19, Timo Sirainen wrote: >>> On 2 May 2017, at 10.41, Tom Sommer <m...@tomsommer.dk> wrote: >>>> >>>> (gdb) bt full &

Re: lmtp segfault after upgrade

2017-05-18 Thread Teemu Huovila
Hello Tom On 02.05.2017 11:19, Timo Sirainen wrote: > On 2 May 2017, at 10.41, Tom Sommer wrote: >> >> (gdb) bt full >> #0 i_stream_seek (stream=0x21, v_offset=0) at istream.c:298 >>_stream = >> #1 0x7fe98391ff32 in i_stream_concat_read_next (stream=0x1efe6c0)

Re: lmtp segfault after upgrade

2017-05-18 Thread Teemu Huovila
On 18.05.2017 11:56, Tom Sommer wrote: > > > --- > Tom > > On 2017-05-18 10:05, Teemu Huovila wrote: >> On 18.05.2017 10:55, Tom Sommer wrote: >>> On 2017-05-18 09:36, Teemu Huovila wrote: >>>> Hello Tom >>>> >>>> On 02.0

Re: user-defined special-use folders

2017-05-29 Thread Teemu Huovila
On 29.05.2017 12:31, Fabian Schmidt wrote: > > I plan to define SPECIAL-USE mailboxes and think about defining per user > special-use folders for those who don't use the default folder names. Is this > possible in dovecot? > > What I try: > $ doveadm exec imap > * PREAUTH [CAPABILITY

Re: Retrieving mail from read-only mdbox

2017-06-05 Thread Teemu Huovila
On 01.06.2017 00:30, Mark Moseley wrote: > This is a 'has anyone run into this and solved it' post. And yes, I've been > reading and re-reading TFM but without luck. The background is that I'm > working on tooling before we start a mass maildir->mdbox conversion. One of > those tools is

Re: 2nd try: Thunderbird "Empty Trash" causes inconsistent IMAP session state?

2017-06-05 Thread Teemu Huovila
On 05.06.2017 11:02, awl1 wrote: > Resending - any ideas why I might get "IMAP session state is inconsistent" > whenever emtyping the trash in Thunderbird? > > Thanks, > Andreas > > > Am 31.05.2017 um 00:02 schrieb awl1: >> All, >> >> having successfully compiled and set up Dovecot 2.2.29.1

Re: Need Help to analyze the error or is it a bug?

2017-06-16 Thread Teemu Huovila
On 15.06.2017 01:45, Dipl.-Ing. Harald E. Langner wrote: > After done an update to dovecot-2.2.30.2 > > my connection is broken since days. > > all what I try every time the same error: > > Jun 15 00:02:18 auth: Error: auth: environment corrupt; missing value for > DOVECOT_ > Jun 15 00:02:18

Re: XDOVECOT capability?

2017-11-28 Thread Teemu Huovila
On 28.11.2017 20:04, Hogne Vevle wrote: > Hi! > > Here and there, I'm seeing mentions of a "XDOVECOT" capability - e.g. on > https://documentation.open-xchange.com/7.8.2/middleware/components/search/crossfolder_fts_in_mail.html > . > > However, I can't seem to find any documentation on what

Re: dovecot-2.3 (-git) Warning and Fatal Compile Error

2017-10-30 Thread Teemu Huovila
On 30.10.2017 09:10, Aki Tuomi wrote: > > > On 30.10.2017 00:23, Reuben Farrelly wrote: >> Hi Aki, >> >> On 30/10/2017 12:43 AM, Aki Tuomi wrote: On October 29, 2017 at 1:55 PM Reuben Farrelly wrote: Hi again, Chasing down one last

Re: dovecot fts hangs on search

2018-05-04 Thread Teemu Huovila
Hello Could you plese 1. send the full output of doveconf -n 2. Check the SOLR logs for any errors 3. Describe your dovecot architecture, ie. if you are running a single backend or a more complex configuration. 4. Provide a backtrace of the core dump using the instructions on

Re: Plugin charset_alias

2018-03-06 Thread Teemu Huovila
Hello On 05.03.2018 23:46, MRob wrote: > On 2018-03-02 09:57, Teemu Huovila wrote: >> On 02.03.2018 09:38, MRob wrote: >>> On 2018-03-01 22:59, John Woods wrote: >>>> Hey Everyone, >>>> >>>>     We are getting a compile error for Dovecot 2.2.

Re: Plugin charset_alias

2018-03-02 Thread Teemu Huovila
On 02.03.2018 09:38, MRob wrote: > On 2018-03-01 22:59, John Woods wrote: >> Hey Everyone, >> >>     We are getting a compile error for Dovecot 2.2.34 on Solaris 11.3 >> x86, using Solaris Studio 12.6 compiler, and it doesn't occur with >> Dovecot 2.2.33. >> >>> Making all in charset-alias > >

Re: Ask for little change :)

2018-10-12 Thread Teemu Huovila
On 11.10.2018 14:53, Kamil Jońca wrote: > > Is it possible, that dovecot-lmtp, has in inserted "Received:" header > something about its version ie. > instead: > --8<---cut here---start->8--- > Received: from alfa.kjonca by alfa.kjonca with LMTP id >

  1   2   >