similar to: Global duplicate filtering via Sieve

Displaying 20 results from an estimated 10000 matches similar to: "Global duplicate filtering via Sieve"

2019 Oct 01
2
Lost mails with sieve "duplicate" extension in case of failure
Hi! we just experienced the following issue: We have a global sieve_before script using the duplicate extension. require ["duplicate", "imap4flags"]; if duplicate { discard; } Now the storage of our mailbox store got full and lmtp deliveries started to fail. This resulted in logs like this: Sep 25 16:14:56 mail-rc1 dovecot: lmtp(USERNAME): Error:
2019 Oct 01
0
Lost mails with sieve "duplicate" extension in case of failure
On 01/10/2019 19:03, Hanno Stock via dovecot wrote: > Hi! > > we just experienced the following issue: > > We have a global sieve_before script using the duplicate extension. > > require ["duplicate", "imap4flags"]; > if duplicate { > discard; > } > > Now the storage of our mailbox store got full and lmtp deliveries > started to fail.
2017 May 16
2
Sieve GLOBAL + Sieve LOCAL
Hello List, I am using dovecot: ii dovecot-antispam 2.0+20130822-2 amd64 Dovecot plugins for training spam filters ii dovecot-core 1:2.2.10-1 amd64 secure POP3/IMAP server - core files ii dovecot-imapd 1:2.2.10-1 amd64 secure POP3/IMAP server - IMAP daemon ii
2014 Oct 20
1
Sieve: carry global variables from sieve_before to user sieve scripts
Hi! Is there a way to initialize global variables with default values in sieve_before scripts that can be used in the sieve_default script or in user scripts? I've tried the following code but this doesn't work.. before.d/10-set-defaults.sieve: -------------------- 8< -------------------- require ["variables", "include"]; require "vnd.dovecot.debug"; set
2013 Sep 10
1
Sieve Filter global vs user specific
Hi at all! I'm actually fighting to make sieve in dovecot work and made quite a success by now. However, I still fail at the following constellation: Background: I'm a Mail Admin of a small IT department and we are already using Dovecot as LDA with a filtering server. Any user can easily create filter rules that apply to him (to make it easier for my colleagues we use the Roundcube plugin
2016 Sep 12
5
Sieve filtering SPAM and redirect
Hi every body. I'm having difficulties to setup my filters correctly and I really need some help. This is my environment: Mail that is received on the system passes through a sieve_before script that checks the message header for SPAM tag and store it into the "Junk" folder. If no spam tag is found, mail goes to inbox. My horde webmail is integrated with sieve, so this allow
2017 Nov 10
2
Sieve global path?
On Thu, 9 Nov 2017 21:02:44 -0500 Bill Shirley <bill at KnoxvilleChristian.org> wrote: > Set the sieve_global_dir like this. > /etc/dovecot/conf.d/99-mystuff.conf: > . > . > plugin { > ? sieve???????????????? = ~/Maildir/dovecot.sieve > ? sieve_dir???????????? = ~/Maildir/sieve > ? sieve_global_dir????? = /etc/dovecot/sieve/global/ > ? sieve_before????????? =
2017 Nov 10
2
Sieve global path?
On Fri, 10 Nov 2017 03:41:20 -0500 Bill Shirley <bill at KnoxvilleChristian.org> wrote: > No it isn't shown as a folder.? All folder directories here begin with a dot. > i.e.? .INBOX? .Trash? .Drafts > > Bill No, they don't. me thought that, too. But using the rainloop webmail interface on top of such a config showed the sieve folder in the overview. Sometimes you can
2016 Jan 15
2
sieve - configuration problem
Hello List, first thanks for previous hints, you helped me a lot. Unfortunately i have new problem with sieve and executing multiple scripts sequentially. This is current conf which is complete working : #CONF1 plugin { sieve = ~/sieve/.dovecot.sieve sieve_plugins = sieve_extprograms sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute +editheader
2009 Sep 02
1
Question about sieve script execution
Hi, after reading the wiki about sieve_before/sieve_after and sieve_global_path, it's still unclear to me if: sieve_before scripts are executed if no user script exists, but a global script is defined. The reason I ask, is because I'd like to use the same script, so that I don't have to maintain two scripts to apply "company policy" or "global features". It
2015 Mar 29
4
Invalid memory access / read stack overflow when reading config with zero bytes
On Mon, 30 Mar 2015 09:19:02 +1100 (AEDT) Damien Miller <djm at mindrot.org> wrote: > What version of OpenSSH is this? 6.8 portable on Linux. > Also, when reporting fuzzer-derived problems it really helps to > include the test-case. The "test case" is a one byte file containing a zero byte. But here it is :-) -- Hanno B?ck http://hboeck.de/ mail/jabber: hanno at
2015 Mar 29
2
Invalid memory access / read stack overflow when reading config with zero bytes
Hi, When ssh accesses a config file that contains a zero byte it'll expose a stack overflow. This can only be seen with valgrind or with compiling ssh with address sanitizer. I'll attach the address sanitizer and valgrind output. Reproduce: dd if=/dev/zero of=zero bs=1 count=1 valgrind -q ssh -F zero x This was found while fuzzing ssh with american fuzzy lop. (Please CC me on replies,
2011 Sep 10
1
Sieve, before script - Can it include "personal" scripts?
Using sieve_before, can the script it references include a file from the personal space? I want to set some parameters (by user using the variables extension) there to control what the before script does, so, every user would have the file in their personal include space. If not, is there another way? Can the sieve_before and sieve_global_path be set from userdb extra fields?
2007 Aug 25
1
Strange window flipping around
Hi, I have a glitch in all latest compiz versions (tried 0.5.2, 0.5.4 and git head+compiz-0.6 branch). When enabling cube and wobbly windows and moving a window left out of the screen (so the cube turns) the window seems to flip to the other side of the screen and back. This doesn't happen with 0.5. If required, I could try to make a film out of it. Any ideas what is wrong? I'd
2014 Nov 05
1
CentOS 6 and Sieve/Dovecot
I've got dovecot & Sieve installed on an internal mail server, without issue. It seems to run ~/.dovecot.sieve scripts without issue. However, when trying to set up sieve scripts with an email client (kmail) the sieve scripts get published to ~/sieve directory. I can't seem to find any way to tell sieve to run all scripts in ~/sieve. It looked as though sieve_before in
2016 Sep 12
2
Sieve filtering SPAM and redirect
Quoting Robert Schetterer <rs at sys4.de>: > Am 12.09.2016 um 15:07 schrieb Andre Luiz Paiz: >> Hi everybody. I'm having difficulties to setup my filters correctly and >> I really need some help. >> >> This is my environment: >> >> Mail that is received on the system passes through a sieve_before script >> that checks the message header for
2018 Sep 21
2
Global sieve doesn't run and I don't know why
On Fri, 2018-09-21 at 23:09 +0300, Aki Tuomi wrote: > Did you forget the pastebin link? I had it in my first post. Here it is again: https://www.pastiebin.com/5ba3faa8628c2 > Also 2.2.10 is ancient. I totally understand, but it's what ships with "CentOS Linux release 7.5.1804 (Core)". -- Ranbir
2015 Mar 29
2
Invalid memory access / read stack overflow when reading config with zero bytes
On Sun, 29 Mar 2015, Nico Kadel-Garcia wrote: > On Sun, Mar 29, 2015 at 6:36 PM, Hanno B?ck <hanno at hboeck.de> wrote: > > On Mon, 30 Mar 2015 09:19:02 +1100 (AEDT) > > Damien Miller <djm at mindrot.org> wrote: > > > >> What version of OpenSSH is this? > > > > 6.8 portable on Linux. > > There are a *lot* of Linux flavors. Which one?
2014 Apr 25
2
separating logs by port
Hi, I wanted to ask if there's an easy way to log the port in dovecot. The background is that, as everyone's probably aware, pop3/imap usually listen on two ports (110/995 for pop3, 143/993 for imap). One port is the "classic" port that allows unencrypted and STARTTLS connections, the other is the legacy SSL port that allows TLS only connections. The legacy SSL ports are
2017 May 17
0
Sieve GLOBAL + Sieve LOCAL
> But what I would need is execute a global sieve_before for all users to > apply some spam selection rules. Did anybody easily achieved it? Is this what you are looking for? This is how I enforce spam rules prior to users' custom scripts. #in dovecot configuration plugin { sieve_before = /var/lib/dovecot/sieve/global/default.sieve } #In /var/lib/dovecot/sieve/global/default.sieve