Displaying 20 results from an estimated 20000 matches similar to: "Set only, not exclude"
2018 May 23
0
lazy_expunge ...
On 23.05.2018 13:46, Matt Bryant wrote:
> 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
2019 May 10
0
Dovecot does not recognize imported messages
I changed the user permissions, this is a must.
Because an email is sent to this user, all emails are identified.
> Did you do something like "chown -R vmail:vmail /var/mail" after copy messages?
>
> ??, 8 ??? 2019 ?. ? 12:57, lty via dovecot <dovecot at dovecot.org>:
>
> Today I tried to import mail directly on the server's home directory on the server. I
2019 May 08
1
Dovecot does not recognize imported messages
Today I tried to import mail directly on the server's home directory on
the server. I copied it directly. I didn't use the imap protocol. Dovcot
didn't recognize these emails. I didn't display these imported emails on
my page, recalculating disk quotas. It will not increase the used
capacity. I try to send an email to this user, dovcot recognizes all the
emails, and recalculates
2019 Jul 21
0
index worker 2.3.7 undefined symbol errors (more info)
Some supplemental information:
This is happening on every email delivered into Dovecot via LMTP. The
curious things are that the message is a) successfully delivered and b)
sieved into the correct directory.
Another observation is that:
mail_deliver_ctx_get_log_var_expand_table
is defined globally in core/src/lib-lda/mail-deliver.c (and used there)
but the ONLY external call in the entire
2020 Oct 30
0
Filtering mails with sieve filters - SOLVED
Answering to myself,
The issue was as a result of a config parameter for SOGo:
Changed
NGImap4ConnectionStringSeparator = "/";
to
NGImap4ConnectionStringSeparator = ".";
and the problem is solved.
On Fri, 30 Oct 2020 at 11:43, Odhiambo Washington <odhiambo at gmail.com>
wrote:
> Hello good people,
>
> I have dovecot- 2.3.7.2 (Ubuntu Ubuntu 20.04.1 LTS)
2020 Feb 13
0
Shared Mailboxes with Multiple Domains
Trying to track down a problem I've been dealing with for a while.
Everything else works fine - the problem is with shared mailboxes.
My present, and desired, prefix for the shared namespace is:
prefix = INBOX/shared/%%d/%%n/
Some mail clients, particularly Thunderbird and Android's AquaMail, have
no problem with this. But other (presumably broken) clients don't show
the shared
2019 Jul 19
4
index worker 2.3.7 undefined symbol errors
Suddenly I am getting undefined symbol errors having updated to 2.3.7.
Jul 18 01:02:49 localhost dovecot: indexer-worker: Error: User <someone>
lookup failed: Couldn't load required plugin
/usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: dlopen() failed:
/usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: undefined symbol:
command_hook_register
(I think I fixed this one by a
2020 Oct 30
1
Filtering mails with sieve filters - SOLVED
You might consider adding "stop;" after the fileinto, otherwise
a second match might process the message again, moving it
elsewhere, etc.
Tom.
On 10/30/2020 5:47 AM, Odhiambo Washington wrote:
>
> Answering to myself,
>
> The issue was as a result of a config parameter for SOGo:
>
> Changed
> NGImap4ConnectionStringSeparator = "/";
>
> to
>
2020 Oct 30
2
Filtering mails with sieve filters
Hello good people,
I have dovecot- 2.3.7.2 (Ubuntu Ubuntu 20.04.1 LTS) running fine.
However, I have a hitch with mail filtering.
Using SOGo as the webmail UI, I created a filter rule which resulted into
the rule below:
require ["fileinto"];
if allof (address :contains "from" "odhiambo") {
fileinto "INBOX/Odhiambo";
}
However, the test mail I sent
2020 Feb 17
1
Shared Mailboxes with Multiple Domains
Any thoughts on this?
---
Daniel
------ Original Message ------
From: "Daniel Miller" <dmiller at amfes.com>
To: "Dovecot Mailing List" <dovecot at dovecot.org>
Sent: 2/12/2020 6:16:05 PM
Subject: Shared Mailboxes with Multiple Domains
>Trying to track down a problem I've been dealing with for a while. Everything else works fine - the problem is with
2019 Jul 15
2
Error since Dovecot v2.3.7
Hi,
since upgrading to Dovecot 2.3.7 I get the following new errors:
2019-07-15 09:10:52 mail dovecot: imap(paul at iwascoding.com)<32484><goWh8rKNSNZfqJ9R>: Error: file_lock_free(): Unexpectedly failed to retry locking /var/spool/mail/iwascoding/paul/mdbox/mailboxes/INBOX/dbox-Mails/dovecot-vsize.lock:
2020 Apr 25
2
problem with a public folder
Hello,
Thanks for all the replies.
I've added a mailbox to the namespace definition for the public
folders. I can do a doveadm acl get -A "Public/general" works but
"Public/TestFolder" does not. Here's my 90-public.conf file:
#cat 90-public.conf
# Public mailboxes
namespace {
type = public
separator = /
prefix = Public/
location =
2020 Apr 14
0
got a listener on 993
Maybe this thread can help you with your first question :
https://dovecot.org/pipermail/dovecot/2014-August/097488.html
On 13.4.2020. 20:52, David Mehler wrote:
> Hello,
>
> Before I get in to my question is ssl on 993 or starttls on 143 better
> from a security perspective?
>
> I've noticed that I've got a dovecot listener on port 993, below is my
> doveconf -n
2018 May 23
1
lazy_expunge ...
You should probably exclude the .DUMPSTER folder from quota and FTS
plugin {
fts_autoindex_exclude = .DUMPSTER
quota_ruleN = .DUMPSTER:ignore
}
Aki
On 23.05.2018 13:29, Matt Bryant wrote:
> 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 dovecot.rawlog]#? doveadm search -u
>
2020 Apr 25
0
problem with a public folder
On April 25, 2020 2:35:20 AM GMT+02:00, David Mehler <dave.mehler at gmail.com> wrote:
>Hello,
>
>I'm trying to set up a public folder called TestFolder. I'm getting
>this error:
>
>#doveadm acl get -A "Public/TestFolder"
>doveadm(username at example.com): Error: Can't open mailbox
>Public/TestFolder: Mailbox doesn't exist: Public/TestFolder
2020 Aug 29
2
lazy_expunge and fts_autoindex
Hi list,
I have both lazy_expunge and fts_autoindex activated (with fts-xapian), as
follows:
plugin {
lazy_expunge = EXPUNGED/
}
plugin {
fts = xapian
fts_xapian = partial=2 full=20 attachments=1 verbose=0
fts_autoindex = yes
fts_enforced = yes
fts_autoindex_exclude = EXPUNGED
fts_autoindex_exclude2 = EXPUNGED/*
}
However, I still see "indexer-worker...: Info: Indexed 1 messages in
2019 Jun 16
1
Dovecot, quota, warning, and issue with setup?
Hello,
I'm having an issue or two with my new Dovecot setup. I'm running
version 2.3.6 new setup, and using sdbox as the mailbox format. I'm
getting the following warning:
Jun 16 13:57:16 mail dovecot[9583]: lmtp(59153): Warning: quota:
Namespace '' is not Maildir, skipping for Maildir++ quota
Jun 16 13:57:16 mail dovecot[9583]:
lmtp(username at
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 Dec 10
2
dovecot full text search
what FTP module should i use instead of squat that is probably no longer
supported or no longer at all?
i want to upgrade my dovecot installation. it currently uses squat but i
found it often crashes on FTS on large mailboxes.
i found "xapian" addon for dovecot but while it works excellent AFTER
database is created, i found it need like 20 or so minutes to index less
than 10GB of
2019 Dec 10
1
dovecot full text search
> Where do write ops take place?
to the xapian index subdirectory
> Maybe mount that path to a RAM disk rather than looking for anorher solution.
>
not a solution for a problem but workaround
>>
>> Am 10.12.2019 um 15:50 schrieb Wojciech Puchar via dovecot <dovecot at dovecot.org>:
>>
>> ?what FTP module should i use instead of squat that is probably no