Displaying 20 results from an estimated 144 matches for "whitespace_chars".
2017 Nov 10
2
Sieve global path?
...??????? = /etc/dovecot/sieve/before.d/
> #? sieve_before2??????? =
> #? sieve_before3??????? =
> ? sieve_after?????????? = /etc/dovecot/sieve/after.d/
> #? sieve_after2???????? =
> #? sieve_after3???????? =
>
> ? fts?????????????????? = lucene
> ? fts_lucene??????????? = whitespace_chars=@.
> }
>
> Permissions:
> drwxr-xr-x. 174 root root system_u:object_r:etc_t:s0???????? 12288 Nov? 9
> 11:43 /etc drwxr-xr-x.?? 4 root root system_u:object_r:dovecot_etc_t:s0
> 95 Apr 28? 2016 /etc/dovecot drwxr-xr-x.?? 5 root root
> system_u:object_r:dovecot_etc_t:s0??? 64 Jul...
2017 Nov 10
2
Sieve global path?
...?? =
> >> #? sieve_before3??????? =
> >> ? sieve_after?????????? = /etc/dovecot/sieve/after.d/
> >> #? sieve_after2???????? =
> >> #? sieve_after3???????? =
> >>
> >> ? fts?????????????????? = lucene
> >> ? fts_lucene??????????? = whitespace_chars=@.
> >> }
> >>
> >> Permissions:
> >> drwxr-xr-x. 174 root root system_u:object_r:etc_t:s0???????? 12288 Nov? 9
> >> 11:43 /etc drwxr-xr-x.?? 4 root root system_u:object_r:dovecot_etc_t:s0
> >> 95 Apr 28? 2016 /etc/dovecot drwxr-xr-x.?? 5 root r...
2020 May 19
5
FTS-lucene errors : language not available for stemming
...ents = delete undelete expunge copy mailbox_delete mailbox_rename
??????? mail_log_fields = uid box msgid size
??????? fts_autoindex=yes
??????? #zlib_save_level = 6 # 1..9
??????? #zlib_save = gz # or bz2
}
plugin {
? fts = lucene
? # Lucene-specific settings, good ones are:
? fts_lucene = whitespace_chars=@. mime_parts
}
I am considering switch to xapian (solr and java... pls noe) as the port is quite tempting from an ease of integration perspective, but the easiest solution would be to resolve these odd indexing errors.? Anyone have a clue?
-David
2019 Jun 09
2
Case sensitive problem for vacation with dovecot lmtp pigeonhole
...s
? deny = yes
? driver = passwd-file
}
passdb {
? args = /usr/local/etc/dovecot/master-users
? driver = passwd-file
? master = yes
? pass = yes
}
passdb {
? args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
? driver = ldap
}
plugin {
? fts = lucene
? fts_autoindex = yes
? fts_lucene = whitespace_chars=@.
? quota = maildir:User quota
? quota_rule = *:storage=30GB
? quota_rule2 = Trash:storage=+200M
? quota_warning = storage=95%% quota-warning 95 %u
? quota_warning2 = storage=80%% quota-warning 80 %u
? sieve = /var/sieve-scripts/%Ln.sieve
? sieve_dir = /var/vmail/%Ln/home/sieve
}
postmaster...
2015 Jun 20
2
Duplicate mails with pop3 + dsync replication
...[48/4646]
mailbox Trash {
special_use = \Trash
}
prefix =
separator = .
subscriptions = yes
type = private
}
passdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
default_language = de
fts = lucene
fts_lucene = whitespace_chars=@.
mail_replica = tcp:172.16.1.1:12345
quota = maildir:User quota
quota_rule = *:storage=4G
quota_rule2 = Trash:storage=+100M
quota_rule3 = Spam:ignore
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = /etc/sieve/%n.sieve
si...
2015 Feb 12
2
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
...lates {
auto = subscribe
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
prefix =
separator = /
type = private
}
passdb {
args = /etc/dovecot/dovecot-ldap-passdb.conf.ext
driver = ldap
}
plugin {
fts = lucene
fts_autoindex = yes
fts_lucene = whitespace_chars=@.
mail_replica = tcps:mail2.example.com:10993
quota = maildir:User quota
quota_rule = *:storage=4GB
quota_rule2 = Trash:storage=+50MB
sieve = ~/.dovecot.sieve
sieve_after = /srv/sieve/after.d/
sieve_before = /srv/sieve/before.d/
sieve_default = /srv/sieve/default.d/dovecot....
2016 Mar 01
2
Dsync induces redundant mail after rapid append/expunge repeatedly
...ailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
plugin {
fts = lucene
fts_autoindex = yes
fts_lucene = whitespace_chars=@._/\~&,()[]"
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename flag_change append
mail_log_fields = uid box msgid size flags from subject
}
postmaster_address = postmaster at localhost
protocols = imap pop3 lmtp imap pop3 sieve
replication_dsync_parameters =...
2016 Jun 07
2
Potential bug report: Cannot use ":args" option via Pigeonhole Sieve pipe plugin
...x Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = vpopmail
}
plugin {
fts = lucene
fts_autoindex = yes
fts_lucene = whitespace_chars=@.
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_execute_socket_dir = sieve-execute
sieve_extensions = +editheader +vnd.dovecot.pipe
sieve_pipe_socket_dir = sieve-pipe
sieve_plugins = sieve_extprograms
}
protocols = imap pop3 sieve
service auth {
unix_listener auth-userdb {
gro...
2014 May 20
2
lazy_expunge and shared folders
...tc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
passdb {
args = /etc/dovecot/extra-users
driver = passwd-file
}
plugin {
acl = vfile:/var/imap/global-acls:cache_secs=300
acl_shared_dict = file:/var/imap/shared-mailboxes/shared-mailboxes
fts = lucene
fts_autoindex = yes
fts_lucene = whitespace_chars=@.
lazy_expunge = .EXPUNGED/
lazy_expunge_only_last_instance = yes
recipient_delimiter = +
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_max_actions = 32
sieve_max_redirects = 4
sieve_max_script_size = 1M
}
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
postmaster_address...
2014 Jun 04
1
Dovecot + NFS + FreeBSD breakage ?
...ribe
special_use = \Trash
}
mailbox badh {
auto = subscribe
special_use = \Junk
}
mailbox spam {
auto = subscribe
special_use = \Junk
}
prefix =
}
passdb {
args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
fts = lucene
fts_lucene = whitespace_chars=@.+
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
quota = maildir
quota_grace = 10%%
quota_rule2 = Trash:storage=+10%%
quota_rule3 = spam:storage=+20%%
trash = /usr/local/etc/dovecot/dovecot-trash.conf
zlib_save = b...
2017 Nov 09
2
Sieve global path?
Hello,
I am building a new server on CentOS 7 and the global sieve filter can
not be loaded. The debug shows:
Nov? 9 15:23:09 mail dovecot: lmtp(11182, gao at mydomain.com): Debug:
sieve: Pigeonhole version 0.4.2 initializing
Nov? 9 15:23:09 mail dovecot: lmtp(11182, gao at mydomain.com): Debug:
sieve: include: sieve_global_dir is not set; it is currently not
possible to include `:global'
2013 Dec 07
1
dovecot-imapd eating 100% cpu every once in a while
...users
driver = passwd-file
}
plugin {
antispam_backend = pipe
antispam_pipe_program = /usr/local/bin/spamc_wrapper
antispam_pipe_program_notspam_args = -L;ham
antispam_pipe_program_spam_args = -L;spam
antispam_spam = Spam
antispam_trash = Trash;Papierkorb
fts = lucene
fts_lucene = whitespace_chars=@.
quota = dict:User quota::file:%h/quota
quota_rule = *:storage=1G
quota_rule2 = Trash:storage=+100M
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = " imap lmtp sieve"
service auth {
unix_listener auth-client {
mode = 0600
user = Debian-exim
}
}
service l...
2015 Feb 12
0
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
...uto = subscribe
> special_use = \Trash
> }
> prefix =
> separator = /
> type = private
> }
> passdb {
> args = /etc/dovecot/dovecot-ldap-passdb.conf.ext
> driver = ldap
> }
> plugin {
> fts = lucene
> fts_autoindex = yes
> fts_lucene = whitespace_chars=@.
> mail_replica = tcps:mail2.example.com:10993
> quota = maildir:User quota
> quota_rule = *:storage=4GB
> quota_rule2 = Trash:storage=+50MB
> sieve = ~/.dovecot.sieve
> sieve_after = /srv/sieve/after.d/
> sieve_before = /srv/sieve/before.d/
> sieve_default...
2019 Jul 19
4
index worker 2.3.7 undefined symbol errors
...ial_use = \Sent
? }
? mailbox Trash {
??? special_use = \Trash
? }
? prefix =
}
passdb {
? args = # hidden
? driver = sql
}
plugin {
? fts = lucene
? fts_autoindex = yes
? fts_autoindex_exclude = \Junk
? fts_autoindex_exclude2 = \Trash
? fts_autoindex_exclude3 = \Deleted
? fts_lucene = whitespace_chars=@.
? imapsieve_mailbox1_before = file:/etc/dovecot/sieve/report-spam.sieve
? imapsieve_mailbox1_causes = COPY
? imapsieve_mailbox1_name = Junk
? imapsieve_mailbox2_before = file:/etc/dovecot/sieve/report-ham.sieve
? imapsieve_mailbox2_causes = COPY
? imapsieve_mailbox2_from = Junk
? imapsiev...
2017 Jun 05
0
2nd try: Thunderbird "Empty Trash" causes inconsistent IMAP session state?
...yes
mail_fsync = never
mail_full_filesystem_access = yes
mail_location = mdbox:~/mdbox
mail_plugins = " fts fts_lucene zlib"
mdbox_rotate_size = 32 M
passdb {
args = /raid/data/module/Dovecot/sys/etc/dovecot/imap.passwd
driver = passwd-file
}
plugin {
fts = lucene
fts_lucene = whitespace_chars=@.
zlib_save = lz4
zlib_save_level = 6
}
protocols = imap
ssl = required
ssl_cert = </raid/data/module/Dovecot/sys/etc/ssl/certs/dovecot-rsa-cert.pem
ssl_cipher_list =
EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA...
2017 Nov 10
0
Sieve global path?
...e.d/
>> #? sieve_before2??????? =
>> #? sieve_before3??????? =
>> ? sieve_after?????????? = /etc/dovecot/sieve/after.d/
>> #? sieve_after2???????? =
>> #? sieve_after3???????? =
>>
>> ? fts?????????????????? = lucene
>> ? fts_lucene??????????? = whitespace_chars=@.
>> }
>>
>> Permissions:
>> drwxr-xr-x. 174 root root system_u:object_r:etc_t:s0???????? 12288 Nov? 9
>> 11:43 /etc drwxr-xr-x.?? 4 root root system_u:object_r:dovecot_etc_t:s0
>> 95 Apr 28? 2016 /etc/dovecot drwxr-xr-x.?? 5 root root
>> system_u:object_r...
2017 Nov 10
0
Sieve global path?
...sieve_before3??????? =
>>>> ? sieve_after?????????? = /etc/dovecot/sieve/after.d/
>>>> #? sieve_after2???????? =
>>>> #? sieve_after3???????? =
>>>>
>>>> ? fts?????????????????? = lucene
>>>> ? fts_lucene??????????? = whitespace_chars=@.
>>>> }
>>>>
>>>> Permissions:
>>>> drwxr-xr-x. 174 root root system_u:object_r:etc_t:s0???????? 12288 Nov? 9
>>>> 11:43 /etc drwxr-xr-x.?? 4 root root system_u:object_r:dovecot_etc_t:s0
>>>> 95 Apr 28? 2016 /etc/dovecot drwx...
2019 Apr 25
1
Auto rebuilding of Solr indexes on settings change?
Hi,
Looking at the source, it doesn't seem like fts-solr checks for settings
changes using fts_index_have_compatible_settings() like fts-lucene does.
Is there any special reason for why fts-solr shouldn't also rebuild
indexes if settings has changed?
/Peter
2019 Jul 16
0
[ext] 2.3.7 slower than 2.3.6?
...used?
I used to use lucene, but then I had issues building it
and commented it out.
Looking now, it turns out that your packages come with lucene support...
Reenabling:
mail_plugins = zlib fts fts_lucene
...
plugin {
fts = lucene
fts_autoindex = yes
fts_languages = de,en
fts_lucene = whitespace_chars=@.
zlib_save = gz
zlib_save_level = 5
}
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin
Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
ralf.hildebrandt at charit...
2012 Oct 15
1
[BUG] Lucene plugin breaks header substring search
According to the IMAP spec if I do a search for "TO isocpp.org" it
should find all the messages whose To: field contains the string
"isocpp.org", but dovecot is returning me an empty list. However, a
search for "TO tm at isocpp.org" produces a long list of messages. This
behavior is present if I *even load* the lucene fts plugin.
Note that lucene isn't in use