search for: gjserver

Displaying 20 results from an estimated 27 matches for "gjserver".

2019 Apr 21
2
FTS delays
It's because you're misunderstanding how the lookup() function works. It gets ALL the search parameters, including the "mailbox inbox". This is intentional, and not a bug. Two reasons being: 1) The FTS plugin in theory could support indexing/searching any kinds of searches, not just regular word searches. So I didn't want to limit it unnecessarily. 2) Especially with
2018 Dec 11
1
Solr
...d uid '0' or 11 03:36:03 indexer-worker(jom at grosjo.net)<2093><icWMJaIwD1znEgAA0thIag:GPBOCKMwD1wtCAAA0thIag>: Error: fts_solr: Indexing failed: 500 Server Error Solr: CAUSED BY: ORG.APACHE.LUCENE.STORE.ALREADYCLOSEDEXCEPTION: THIS INDEXWRITER IS CLOSED Dec 11 06:00:14 gjserver solr[16761]: at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:679) Dec 11 06:00:14 gjserver solr[16761]: at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:693) Dec 11 06:00:14 gjserver solr[16761]: at org.apache.lucene.index.IndexWriter.nrtIsCurrent(IndexWriter.ja...
2019 Jan 08
3
Solr -> Xapian ?
On 7 Jan 2019, at 16.05, Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Hi > > ANyone to answer specifically ? > > Q1 : get_last_uid -> Is this the last UID indexed (which may be not the greatest value), or the gratest value (which may not be the latest) (the code of existing plugins is unclear about this, Solr looks for the greatest for insance) All the
2018 Dec 10
3
Solr
On 12/4/2018 10:40 AM, Joan Moreau via dovecot wrote: > > In the Wiki, ( https://wiki.dovecot.org/Plugins/FTS/Solr ), it would > nice to stipulate to the reader? to type the command : > > sudo -u solr /opt/solr/bin/solr create -c dovecot # to create the > dovecot instance > > before updating the schema.xml . > > Also,? schema.xml is in
2019 Jan 14
2
[FTS Xapian] Beta release
...10:11, Joan Moreau via dovecot <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote: > > Can you send the log part that includes the "init" of the plugins (something similar as below) ? > > WHich version of Xapian are you on ? > > Jan 14 09:10:04 gjserver dovecot[31082]: indexer-worker(admin at grosjo.net <mailto:admin at grosjo.net>)<14725><apZfHexRPFy9QAAA0thIag:UL+TNOxRPFyFOQAA0thIag>: FTS Xapian: Partial=2, Full=20 DB_PATH=/data/mail/grosjo.net/admin/xapian-indexes <http://grosjo.net/admin/xapian-indexes> > Jan 14 09:1...
2019 Jan 14
0
[FTS Xapian] Beta release
...u! > > On 14. Jan 2019, at 10:11, Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Can you send the log part that includes the "init" of the plugins (something similar as below) ? > > WHich version of Xapian are you on ? > > Jan 14 09:10:04 gjserver dovecot[31082]: indexer-worker(admin at grosjo.net)<14725><apZfHexRPFy9QAAA0thIag:UL+TNOxRPFyFOQAA0thIag>: FTS Xapian: Partial=2, Full=20 DB_PATH=/data/mail/grosjo.net/admin/xapian-indexes [1] > Jan 14 09:10:04 gjserver dovecot[31082]: indexer-worker(admin at grosjo.net)<14725>...
2019 Jan 14
3
[FTS Xapian] Beta release
Hi, I installed and tested your version, but the indexer process crashes reproducible with the following command after about 2000 messages were indexed: doveadm index -u paul at iwascoding.com -q \* Jan 14 09:26:15 mail dovecot: indexer-worker(paul at iwascoding.com)<16777><IKpfOqBHPFyJQQAADYqDFA>: Debug: Mailbox sent: UID 2038: Opened mail because: fts indexing Jan 14 09:26:15 mail
2019 Jan 14
0
[FTS Xapian] Beta release
Can you send the log part that includes the "init" of the plugins (something similar as below) ? WHich version of Xapian are you on ? Jan 14 09:10:04 gjserver dovecot[31082]: indexer-worker(admin at grosjo.net)<14725><apZfHexRPFy9QAAA0thIag:UL+TNOxRPFyFOQAA0thIag>: FTS Xapian: Partial=2, Full=20 DB_PATH=/data/mail/grosjo.net/admin/xapian-indexes Jan 14 09:10:04 gjserver dovecot[31082]: indexer-worker(admin at grosjo.net)<14725><apZfH...
2019 Apr 03
0
FTS delays
Example from real life >From Roubdcube, I serach "milan" in full message (body & headers) Logs : Apr 3 10:24:01 gjserver dovecot[29778]: imap(jom at grosjo.net)<30311><4pACp52FfCF/AAAB>: Query : ( bcc:milan OR body:milan OR cc:milan OR from:milan OR message-id:milan OR subject:milan OR to:milan OR uid:milan ) Apr 3 10:24:01 gjserver dovecot[29778]: imap(jom at grosjo.net)<30311><4pACp52FfCF/AAAB&...
2017 Jun 19
1
New AD user cannot access file share from member server
On Mon, 19 Jun 2017 15:08:45 +0200 Viktor Trojanovic <viktor at troja.ch> wrote: > Not sure if it matters but here is the AD object of a user with no > issues: > > [root at GJSERVER ~]# ldbsearch -H /var/lib/samba/private/sam.ldb -b > 'ou=office,dc=samdom,dc=example,dc=ch' -s sub > "(&(objectclass=person)(samaccountname=jd))" > # record 1 > dn: CN=John Doe,OU=OFFICE,DC=samdom,DC=example,DC=ch > objectClass: top > objectClass: person >...
2019 Apr 02
3
FTS delays
On 2 Apr 2019, at 6.38, Joan Moreau via dovecot <dovecot at dovecot.org> wrote: > > Further on this topic: > > > > When choosing any headers in the search box, dovecot core calls the plugin TWICE (and returns the results quickly, but not immediatly after getting the IDs from the plugins) > > When choosing the BODY search, dovecot core calls the plugin ONCE (and
2017 Jun 19
2
New AD user cannot access file share from member server
I missed to mention it. But I actually did try changing the CN=users to OU=ouname, and even leaving it out. I don't know why it didn't return any results before, it does now - see my reply to James. On 19 June 2017 at 14:30, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Mon, 19 Jun 2017 08:20:35 -0400 > lingpanda101 via samba <samba at lists.samba.org>
2018 Nov 27
2
[2.3.4] Segmentation faults
...ty > big mailbox sizes (>20G) > > Bug appears mostly in auth process and index-worker > > > dovecot -n : > > # 2.4.devel (de42b54aa): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.6.devel (65909cfa) > # OS: Linux 4.19.4-arch1-1-ARCH x86_64 ext4 > # Hostname: gjserver > base_dir = /run/dovecot > default_login_user = dovecot > default_vsz_limit = 16 G > disable_plaintext_auth = no > listen = * > log_path = /var/log/mail/dovecot.log > mail_gid = mail > mail_location = mdbox:/data/mail/%d/%n:ALT=/data/mail/archives/%d/%n > mail_plugins =...
2018 Nov 28
2
[2.3.4] Segmentation faults
...and index-worker >>> >>> >>> >>> dovecot -n : >>> >>> # 2.4.devel (de42b54aa): /etc/dovecot/dovecot.conf >>> # Pigeonhole version 0.6.devel (65909cfa) >>> # OS: Linux 4.19.4-arch1-1-ARCH x86_64 ext4 >>> # Hostname: gjserver >>> base_dir = /run/dovecot >>> default_login_user = dovecot >>> default_vsz_limit = 16 G >>> disable_plaintext_auth = no >>> listen = * >>> log_path = /var/log/mail/dovecot.log >>> mail_gid = mail >>> mail_location = mdbox:/da...
2017 Jun 19
0
New AD user cannot access file share from member server
Not sure if it matters but here is the AD object of a user with no issues: [root at GJSERVER ~]# ldbsearch -H /var/lib/samba/private/sam.ldb -b 'ou=office,dc=samdom,dc=example,dc=ch' -s sub "(&(objectclass=person)(samaccountname=jd))" # record 1 dn: CN=John Doe,OU=OFFICE,DC=samdom,DC=example,DC=ch objectClass: top objectClass: person objectClass: organizationalPerson...
2018 Nov 25
3
[2.3.4] Segmentation faults
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 25 November 2018 at 06:29 Joan Moreau < <a href="mailto:jom@grosjo.net">jom@grosjo.net</a>> wrote: </div> <div>
2018 Nov 27
0
[2.3.4] Segmentation faults
...hat we have numerous subfolders (>50) and pretty big mailbox sizes (>20G) Bug appears mostly in auth process and index-worker dovecot -n : # 2.4.devel (de42b54aa): /etc/dovecot/dovecot.conf # Pigeonhole version 0.6.devel (65909cfa) # OS: Linux 4.19.4-arch1-1-ARCH x86_64 ext4 # Hostname: gjserver base_dir = /run/dovecot default_login_user = dovecot default_vsz_limit = 16 G disable_plaintext_auth = no listen = * log_path = /var/log/mail/dovecot.log mail_gid = mail mail_location = mdbox:/data/mail/%d/%n:ALT=/data/mail/archives/%d/%n mail_plugins = fts fts_squat mail_uid = mailusers managesiev...
2018 Nov 28
0
[2.3.4] Segmentation faults
...pretty big mailbox sizes (>20G) > > Bug appears mostly in auth process and index-worker > > dovecot -n : > > # 2.4.devel (de42b54aa): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.6.devel (65909cfa) > # OS: Linux 4.19.4-arch1-1-ARCH x86_64 ext4 > # Hostname: gjserver > base_dir = /run/dovecot > default_login_user = dovecot > default_vsz_limit = 16 G > disable_plaintext_auth = no > listen = * > log_path = /var/log/mail/dovecot.log > mail_gid = mail > mail_location = mdbox:/data/mail/%d/%n:ALT=/data/mail/archives/%d/%n > mail_plugins =...
2018 Nov 29
0
[2.3.4] Segmentation faults
...pretty big mailbox sizes (>20G) > > Bug appears mostly in auth process and index-worker > > dovecot -n : > > # 2.4.devel (de42b54aa): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.6.devel (65909cfa) > # OS: Linux 4.19.4-arch1-1-ARCH x86_64 ext4 > # Hostname: gjserver > base_dir = /run/dovecot > default_login_user = dovecot > default_vsz_limit = 16 G > disable_plaintext_auth = no > listen = * > log_path = /var/log/mail/dovecot.log > mail_gid = mail > mail_location = mdbox:/data/mail/%d/%n:ALT=/data/mail/archives/%d/%n > mail_plugins =...
2018 Dec 04
2
[2.3.4] Segmentation faults
...hat we have numerous subfolders (>50) and pretty big mailbox sizes (>20G) Bug appears mostly in auth process and index-worker dovecot -n : # 2.4.devel (de42b54aa): /etc/dovecot/dovecot.conf # Pigeonhole version 0.6.devel (65909cfa) # OS: Linux 4.19.4-arch1-1-ARCH x86_64 ext4 # Hostname: gjserver base_dir = /run/dovecot default_login_user = dovecot default_vsz_limit = 16 G disable_plaintext_auth = no listen = * log_path = /var/log/mail/dovecot.log mail_gid = mail mail_location = mdbox:/data/mail/%d/%n:ALT=/data/mail/archives/%d/%n mail_plugins = fts fts_squat mail_uid = mailusers managesiev...