Re: Sieve and output variable for execute

2018-09-20 Thread Stephan Bosch
Op 19/09/2018 om 15:07 schreef Adam Raszkiewicz: I'm trying to get blow Sieve filter to work require ["fileinto", "imap4flags", "mailbox", "body", "envelope", "vnd.dovecot.pipe", "variables", "vnd.dovecot.execute"]; if envelope :matches "To" "*@*" {   set "recipient" "${0}";   set

Re: Global sieve doesn't run and I don't know why

2018-09-20 Thread Stephan Bosch
Op 20/09/2018 om 22:02 schreef Ranbir: Hi Everyone, I have dovecot, postfix, roundcube and piegeonhole managesieve all working nicely together. Personal scripts defined in roundcube run without issue. I have configured the global sieve dir defined in 90-sieve.conf: sieve_global_dir =

Re: [Sieve] Matches on body content - looking for working example

2018-09-20 Thread Stephan Bosch
Op 19/09/2018 om 21:54 schreef Adam Raszkiewicz: I have tried to do something like if body :content ["multipart"] :matches ["Original-Message-ID" “*”] { set "Original_Message_ID" "${0}"; } but instead getting Original Message ID I’m getting value from previous match which was if

Fatal: Support not compiled in for passdb driver 'pam'

2018-09-20 Thread Evandro Holderbach
Hi Guys, Can anyone help me, I'm having trouble halting caching authentication for the PAM module. I follow this procedure: https://wiki.dovecot.org/PasswordDatabase/PAM I got this error Sep 20 10:05:58 pop3-login: Info: Disconnected: Auth process broken (disconnected before auth was ready,

Re: Dovecot submission announces CHUNKING but backend Postfix does not support it

2018-09-20 Thread Stephan Bosch
Op 20/09/2018 om 13:39 schreef Michael Goth: On 09/20/2018 12:56 PM, Robert Schetterer wrote: Am 20.09.2018 um 11:04 schrieb Michael Goth: Hello, I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix backend server. Dovecot announces CHUNKING, but the Postfix backend does not

Global sieve doesn't run and I don't know why

2018-09-20 Thread Ranbir
Hi Everyone, I have dovecot, postfix, roundcube and piegeonhole managesieve all working nicely together. Personal scripts defined in roundcube run without issue. I have configured the global sieve dir defined in 90-sieve.conf: sieve_global_dir = /var/lib/dovecot/sieve/global/ I pre-compiled

Re: dovecot.index.pvt reset

2018-09-20 Thread Aki Tuomi
> On 20 September 2018 at 19:00 Chris wrote: > > > All, > > maybe that's a similar issue like the one mentioned in [1], > nevertheless I started a new thread. > > Using public folders: > > location = > maildir:/var/vmail/public/:LAYOUT=fs:INDEXPVT=%h/.public-indexes > > When deleting a

Re: [Sieve] Matches on body content - looking for working example

2018-09-20 Thread Adam Raszkiewicz
I know your example will work but I'm looking for something similar like if envelope :matches "From" "*" { set "sender" "${0}"; } but with the body :content On 9/19/18, 6:22 PM, "Doug Hardie" wrote: > On 19 September 2018, at 12:54, Adam Raszkiewicz wrote: > > I

Re: Dovecot submission announces CHUNKING but backend Postfix does not support it

2018-09-20 Thread Aki Tuomi
> On 20 September 2018 at 14:39 Michael Goth wrote: > > > On 09/20/2018 12:56 PM, Robert Schetterer wrote: > > Am 20.09.2018 um 11:04 schrieb Michael Goth: > >> Hello, > >> > >> I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix > >> backend server. Dovecot announces CHUNKING,

Re: Dovecot submission announces CHUNKING but backend Postfix does not support it

2018-09-20 Thread Michael Goth
On 09/20/2018 12:56 PM, Robert Schetterer wrote: Am 20.09.2018 um 11:04 schrieb Michael Goth: Hello, I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix backend server. Dovecot announces CHUNKING, but the Postfix backend does not support (or announce) it. HELO from Postfix:  

Re: Dovecot submission announces CHUNKING but backend Postfix does not support it

2018-09-20 Thread Robert Schetterer
Am 20.09.2018 um 11:04 schrieb Michael Goth: Hello, I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix backend server. Dovecot announces CHUNKING, but the Postfix backend does not support (or announce) it. HELO from Postfix:   220 backend.mydomain.com ESMTP Postfix (Ubuntu)

Dovecot submission announces CHUNKING but backend Postfix does not support it

2018-09-20 Thread Michael Goth
Hello, I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix backend server. Dovecot announces CHUNKING, but the Postfix backend does not support (or announce) it. HELO from Postfix: 220 backend.mydomain.com ESMTP Postfix (Ubuntu) ehlo test 250-backend.mydomain.com

Re: blacklistd support for dovecot

2018-09-20 Thread Aki Tuomi
On 20.09.2018 00:48, Kurt Lidl wrote: > Greetings all! > > I ported the NetBSD blacklistd support into FreeBSD a while ago > (FreeBSD 11.x timeframe).  I also added support to several of the > system daemons there, so they could all talk to a centralized daemon > (blacklistd). > > One of the