On 5.4.2021 15.15, Steve Dondley wrote:
> I am brand new to solr and I'm interested in using sharing it between
> several dovecot machines I'm running. I'm looking for some big picture
> guidance on what I need to do to configure solr to work with the
> different dovecot machines. So far, I manag
Ooh now I understand - you basically disable/bypass the automatic discarding of
the duplicates during import, and then enable the discarding again.
That works nice too.
-Ursprungligt meddelande-
Från: dovecot-boun...@dovecot.org För André Rodier
Skickat: den 5 april 2021 18:45
Till: Dove
> "Steve" == Steve Dondley writes:
>> So where are you calling Spamassassin for each email? Hmm... maybe
>> you need to have -d ${recipient} in your spamassassin call?
>> Or better yet, call the 'deliver' program from dovecot like I showed
>> isntead.
>>
>> spamass-dovecot_destination_recip
On 2021/04/05 11:24, John Stoffel wrote:
"Steve" == Steve Dondley writes:
Steve> When I send an email to a single user on a server, it is received by the
Steve> user without a problem. But when sending to multiple users, the emails
Steve> disappear into a black hole. The logs co
So where are you calling Spamassassin for each email? Hmm... maybe
you need to have -d ${recipient} in your spamassassin call?
Or better yet, call the 'deliver' program from dovecot like I showed
isntead.
spamass-dovecot_destination_recipient_limit = 1
virtual_alias_maps = hash:/etc/postfi
> "Steve" == Steve Dondley writes:
Steve> When I send an email to a single user on a server, it is received by the
Steve> user without a problem. But when sending to multiple users, the emails
Steve> disappear into a black hole. The logs contain no errors and indicate the
Steve> emails wer
When I send an email to a single user on a server, it is received by the
user without a problem. But when sending to multiple users, the emails
disappear into a black hole. The logs contain no errors and indicate the
emails were sent:
Apr 5 13:10:29 email postfix/pipe[31703]: F3A912027D:
to=
Sorry for the top posting.
Here the solution I found, without using a secondary Sent folder:
My sieve script is like this:
require [
"imapsieve",
"include"
];
include :personal :optional "pre-sent-checks";
discard;
———
Ah, yes, it is there. I had a typo in my "find" command. Thanks!
On 2021-04-05 11:04 AM, Felix Zielcke wrote:
Am Montag, dem 05.04.2021 um 10:57 -0400 schrieb Steve Dondley:
I'm looking at the documentation at
https://doc.dovecot.org/settings/plugin/fts-plugin/#fts-decoder
It says "See the dec
Am Montag, dem 05.04.2021 um 10:57 -0400 schrieb Steve Dondley:
> I'm looking at the documentation at
> https://doc.dovecot.org/settings/plugin/fts-plugin/#fts-decoder
>
> It says "See the decode2text.sh script included in Dovecot for how to
> use this."
>
> I don't have this script installed an
I'm looking at the documentation at
https://doc.dovecot.org/settings/plugin/fts-plugin/#fts-decoder
It says "See the decode2text.sh script included in Dovecot for how to
use this."
I don't have this script installed and can't find it anywhere on my
Debian Buster server. I'm running dovecot v
On 2021-04-05 07:49 AM, Steve Dondley wrote:
OK, I got solr working on a new virtual machine with a healthier 4 GB
of ram. Initially, I experienced the same slowness as before as on the
1 GB machine. I went back and reviewed the documentation at
https://wiki.dovecot.org/Plugins/FTS/Solr and reali
I am brand new to solr and I'm interested in using sharing it between
several dovecot machines I'm running. I'm looking for some big picture
guidance on what I need to do to configure solr to work with the
different dovecot machines. So far, I managed to set up a single
"dovecot" core on the so
OK, I got solr working on a new virtual machine with a healthier 4 GB of
ram. Initially, I experienced the same slowness as before as on the 1 GB
machine. I went back and reviewed the documentation at
https://wiki.dovecot.org/Plugins/FTS/Solr and realized that I missed a
critical step configuri
Any update on this? Should I fill a bug-report for doveadm altmove -r
not working?
Regards
Javier
El 28/03/2021 a las 18:00, JAVIER MIGUEL RODRIGUEZ escribió:
Any update on this? Dovecot 2.3.14 makes doveadm altmove -r functional?
On Mon, 2021-04-05 at 10:19 +0100, André Rodier wrote:
> Hi,
>
> I am trying to compile the following sieve script:
>
> -
> require [
> "variables",
> "include",
> "relational",
> "imapsieve"
> ];
>
> global "importing";
>
> include :personal :optional "pre-s
Does you server have enough ram?
I think this may be the issue. I only have 1 GB of ram on the machine
and I was just reading a blog post recommending at least 4 GB. I think
what I'll do is set up a separate instance for solr and use that instead
of running it on the same machine as doveco
Hi,
I am trying to compile the following sieve script:
-
require [
"variables",
"include",
"relational",
"imapsieve"
];
global "importing";
include :personal :optional "pre-sent-checks";
if string :count "eq" "${importing}" "1"
{
keep;
stop;
}
--
> On 05/04/2021 07:37 Plutocrat wrote:
>
>
> OK, an update on the progress with this.
>
> I finally settled on a python script which does the stripping based on code
> here:
>
> http://code.activestate.com/recipes/302086-strip-attachments-from-an-email-message/
>
> And then a bash scrip
19 matches
Mail list logo