search for: sieve_glob

Displaying 20 results from an estimated 166 matches for "sieve_glob".

Did you mean: sieve_globa
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 Apr 27
4
Sieve extprograms ?not exexuting?
...ke - starting over again... Debug-enabled log give me: Apr 27 04:11:36 mail dovecot: lmtp(test at example.com): Debug: qOGyA0DePHVaOyHEM/SpMA: sieve: action execute: running program: test.sh Apr 27 04:11:36 mail dovecot: lmtp(test at example.com): Debug: waiting for program `/usr/local/etc/dovecot/sieve_globals/test.sh' to finish after 0 seconds So I guess it thinks it is running my script? But simple test script does nothing. Here it is: #!/bin/sh read INPUT INPUT="Hello world: $INPUT" echo "$INPUT" >> /tmp/hello echo "---------------------------" >> /tm...
2019 Aug 20
2
imapsieve suddenly not working anymore
...sieve-test gives: ~/.maildir/.Spam/cur $ sieve-test /usr/share/dovecot/sieve/report-spam.sieve 1542388745.M99384P16720.meine-oma.de\,S\=8173\,W\=8373\:2\,S -D sieve-test(himbeere): Debug: sieve: Pigeonhole version 0.5.7.1 (db5c74be) initializing sieve-test(himbeere): Debug: sieve: include: sieve_global is not set; it is currently not possible to include `:global' scripts. sieve-test(himbeere): Debug: sieve: Sieve imapsieve plugin for Pigeonhole version 0.5.7.1 (db5c74be) loaded sieve-test(himbeere): Debug: sieve: Sieve Extprograms plugin for Pigeonhole version 0.5.7.1 (db5c74be) loaded d...
2018 Sep 24
4
v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt
...test command-line tool, in particular with > trace debugging enabled? Thank you for the debugging tip, is this useful? $ sieve-test -D -c dovecot.conf sieve message sieve-test(james): Debug: sieve: Pigeonhole version 0.5.3.rc1 (716b1b49) initializing sieve-test(james): Debug: sieve: include: sieve_global is not set; it is currently not possible to include `:global' scripts. debug: file storage: Using Sieve script path: /home/james/sieve. debug: file script: Opened script `sieve' from `/home/james/sieve'. debug: Script `sieve' from /home/james/sieve successfully compiled. sieve-te...
2019 Aug 21
1
imapsieve suddenly not working anymore
...VE" event instead of a "COPY" event? > Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB>: Debug: sieve: > Pigeonhole version 0.5.7.1 (db5c74be) initializing > Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB>: Debug: sieve: > include: sieve_global is not set; it is currently not possible to > include `:global' scripts. > Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB>: Debug: sieve: > Sieve imapsieve plugin for Pigeonhole version 0.5.7.1 (db5c74be) > loaded > Aug 21 11:54:23 imap(himbeere)<31569&gt...
2017 Sep 05
2
can't get quota working. I use static userdb driver.
On 05.09.2017 11:28, Steffen Kaiser wrote: > On Fri, 1 Sep 2017, ????? ????? wrote: > > > plugin { > > quota = maildir:"User quota" > > quota_rule = *:storage=10M > > quota_rule3 = INBOX.Trash:storage=+10%% > ^^ this should spell quota_rule2 > but is not the issue right now > actually dovecot probably stops looking after it fails to
2018 Jun 13
2
Sieve_default
...t dovecot.fi> wrote: > Are you sure your sieve even gets executed? Anything in the logs? can you enable mail_debug=yes and try again? > Can you post your doveconf -n? I am not sure. I?ve made a couple of changes (put the default script and compiled script into their own folder and defined sieve_global), but still no joy. In fact, things are worse now as the report scripts have stopped working: imap(kremels): Error: sieve: Execution of script /usr/lib/dovecot/sieve/report-spam.sieve failed # ls -ls /usr/lib/dovecot/sieve/ total 72 8 drwxr-xr-x 2 root wheel 512 Jun 13 11:42 global 8 -rw-r-...
2015 Jan 12
1
pigeonhole: upgrade 0.4.3 -> 0.4.6 broke script storage
...rom USER environment lda(petar): Debug: none: root=, index=, indexpvt=, control=, inbox=, alt= lda(petar): Debug: Destination address: petar@<snip> (source: user at hostname) lda(petar): Debug: sieve: Pigeonhole version 0.4.6 (3e924b1b6c5c+) initializing lda(petar): Debug: sieve: include: sieve_global is not set; it is currently not possible to include `:global' scripts. lda(petar): Debug: sieve: file storage: Performing auto-detection lda(petar): Debug: sieve: file storage: access(/etc/skel, rwx) failed: Permission denied lda(petar): Error: sieve: file storage: Could not find storage r...
2018 Sep 21
0
Global sieve doesn't run and I don't know why
...: > > 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 > You probably wanted to use sieve_before instead of sieve_global. sieve_global is directory which is used when you refer to scripts using :global tag, not scripts ran globally. Aki
2020 Sep 24
2
How do I make "vnd.dovecot.environment" available?
Hi all, According to the docs at https://wiki.dovecot.org/Pigeonhole/Sieve, some extensions are not available by default. The docs tell me the sieve_plugins, sieve_extensions and/or sieve_global_extensions configs are involved, but I can find no authoritative documentation as to what the values should be. What values must I use to make ?vnd.dovecot.environment? available? Adding "sieve_global_extensions = +vnd.dovecot.environment? to 90-sieve.conf seems to not be enough. [root at...
2017 Sep 06
2
can't get quota working. I use static userdb driver.
Am 06.09.2017 um 12:17 schrieb ????? ?????: > Thank you for your answers. > I fixed config to: > > plugin { > sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve > sieve_global = /mnt/rw_disc/dovecot/sieve/ > > quota = maildir:User > quota_rule = *:storage=10M > # quota_rule2 = INBOX.Trash:storage=+10%% > quota_max_mail_size = 3M > quota_exceeded_message = "552 5.2.2 Mailbox is full" > } Have you tried using a different back...
2018 Nov 14
2
Trying to do antispam with Sieve
...nged > flags: Junk) > Nov 14 13:41:52 plesk12 dovecot: service=imap, user=adi1 at adit1.local, > ip=[::1]. Debug: sieve: Pigeonhole version 0.4.16 (fed8554) > initializing > Nov 14 13:41:52 plesk12 dovecot: service=imap, user=adi1 at adit1.local, > ip=[::1]. Debug: sieve: include: sieve_global is not set; it is > currently not possible to include `:global' scripts. > Nov 14 13:41:52 plesk12 dovecot: service=imap, user=adi1 at adit1.local, > ip=[::1]. Debug: sieve: Sieve imapsieve plugin for Pigeonhole version > 0.4.16 (fed8554) loaded > Nov 14 13:41:52 plesk12 doveco...
2016 Mar 17
2
Trouble getting vnd.dovecot.filter and filter visible/usable...
Hello, I?m trying to make vnd.dovecot.filter available both globally and for users through sieve, but I haven?t had much luck getting things to work right. Sieve scripts won?t validate and vnd.dovecot.filter never shows up in the managesieve capability list. I?ve spent lots of time looking for where problems could be, but I?m out of ideas?So I?m asking you guys. In the protocol lmtp section, I?m
2019 Aug 21
0
imapsieve suddenly not working anymore
...kqPPjp2Q1q1/AAAB>: Debug: imapsieve: mailbox INBOX.Spam: MOVE event Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB>: Debug: sieve: Pigeonhole version 0.5.7.1 (db5c74be) initializing Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB>: Debug: sieve: include: sieve_global is not set; it is currently not possible to include `:global' scripts. Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB>: Debug: sieve: Sieve imapsieve plugin for Pigeonhole version 0.5.7.1 (db5c74be) loaded Aug 21 11:54:23 imap(himbeere)<31569><kqPPjp2Q1q1/AAAB&g...
2017 Sep 06
0
can't get quota working. I use static userdb driver.
Thank you for your answers. I fixed config to: plugin { sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve sieve_global = /mnt/rw_disc/dovecot/sieve/ quota = maildir:User quota_rule = *:storage=10M # quota_rule2 = INBOX.Trash:storage=+10%% quota_max_mail_size = 3M quota_exceeded_message = "552 5.2.2 Mailbox is full" } The mail_location is actually maildir:/var/spool/mail/%u, mdbox was a misspe...
2018 Apr 10
1
doveconf error upon boot up
..._use = \Sent } mailbox Trash { special_use = \Trash } prefix = subscriptions = yes type = private } passdb { args = scheme=CRYPT username_format=%u /usr/local/etc/dovecot/users/passwd driver = passwd-file } plugin { sieve_default = /usr/local/etc/dovecot/sieve/default.sieve sieve_global = /usr/local/etc/dovecot/sieve/default.sieve sieve_vacation_send_from_recipient = yes } postmaster_address = postmaster at seibercom.net service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0666 user = postfix } unix_listener auth-userdb {...
2018 Nov 14
0
Trying to do antispam with Sieve
...INBOX.Spam: FLAG event (changed flags: Junk) Nov 14 13:41:52 plesk12 dovecot: service=imap, user=adi1 at adit1.local, ip=[::1]. Debug: sieve: Pigeonhole version 0.4.16 (fed8554) initializing Nov 14 13:41:52 plesk12 dovecot: service=imap, user=adi1 at adit1.local, ip=[::1]. Debug: sieve: include: sieve_global is not set; it is currently not possible to include `:global' scripts. Nov 14 13:41:52 plesk12 dovecot: service=imap, user=adi1 at adit1.local, ip=[::1]. Debug: sieve: Sieve imapsieve plugin for Pigeonhole version 0.4.16 (fed8554) loaded Nov 14 13:41:52 plesk12 dovecot: service=imap, user=...
2018 Nov 14
3
Trying to do antispam with Sieve
...name = * quota = maildir:User quota quota_grace = 0 quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=99%% quota-warning 99 %u sieve = ~/.dovecot.sieve sieve_after = /etc/dovecot/sieve/after sieve_dir = ~/sieve sieve_extensions = +notify +imapflags sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment sieve_pipe_bin_dir = /usr/lib64/dovecot/sieve sieve_plugins = sieve_imapsieve sieve_extprograms } pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_logout_format = rcvd=%i, sent=%o, top=%t/%p, retr=%r/%b, del=%d/%m, size=%s pro...
2015 Apr 27
3
Sieve extprograms ?not exexuting?
...e me: > > Apr 27 04:11:36 mail dovecot: lmtp(test at example.com): Debug: > > qOGyA0DePHVaOyHEM/SpMA: sieve: action execute: running > > program: test.sh > > Apr 27 04:11:36 mail dovecot: lmtp(test at example.com): Debug: > > waiting for program `/usr/local/etc/dovecot/sieve_globals/test.sh' > > to finish after 0 seconds > > > > So I guess it thinks it is running my script? But simple test script > > does nothing. Here it is: > > > > #!/bin/sh > > read INPUT > > INPUT="Hello world: $INPUT" > > echo "$I...
2015 Apr 27
3
Failed running extprograms execute via socket - fatal recv(MSG_PEEK) failed disconnected
...For testing I opened up the script and socket with permissions 777 but the error seems to indicate less about permissions more about some kind of protocol problem i guessing. Sieve script calls using this: execute "test"; Plugin config: plugin { sieve_plugins = sieve_extprograms sieve_global_extensions = +vnd.dovecot.execute sieve_execute_socket_dir = sieve-execute sieve_before = /usr/local/etc/dovecot/sieve } service test { executable = script /usr/local/etc/dovecot/sieve_globals/test.sh unix_listener sieve-execute/test { mode = 0660 group = vmail } } FYI I...