Displaying 20 results from an estimated 10000 matches similar to: "Dovecot can't find CLucene's libstemmer on FreeBSD"
2011 Dec 15
1
Building 2.1.rc1 with cluence, but without libstemmer
Hi,
I'm testing out 2.1.rc1, building against clucene 2.3.3.4.
Without libstemmber, the build fails because it attempts to include SnowballAnalyzer.h which is not part of "core" clucene.
Simple patch below to make dovecot 2.1.rc1 build with clucene but without libstemmer (or textcat).
Looking at libstemmer itself, there are multiple versions. The version in clucene is put into
2014 Nov 14
0
[PATCH]: libexttextcat from libreoffice
Hello.
There is libexttextcat version provided by libreoffice team
http://www.freedesktop.org/wiki/Software/libexttextcat
http://dev-www.libreoffice.org/src/libexttextcat/
which uses pkgconfig. Library name is different:
libexttextcat-2.0.so
so dovecot configure doesn't find it.
Something like this is needed:
--- dovecot-2.2.15/configure.ac~ 2014-10-25 05:57:08.000000000 +0200
+++
2014 Sep 05
0
stemmer or no-stemmer..
Hi,
In the documentation of FTS lucene, I need little more clarification
about this section:
--------------------------------------------------
--with-lucene --with-stemmer
The second switch is only required if you have compiled libstemmer
yourself or if it's included in the CLucene you are using.
--------------------------------------------------
I am totally unsure but as I understand,
2017 May 25
1
"@LIBICU_CFLAGS@: No such file or directory" during libtool command for lib-fts (cross compile)
Hello,
I am a complete newbie to dovecot, but do have reasonable experience in
compiling Unix/Linux software.
I am currently trying to do a cross-compile of dovecot-2.29.1 to be used
on my home office Thecus NAS (host: Thecus kernel 2.6.33 on 32-bit Intel
Atom: "i686-nptl-linux-gnu"; my build machine has Ubuntu 16.04.2 LTS)
"from ground up", i.e. I need to build and
2016 Dec 30
1
FreeBSD / dovecot 2.2.27 / libwrap
I have compiled dovecot2 for FreeBSD with the tcpwrap option.
A tcpwrap binary gets built and resides in the FreeBSD directory
/usr/local/libexec/dovecot
an examination of the compiled options (using the FreeBSD pkg install
dovecot2) confirms: LIBWRAP : on
yet, when I adjust dovecot.conf with: login_access_sockets = tcpwrap
I get the following logged error message:
20161229 17:02:49
2016 Dec 30
1
FreeBSD / dovecot 2.2.27 / libwrap
It works !
It was THAT easy !
Can you suggest how to replace the hair I pulled out ? :-)
On 2016-12-29 5:27 PM, Larry Rosenman wrote:
> login_access_sockets = tcpwrap
>
> service tcpwrap {
> unix_listener login/tcpwrap {
> group = $default_login_user
> mode = 0600
> user = $default_login_user
> }
> }
>
>
>
> On Thu, Dec 29, 2016 at
2016 Mar 25
3
Dovecot on FreeBSD 10.1
Hi Larry,
I?m running dovecot2-2.2.22. ? I?ve tried to compile dovecot from the souce, and I see the same error :/
Are you using sql auth in your setup?
root at beastie:/var/log # doveconf -n
# 2.2.22 (fe789d2): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.13 (7b14904)
# OS: FreeBSD 10.1-RELEASE-p6 amd64 zfs
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain
2020 Sep 07
2
Indexer error after upgrade to 2.3.11.3
Not sure if I mentioned it but I'm on FreeBSD too. I wonder if any
of the patches FreeBSD applies automatically is causing this. I looked
through them but couldn't find anything obvious that might cause this
--- configure.orig? ? ? 2020-08-12 12:20:51 UTC
+++ configure
@@ -28901,13 +28901,13 @@ fi
? ?if test $want_stemmer != no; then
-? ? { $as_echo "$as_me:${as_lineno-$LINENO}:
2017 Feb 02
0
Dovecot performance and proxy loops with IPv6
Hello list,
i run here an large mailsetup with some million mailboxes and got strange performance problems, cause i think i have overseen or forgotten an simple setting.
Here are some details:
21 CentOS 7 Servers with dovecot 2.2.25 and ldap userdb/passdb via socket behind an hardware loadbalancer.
The storage behind is an ISCSI Storage with 4 10Gbit/s multipath paths, splitted up to 10 TB
2017 Feb 08
0
define auth timeout
Hello list,
when reloading dovecot via "doveadm reload" it throws me tons of errors like this:
Feb 08 10:57:30 server1 dovecot[18243]: Feb 08 10:57:30 imap: Error: net_connect_unix(/run/dovecot/auth-master) failed: Resource temporarily unavailable
Feb 08 10:57:30 server1 dovecot[18243]: Feb 08 10:57:30 imap: Error: net_connect_unix(/run/dovecot/auth-master) failed: Resource temporarily
2012 May 30
2
Strange Dovecot 2.0.20 auth chokes and cores
When we upgrade our kernels from 2.6.32.2 to 3.2.16 something strange
has happened.
On high traffic dovecot/auth looks like not responding.
We found a lot of this lines at the log:
dovecot: pop3-login: Error: net_connect_unix(pop3) failed: Resource
temporarily unavailable
(...) and clients stop authorizing
Some other errors follow in the wake of:
dovecot: pop3: Error: Raw backtrace:
2014 Aug 20
1
Panic at virtual folder fts-search-serialize.c
Hi all,
I'm using dovecot 2.2.13 with virtual folders and fts-solr (see attached
dovecot-n.conf). At using virtual folder with fts, the dovecot crashes
with following panic:
Aug 20 10:49:43 imap(...): Panic: file fts-search-serialize.c: line 63
(fts_search_deserialize_add_idx): assertion failed: (*idx < buf->used)
Aug 20 10:49:43 imap(test4 at india.com): Error: Raw backtrace:
2010 Oct 21
1
Correct permissions for base_dir??
I am having problems with dovecot regarding base_dir:
I have ::
base_dir = /opt/dovecot2/var/run/
For some reason, I have to set permissions to(chmod -R 1777
/opt/dovecot2/var/) for dovecot to run properly, but when I start dovecot, I
see this:
[root at gw] /opt/dovecot2/etc/dovecot# less /var/log/dovecot/dovecot.log
Oct 21 16:15:27 master: Warning: Killed with signal 15 (by pid=72634 uid=0
2016 Nov 01
0
Repeat e-mail syndrome shows up in 2.2.26+
El 01/11/2016 a las 01:26 p.m., The Doctor escribi?:
> Getting complaints from people about pop/imap
>
> issues.
>
> some people are getting repaeted e-mail.
>
> Other are not able to delete their e-mails from an IMAP lcient.
Did you try to delete the dovecots cache? I had the same problem once,
when I restored a backup of some mails. I deleted all dovecot.index* on
home
2015 Jul 29
2
charset-iconv.c panic
Hi,
I have a mailbox where indexing fails with the following error:
# /opt/dovecot2/bin/doveadm -c /tmp/dovecot.conf -o
mail_location=/tmp/skesselring index '*'
doveadm(root): Panic: file charset-iconv.c: line 132 (charset_to_utf8):
assertion failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
doveadm(root): Error: Raw backtrace:
2017 Feb 21
0
How to dsync mdbox compressed to maildir uncompressed
Hi Timo,
thank you for the hint, but it doesnt seems to work.
doveadm sync -u imap at test.de 'doveadm -o mail="maildir:~/Maildir" -o "mail_plugins=quota" dsync-server -u imap at test.de'
Also tried -o mail=~/Maildir .. -o maildir:~/Maildir ..
The log throws an error:
Feb 21 13:05:35 doveadm: Error: Panic: io_add(0x1) called twice fd=9, callback=0x7f49baa06840 ->
2010 Apr 03
1
dovecot 2 beta4 errors & core dumps
Hi,
While running imaptest with "clients=50 seed=123 msgs=100000000 random
secs=600", I got errors : "Error: user at domain.com[55]: Unexpected BYE:
* BYE IMAP session state is inconsistent, please relogin.".
dovecot.log :
Apr 03 10:23:47 imap(user at domain.com): Panic: file index-
transaction.c: line 145 (index_transaction_rollback): assertion
failed:
2017 Feb 21
2
How to dsync mdbox compressed to maildir uncompressed
Hello,
we are using doveadm sync to export mdbox to maildir format, so we can use an external tool to convert into an pst file.
Since we have enabled zlib compression doveadm sync always exports the maildir gzip compressed.
Are there any ways to prevent the doveadm sync to export the maildir compressed ?
Have tried this: doveadm -o "maildir_copy_with_hardlinks=no" sync -u imap at
2015 Jun 16
1
Imap process crashes when search in virtual mailbox
Hi,
When searching in a virtual mailbox imap process crashes if the virtual
mailbox has a lot of physical mailboxes behind (more than 80 - 100
mailboxes).
Dovecot 2.2.18 build from sources ./configure --prefix=/opt/dovecot2
--with-mysql --with-sqlite --with-solr --with-ssl --disable-rpath
--disable-static.
Debian Wheezy 3.2.63-2 x86_64.
Filesystem is ZFS.
docecot -n :
# 2.2.18:
2010 Sep 10
2
Panic: Leaked t_pop() call
I have version 2.0.0 and upgraded to 2.0.2 and after - this is happend:
Raw backtrace:
/opt/dovecot2/lib/dovecot/libdovecot.so.0 [0xb7e3425e] ->
/opt/dovecot2/lib/dovecot/libdovecot.so.0 [0xb7e342b5] ->
/opt/dovecot2/lib/dovecot/libdovecot.so.0 [0xb7e338d6] ->
/opt/dovecot2/lib/dovecot/libdovecot.so.0 [0xb7e31cb1] ->
dovecot/pop3(client_handle_input+0x8e) [0x804be7e] ->