similar to: after upgrade to 2.x, sieve do not create folder

Displaying 20 results from an estimated 30000 matches similar to: "after upgrade to 2.x, sieve do not create folder"

2010 Dec 09
4
sieve plugin does not autocreate folder
Sieve plugin does not autocreate folder, defined in sieve filter /etc/dovecot/sieve/default.sieve require ["fileinto"]; # rule:[off] if anyof (header :contains "To" "off@***.com", header :contains "Cc" "off@****.com") { fileinto "INBOX.off"; stop; } >sievec /etc/dovecot/sieve/default.sieve sievec(root): Debug: Loading modules
2011 Apr 01
2
Sieve: unknown tagged argument ':create' for the fileinto command
Hello, I've upgraded from dovecot 1.2.x with sieve to dovecot 2.0.11 with sieve. I've noticed that folders are no more created at delivery time now. I've read that I have to do two things: lda_mailbox_autocreate = yes in dovecot.conf and fileinto :create in the sieve script. Now the error message I receive is: error: unknown tagged argument ':create' for the fileinto
2012 Aug 28
1
use sieve plugin with variable and folders
Hello , I'm trying to use the pigeonhole plugin but I'm experiencing configuration problem... Hope you could help me! Firstly : my sieve filter test is the next one : /////////////////// require ["fileinto" , "variables" , "mailbox"]; if address :matches "Delivered-To" "*@*.*" { fileinto :create ".INBOX.iop" ; stop ; }
2019 Jan 02
1
Sieve script unable to file into public folder after dovecot upgrade to version 2.3.4
Hi all, Wishing you and your families a Happy New Year 2019. I am currently struggling with an odd sieve issue after upgrading dovecot from 2.2.32 to the latest 2.3.4 version. OS is Ubuntu 18.04. For one of our users I have a sieve rule in place which should copy (keep + fileinto) incoming mails from the INBOX to a public namespace folder. Unfortunately this does not work anymore. In the sieve
2020 Feb 25
2
Auto Subscribe not working for LDA/Sieve created Mailbox?
I have auto-subscribe turned on, but I had to doveadm mailbox subscribe to a LDA/Sieve created mailbox today. Did something break? doveconf -n attached. FreeBSD dovecot-2.3.9.3 Secure, fast and powerful IMAP and POP3 server dovecot-pigeonhole-0.5.9_1 Sieve plugin for the Dovecot 'deliver' LDA and LMTP -- Larry Rosenman http://www.lerctr.org/~ler
2020 Feb 25
1
Auto Subscribe not working for LDA/Sieve created Mailbox?
It should be the same delivery code, but just in case I added also "lmtp / with sieve fileinto box" test and it passes as well. > On 25. Feb 2020, at 15.38, Larry Rosenman <larryrtx at gmail.com> wrote: > > This is with lmtp if it matters. > > On Tue, Feb 25, 2020, 7:37 AM Timo Sirainen <timo at sirainen.com <mailto:timo at sirainen.com>> wrote: >
2020 Feb 25
1
Auto Subscribe not working for LDA/Sieve created Mailbox?
On 25. Feb 2020, at 4.55, Larry Rosenman <larryrtx at gmail.com> wrote: > > I have auto-subscribe turned on, but I had to doveadm mailbox subscribe to a LDA/Sieve created mailbox today. > > Did something break? I added a bunch of tests for lda_mailbox_autocreate and lda_mailbox_autosubscribe and they seem to work fine: * dovecot-lda -m box / without sieve * dovecot-lda -m
2014 Oct 08
1
[Pigeonhole Sieve interpreter] :create argument and lda_mailbox_autosubscribe setting
Hi, I am using dovecot and dovecot-sieve packages from Debian Wheezy (2.1.7-7+deb7u1). I noticed that while using ":create" (from the mailbox extension) in my Sieve filter and "lda_mailbox_autosubscribe = yes" in Dovecot's LDA config it automatically subscribes to the destination mailbox even if that mailbox already existed. Reading Dovecot's documentation and the
2018 Mar 02
3
Sieve filter fileinto doesn't preserve flags
Using `fileinto` to move a mail into another mailbox removes flags that have been set with a previous sieve filter with `addflag`. # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.9.0-6-amd64 x86_64 Debian 9.1 ext4 lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes mail_debug = yes mail_location = maildir:/var/vmail/%d/%n
2019 Jan 19
2
sieve issue after upgrad
i recently upgraded a server from dovecot 2.1 to 2.3 unfortunately sieve does not appear to be working. The user scripts have not changed, and neither has the dovecont config. using managesieve allows me to create new sieve files and setting one as default updates the link in ~/ to point to the correct file, but the .dovecot.svbin file is not changed (unless i run sievec
2017 Nov 16
3
Sieve coding question
Is there a more appropriate list on which to ask for assistance in coding Sieve rules, or may I ask here?
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Could you send your configuration (output from `dovecot -n`)? Also, please provide an example scenario; i.e., for one problematic delivery provide: - The values of the variables substituted below. - The incoming e-mail message. - The Sieve script (or at least that vacation command). Regards, Stephan. Op 19-10-2016 om 11:42 schreef Matthew Broadhead: > hi, does anyone have any ideas
2019 Jun 13
3
Sieve logging?
I am trying to create some sieve scripts to filter my mailing lists and am wondering if sieve logs anywhere, and it so where? I don?t see anything in mail.log beyond lines like: dovecot: lda(kremels at kreme.com)<39790><hNchChSkAV1umwAAIdGjjQ>: sieve: msgid=<267D5D71-D99C-4790-8706-C1A92BCC9F97 at kreme.com>: stored mail into mailbox ?INBOX' Which doesn?t really tell me
2018 Mar 02
4
Sieve filter imapflags with "flagvar" not working
Following the rfc5232, Sieve Email Filtering: Imap4flags Extension the following filter doesn't work when the `"flagvar"` part is added require "imap4flags"; if header :contains "X-Spam" "Yes" { ? setflag "flagvar" "spam"; } removing the `"flagvar"` part works as expected # 2.2.33.2 (d6601f4ec):
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Also, please provide an example scenario; i.e., for one problematic delivery provide: - The values of the variables substituted in the dovecot-lda command line; i.e., provide that command line. - The incoming e-mail message. Regards, Stephan. Op 19-10-2016 om 12:43 schreef Matthew Broadhead: > dovecot is configured by sentora control panel to a certain extent. if > you want those
2011 Aug 01
2
sievec - manual compile of global sieve scripts?
How do you compile global scripts using the sievec command without making the script directory owned (and group writable) by the vmail user? http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage # cd /etc/dovecot/sieve/before/ # (edit some script like spam.sieve that runs for everyone) # /usr/local/bin/sievec spam.sieve spam.svbin sievec(root): Error: sieve: binary save: failed to create temporary
2014 Mar 06
1
no sieve with lmtp_save_to_detail_mailbox=yes
i have a problem with sieve and lmtp_save_to_detail_mailbox = yes. If the mailbox "detail" exists everything works fine, but if the mailbox detail does not exist then sieve does not work. The .dovecot.sieve.log file says sieve: info: started log at Mar 06 14:28:47. error: msgid=<531877EE.7070806 at heinlein-support.de>: failed to store into mailbox 'test2': Mailbox
2013 Mar 18
4
Dovecot - Sieve script loaded but filtering doesn't works ?
Hello, I'm trying to install dovecot as LDA, IMAP server and Sieve functions, all of this with a Postfix, Spamassassin and a MySQL Auth. When I use a Sieve script, it 's loaded but actions are not respect with this logs : Mar 18 10:31:19 localhost dovecot: lda(info at info.xx.com): Debug: sieve: using sieve path for user's script: /vmail/sieve/info.xx.com/info.sieve Mar 18
2013 Nov 25
1
prohibit deletion of Junk folder
Hi, I have an issue with a sieve_before rule (the script move incoming email to Junk folder when DMARC=fail and policy is quarantine) because one of my user delete his Junk folder : dovecot: lda(myuser at domain.com): Error: sieve: execution of script /etc/dovecot/sieve_before/01-dmarc-fail.sieve failed, but implicit keep was successful: 1 Time(s) dovecot: lda(myuser at domain.com): Error:
2018 Mar 05
1
Sieve filter imapflags with "flagvar" not working
tried also with `require "variables"` doesn't seem to work, the flag is not added at all On 03/03/2018 09:54 AM, Stephan Bosch wrote: > Op 3/2/2018 om 6:09 PM schreef Konstantinos Tsakiltzidis: >> Following the rfc5232, Sieve Email Filtering: Imap4flags Extension >> >> the following filter doesn't work when the `"flagvar"` part is added >>