search for: pastiebin

Displaying 8 results from an estimated 8 matches for "pastiebin".

Did you mean: pastebin
2018 Sep 20
5
Global sieve doesn't run and I don't know why
...ar/lib/dovecot/sieve/global/ I pre-compiled the script in there: # ls -l /var/lib/dovecot/sieve/global/ total 8 -rw-r--r--. 1 root root 118 Sep 19 16:52 global.sieve -rw-r--r--. 1 root root 197 Sep 19 16:56 global.svbin But, in the logs for dovecot, I never see the script being run: https://www.pastiebin.com/5ba3faa8628c2 Users are from freeipa. Their home directories are symlinks to where the mail really lives. For example: lrwxrwxrwx. 1 ranbir virtual 42 May 25 2017 ranbir -> /var/spool/mail/domain.tld/ranbir/ And the contents of that dir: [root at mailhost conf.d]# ls -al /home/D...
2018 Sep 21
2
Global sieve doesn't run and I don't know why
On Fri, 2018-09-21 at 09:15 +0300, Aki Tuomi wrote: > 1. > > set mail_debug=yes, try again, and check logs The output copied and linked to on pastiebin.com is with mail_debug=yes set. I never see the global sieve script even read. > 2. > > take one email (the whole email as source), store it as mail.eml and > use > sieve-test to find out if your script is broken. I will do that. But, the global sieve is a verbatim copy of the fil...
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
2018 Sep 21
0
Global sieve doesn't run and I don't know why
...ed the script in there: > > # ls -l /var/lib/dovecot/sieve/global/ > total 8 > -rw-r--r--. 1 root root 118 Sep 19 16:52 global.sieve > -rw-r--r--. 1 root root 197 Sep 19 16:56 global.svbin > > But, in the logs for dovecot, I never see the script being run: > > https://www.pastiebin.com/5ba3faa8628c2 > > Users are from freeipa. Their home directories are symlinks to where > the mail really lives. For example: > > lrwxrwxrwx. 1 ranbir virtual 42 May 25 2017 ranbir -> /var/spool/mail/domain.tld/ranbir/ > > And the contents of that dir: > >...
2018 Sep 20
0
Global sieve doesn't run and I don't know why
...ed the script in there: > > # ls -l /var/lib/dovecot/sieve/global/ > total 8 > -rw-r--r--. 1 root root 118 Sep 19 16:52 global.sieve > -rw-r--r--. 1 root root 197 Sep 19 16:56 global.svbin > > But, in the logs for dovecot, I never see the script being run: > > https://www.pastiebin.com/5ba3faa8628c2 > > Users are from freeipa. Their home directories are symlinks to where > the mail really lives. For example: > > lrwxrwxrwx. 1 ranbir virtual 42 May 25 2017 ranbir -> /var/spool/mail/domain.tld/ranbir/ > > And the contents of that dir: > >...
2018 Sep 21
2
Global sieve doesn't run and I don't know why
On Thu, 2018-09-20 at 22:34 +0200, Stephan Bosch wrote: > https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Executing_Mu > ltiple_Scripts_Sequentially I've seen this suggested on this list and across the web. What I don't understand is why is this necessary when there is a config paramater to set a global sieve dir. It's not the order of filtering that is the problem,
2018 Sep 21
0
Global sieve doesn't run and I don't know why
...ovecot on behalf of Ranbir" <dovecot-bounces at dovecot.org on behalf of m3freak at thesandhufamily.ca> wrote: On Fri, 2018-09-21 at 09:15 +0300, Aki Tuomi wrote: > 1. > > set mail_debug=yes, try again, and check logs The output copied and linked to on pastiebin.com is with mail_debug=yes set. I never see the global sieve script even read. > 2. > > take one email (the whole email as source), store it as mail.eml and > use > sieve-test to find out if your script is broken. I will do that. But, the global...
2018 Sep 21
0
Global sieve doesn't run and I don't know why
> On 21 September 2018 at 23:10 Ranbir <m3freak at thesandhufamily.ca> wrote: > > > 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 > You probably wanted to use sieve_before instead of sieve_global. sieve_global is dire...