search for: 5ba3faa8628c2

Displaying 6 results from an estimated 6 matches for "5ba3faa8628c2".

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 20
5
Global sieve doesn't run and I don't know why
.../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/DOMAIN/ranbir/ tota...
2018 Sep 21
0
Global sieve doesn't run and I don't know why
...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...
2018 Sep 20
0
Global sieve doesn't run and I don't know why
...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...
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
> 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 directory which is use...