Displaying 20 results from an estimated 37 matches for "decode2text".
2013 Jan 29
1
decode2text.sh
Dovecot version: 2.1.13
OS: Centos 6.3
CPU: 64bit x86
There appear to be two related errors in the decode2text.sh file (which can be used for indexing/ searching attachments).
- ?The layout of "$formats" has repeated values for pdf, ppt, etc, so you should only match the pattern once by adding -m1
- ?The layout of "$formats" has the file extension in the second "column", so the...
2011 Sep 22
1
(2.1 recent:) fts_decoder
Hello again,
test setup as in previous messages.
With fts = lucene, I enabled the adapted decode2text.sh (at least I tried...)
as suggested in the comment section.
On dovecot-start /var/run/dovecot/decode2text socket is created with sufficiant
permissions (rw for anybody), but decode2text.sh is not started (it's rx for
anybody). When creating lucene indexes, I cannot see it executed either
(and...
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
...crm_notspam_arg = --good
antispam_crm_spam_arg = --spam
antispam_signature = X-CRM114-CacheID
antispam_spam_pattern_ignorecase = crm-spam*
antispam_trash_pattern_ignorecase = Trash*
antispam_unsure_pattern_ignorecase = crm-unsure*
fts = solr
fts_autoindex = yes
fts_decoder = decode2text
fts_solr = url=http://192.168.119.5:8983/solr/ break-imap-search
mail_log_events = delete undelete expunge copy
mail_log_fields = uid box msgid size
mail_log_group_events =
quota = dict:::redis:host=127.0.0.1:prefix=user/
quota_rule2 = Trash:storage=+20%%
quota_warning = storag...
2014 May 12
0
message-decoder bug for attachments with charset=binary attribute in content-type?
...he searching works with this
update for biabam binary attachments too.
Could you please verify this problem and maybe update the code?
Thank you very much.
# dovecot --version
2.1.7
Config:
plugin {
fts = solr
fts_solr = url=http://localhost:8080/solr/
fts_decoder = decode2text
}
service decode2text {
executable = script /etc/dovecot/scripts/decode2text.sh
user = dovecot
unix_listener decode2text {
mode = 0666
}
}
Regards,
Robert Wolf.
2018 May 03
2
dovecot fts hangs on search
...149 killed with signal 6 (core dumps disabled)
>>>>> May 01 07:08:58 homebox in.imapproxyd[20305]: Raw_Proxy(): IMAP
>>>>> server unexpectedly closed the connection on sd 11
>>>>
>>>> My 10-master.conf:
>>>>
>>>> service decode2text {
>>>> ? executable = script /usr/local/bin/decode2text.sh
>>>> ? user = dovecot
>>>> ? unix_listener decode2text {
>>>> ??? mode = 0666
>>>> ? }
>>>> }
>>>>
>>>> And my 90-plugins.cof:
>>>>...
2018 May 02
2
dovecot fts hangs on search
...: master:
>>> service(imap): child 6149 killed with signal 6 (core dumps disabled)
>>> May 01 07:08:58 homebox in.imapproxyd[20305]: Raw_Proxy(): IMAP
>>> server unexpectedly closed the connection on sd 11
>>
>> My 10-master.conf:
>>
>> service decode2text {
>> executable = script /usr/local/bin/decode2text.sh
>> user = dovecot
>> unix_listener decode2text {
>> mode = 0666
>> }
>> }
>>
>> And my 90-plugins.cof:
>> # Add dovecot fts config
>> fts = solr
>> fts_autoind...
2018 May 01
2
dovecot fts hangs on search
...a7ddfea]
> May 01 07:08:58 homebox dovecot[5683]: imap(mirina): Fatal: master: service(imap): child 6149 killed with signal 6 (core dumps disabled)
> May 01 07:08:58 homebox in.imapproxyd[20305]: Raw_Proxy(): IMAP server unexpectedly closed the connection on sd 11
My 10-master.conf:
service decode2text {
executable = script /usr/local/bin/decode2text.sh
user = dovecot
unix_listener decode2text {
mode = 0666
}
}
And my 90-plugins.cof:
# Add dovecot fts config
fts = solr
fts_autoindex = no
fts_solr = url=http://localhost:8080/solr/ debug
fts_decoder = decode2text
A...
2012 Aug 11
2
Full text search in attachments
Hello,
is it possible to use the Solr full text search plugin for indexing
mail attachments? I found a very old patch and some hints regarding a
fts_decoder script that I don't understand.
Making Solr indexing PDF or Office files shouldn't be that difficult,
but how can I enable the plugin to transfer the attachments to Solr?
Best regards,
Sebastian
2018 May 04
0
dovecot fts hangs on search
...6149 killed with signal 6 (core dumps disabled)
>>>>>> May 01 07:08:58 homebox in.imapproxyd[20305]: Raw_Proxy(): IMAP server unexpectedly closed the connection on sd 11
>>>>>
>>>>> My 10-master.conf:
>>>>>
>>>>> service decode2text {
>>>>> ? executable = script /usr/local/bin/decode2text.sh
>>>>> ? user = dovecot
>>>>> ? unix_listener decode2text {
>>>>> ??? mode = 0666
>>>>> ? }
>>>>> }
>>>>>
>>>>> And my 9...
2013 Apr 12
0
Problem with vpopmail + qmail + dovecot lda
...type = private
}
# Public namespace
namespace {
type = public
separator = /
prefix = Public/
location = maildir:/var/mail/public
subscriptions = no
list = children
}
passdb {
args = webmail=127.0.0.1 cache_key=%u%s
driver = vpopmail
}
plugin {
fts = solr
fts_decoder = decode2text
fts_solr = url=http://192.168.10.103:8983/solr/ break-imap-search debug
zlib_save_level = 9 # 1..9
zlib_save = gz # or bz2
# sieve = /usr/local/lib/dovecot/sieve/%n.sieve
sieve=~/.dovecot.sieve
sieve_dir=~/sieve
# sieve_default = /usr/local/lib/dovecot/sieve/default.sieve
# sieve_...
2014 Apr 22
0
FTS Lucene: Fatal: master: service(indexer-worker): child * killed with signal 6
...s
stats_track_cmds = yes
stats_user_min_time = 1 hours
}
postmaster_address = postmaster at mydomain.com
protocols = imap pop3 sieve sieve
service auth-worker {
user = root
}
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0777
user = vmail
}
}
service decode2text {
executable = script /usr/local/libexec/dovecot/decode2text.sh
unix_listener decode2text {
mode = 0666
}
user = dovecot
}
service imap-login {
inet_listener imaps {
port = 993
ssl = yes
}
process_min_avail = 5
}
service imap {
process_limit = 1024
}
service m...
2014 Apr 23
1
stats: Error: Mail server input error: UPDATE-SESSION username imap: stats shrank: mrbytes 26961885 < 28237323
...s
stats_track_cmds = yes
stats_user_min_time = 1 hours
}
postmaster_address = postmaster at mydomain.com
protocols = imap pop3 sieve sieve
service auth-worker {
user = root
}
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0777
user = vmail
}
}
service decode2text {
executable = script /usr/local/libexec/dovecot/decode2text.sh
unix_listener decode2text {
mode = 0666
}
user = dovecot
}
service imap-login {
inet_listener imaps {
port = 993
ssl = yes
}
process_min_avail = 5
}
service imap {
process_limit = 1024
}
service m...
2014 May 16
1
Segfault when deselecting virtual folder 2.2.13+ HG TIP
...}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
mailbox virtual/All {
special_use = \All
}
prefix =
separator = .
}
passdb {
driver = pam
}
plugin {
fts = solr
fts_autoindex = yes
fts_decoder = decode2text
fts_solr = url=http://localhost:8080/solr/dovecot/ break-imap-search
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = imap lmtp sieve
sendmail_path = /usr/local/sbin/sendmail
service auth {
unix_listener auth-client {
group = exim
mode = 0660
}
}
service decode2te...
2018 May 01
0
dovecot fts hangs on search
...t[5683]: imap(mirina): Fatal: master:
>> service(imap): child 6149 killed with signal 6 (core dumps disabled)
>> May 01 07:08:58 homebox in.imapproxyd[20305]: Raw_Proxy(): IMAP server
>> unexpectedly closed the connection on sd 11
>
> My 10-master.conf:
>
> service decode2text {
> executable = script /usr/local/bin/decode2text.sh
> user = dovecot
> unix_listener decode2text {
> mode = 0666
> }
> }
>
> And my 90-plugins.cof:
> # Add dovecot fts config
> fts = solr
> fts_autoindex = no
> fts_solr = url=http://localho...
2018 May 02
0
dovecot fts hangs on search
...; service(imap): child 6149 killed with signal 6 (core dumps disabled)
>>>> May 01 07:08:58 homebox in.imapproxyd[20305]: Raw_Proxy(): IMAP
>>>> server unexpectedly closed the connection on sd 11
>>>
>>> My 10-master.conf:
>>>
>>> service decode2text {
>>> ? executable = script /usr/local/bin/decode2text.sh
>>> ? user = dovecot
>>> ? unix_listener decode2text {
>>> ??? mode = 0666
>>> ? }
>>> }
>>>
>>> And my 90-plugins.cof:
>>> ? # Add dovecot fts config
>>&...
2014 Nov 13
0
Error using Tika as meta extractor with solr
...l/lib/dovecot/sieve/
zlib_save = gz
zlib_save_level = 9
}
protocols = imap sieve
service auth {
unix_listener auth-master {
group = vchkpw
mode = 0600
user = vpopmail
}
unix_listener auth-userdb {
group = vchkpw
mode = 0600
user = vpopmail
}
}
service decode2text {
executable = script /usr/local/libexec/dovecot/decode2text.sh
unix_listener decode2text {
mode = 0666
user = dovecot
}
}
service imap-login {
executable = /usr/local/libexec/dovecot/imap-login
inet_listener imaps {
address = 192.168.10.50
}
process_limit = 500...
2015 Sep 24
0
v2.2.19 release candidate released
...espace {
hidden = yes
inbox = no
list = no
location = virtual:/usr/local/etc/dovecot/virtual:INDEX=~/virtual
prefix = virtual.
separator = .
subscriptions = no
}
passdb {
args = /usr/local/etc/dovecot/conf.d/dovecot-mysql.conf
driver = sql
}
plugin {
fts = lucene
fts_decoder = decode2text
fts_lucene = whitespace_chars=@.
mail_log_events = delete undelete expunge copy
mail_log_fields = uid box msgid size
mail_log_group_events = no
mail_log_max_lines_per_sec = 0
quota = dict:user::proxy::quotadict
quota_rule = *:storage=100M
quota_rule2 = *:messages=1000000
}
protocols...
2018 Mar 03
2
sieve vacation alias handling problem
...;Junk*
antispam_trash_pattern_ignorecase = Trash;Deleted Items;Deleted
Messages;Kosz
expire = Trash
expire2 = Trash.*
expire3 = Spam
expire4 = Spam.*
expire5 = Kosz
expire6 = Kosz.*
expire_cache = yes
expire_dict = proxy::expire
fts = lucene
fts_autoindex = yes
fts_decoder = decode2text
fts_lucene = whitespace_chars=@.
quota = dict:User quota::proxy::quota
quota_grace = 500M
quota_rule2 = Trash:storage=+100M
quota_rule3 = Spam:storage=+100M
quota_vsizes = yes
sieve = /var/vmail/mails/%d/%n/.dovecot.sieve
sieve_before = /var/vmail/mails/global-spam
sieve_dir = /va...
2018 Mar 02
2
sieve vacation alias handling problem
Hi,
I am using Dovecot LDA as LMTP renders envelope extension unusable.
The problem I have noticed is that when user has multiple aliases sieve
responds to all of them, not only to :addresses specified.
>From testing it seems that :addresses only adds addresses to the list of
"known" emails to check against. It is not limiting it.
As I understand, sieve should check if To: header
2019 Sep 13
4
fts_solr: Error: fts_solr: received invalid uid '0'
...var/spool/dovecot/globalsieve/duplicate.sieve
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 1d
}
protocols = " imap lmtp sieve pop3"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
}
service decode2text {
executable = script /usr/lib/dovecot/<a href="http://decode2text.sh" rel="noreferrer noopener" target="_blank">decode2text.sh</a>
unix_listener decode2text {
mode = 0666
}
user = dovecot
}
service dict {
unix_listener dict {
group = vmai...