Displaying 8 results from an estimated 8 matches for "fts_autoindex_exclude4".
Did you mean:
fts_autoindex_exclude
2020 Oct 30
2
Filtering mails with sieve filters
..." {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
fts_autoindex = yes
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_autoindex_exclude3 = \Drafts
fts_autoindex_exclude4 = \Spam
fts_enforced = yes
imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_name = Spam
imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY
imapsieve_mail...
2018 May 23
2
lazy_expunge ...
deeper still looks like culprit was
fts_enforced = "no"
which i removed given default anyway ..
still get error
[root at stargate dovecot.rawlog]# doveadm search -u matt at the-bryants.net
mailbox .EXPUNGED/* from noreply at apress.com
doveadm(matt at the-bryants.net): Error: fts: Failed to sync mailbox
.EXPUNGED: Mailbox doesn't exist: .EXPUNGED
6156a416748c035b5c0b0000ef794dd1
2019 May 08
1
Dovecot does not recognize imported messages
...d
> driver = passwd-file
> master = yes
> }
> plugin {
> acl = vfile:/etc/dovecot/dovecot-acl
> acl_globals_only = yes
> auth_socket_path = /var/run/dovecot/auth-master
> fts_autoindex_exclude = Junk
> fts_autoindex_exclude2 = Trash
> fts_autoindex_exclude3 = Sent
> fts_autoindex_exclude4 = Drafts
> fts_autoindex_max_recent_msgs = 20
> lazy_expunge = .DELETED/
> mail_replica = tcp:10.0.11.152:1111
> quota = dict:user::proxy::quotadict
> quota_grace = 0%%
> quota_max_mail_size = 70M
> quota_rule = *:storage=1G
> quota_rule2 = *:messages=0
> quota_warning =...
2020 Oct 30
1
Filtering mails with sieve filters - SOLVED
...> passdb {
> args = /etc/dovecot/dovecot-sql.conf.ext
> driver = sql
> }
> plugin {
> fts_autoindex = yes
> fts_autoindex_exclude = \Junk
> fts_autoindex_exclude2 = \Trash
> fts_autoindex_exclude3 = \Drafts
> fts_autoindex_exclude4 = \Spam
> fts_enforced = yes
> imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
> imapsieve_mailbox1_causes = COPY
> imapsieve_mailbox1_name = Spam
> imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve
&...
2018 May 23
0
lazy_expunge ...
...ts_autoindex_exclude = .EXPUNGED/*
>
> but at least dont get internal server error ..
>
>
> rgds
>
> Matt
>
Uh. This is wrong, you only exclude .EXPUNGED/* now
You should use:
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_autoindex_exclude3 = .EXPUNGED
fts_autoindex_exclude4 = .EXPUNGED/*
Aki
>> Matt Bryant <mailto:matt at the-bryants.net>
>> 23 May 2018 at 8:29 pm
>> So digging a little deeper it seems this maybe an issue between
>> fts/fts_lucene and lazy_expunge .. if I disable the fts plugin
>>
>> [root at stargate doveco...
2020 Oct 30
0
Filtering mails with sieve filters - SOLVED
...l_use = \Trash
> }
> prefix =
> }
> passdb {
> args = /etc/dovecot/dovecot-sql.conf.ext
> driver = sql
> }
> plugin {
> fts_autoindex = yes
> fts_autoindex_exclude = \Junk
> fts_autoindex_exclude2 = \Trash
> fts_autoindex_exclude3 = \Drafts
> fts_autoindex_exclude4 = \Spam
> fts_enforced = yes
> imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve
> imapsieve_mailbox1_causes = COPY
> imapsieve_mailbox1_name = Spam
> imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve
> imapsieve_mailbox2_...
2019 May 10
0
Dovecot does not recognize imported messages
...d
> driver = passwd-file
> master = yes
> }
> plugin {
> acl = vfile:/etc/dovecot/dovecot-acl
> acl_globals_only = yes
> auth_socket_path = /var/run/dovecot/auth-master
> fts_autoindex_exclude = Junk
> fts_autoindex_exclude2 = Trash
> fts_autoindex_exclude3 = Sent
> fts_autoindex_exclude4 = Drafts
> fts_autoindex_max_recent_msgs = 20
> lazy_expunge = .DELETED/
> mail_replica = tcp:10.0.11.152:1111 [1]
> quota = dict:user::proxy::quotadict
> quota_grace = 0%%
> quota_max_mail_size = 70M
> quota_rule = *:storage=1G
> quota_rule2 = *:messages=0
> quota_warnin...
2019 Dec 08
5
Shared namespace is empty after migration to new Dovecot installation
Hi all,
I've used most of this weekend finalizing my migration from an old
server running Dovecot 2.2.22 to a brand new installation running 2.3.8.
In general, the migration was painless, everything just clicked, but
checking up on the finer details post migration i've found out that user
shared folders does not seem to work anymore, and I simply can't get it
to work.
The setups