Am 18.02.2017 um 17:44 schrieb Ben:
[ ... ]
Actually, after many hours of head-bashing, I discovered the problem.
sieve doesn't work when you're just using telnet port 25 !
I was doing :
ehlo test
mail from:sen...@example.com
rcpt to:re...@example.com
data
Subject: hello world
Hello World
Thank you for this.
Actually, after many hours of head-bashing, I discovered the problem.
sieve doesn't work when you're just using telnet port 25 !
I was doing :
ehlo test
mail from:sen...@example.com
rcpt to:re...@example.com
data
Subject: hello world
Hello World !
.
With the above, sieve
On 2017-02-18, Ben wrote:
>
>> What I did when encountering a similar issue was to take one of the messages
>> from INBOX that should have been moved elsewhere and use sieve-test on it:
>>
>> sieve-test -Tlevel=matching
>>
>> That generates a lot of output as it goes through every line of the s
What I did when encountering a similar issue was to take one of the messages
from INBOX that should have been moved elsewhere and use sieve-test on it:
sieve-test -Tlevel=matching
That generates a lot of output as it goes through every line of the sieve file
and shows the actual values tha
> On 17 February 2017, at 08:24, Ben wrote:
>
> Hi,
>
> I have copied accross a known-good sieve file from a working server and its
> not filtering. Everything just gets chucked into INBOX.
What I did when encountering a similar issue was to take one of the messages
from INBOX that should h
Hi,
I have copied accross a known-good sieve file from a working server and
its not filtering. Everything just gets chucked into INBOX.
doveconf-n at the bottom of this mail
Feb 17 16:05:20 server postfix/smtpd[51562]: 7FA5E12CBBC:
client=unknown[192.168.167.57]
Feb 17 16:05:23 server post
* Nicolas Mora 2013.02.06 16:06:
> plugin {
> sieve_dir=~/Maildir/sieve
> }
Better to post 'dovecot -n' which is the active config.
http://wiki.dovecot.org/LDA/Sieve/Dovecot
Not sure what the default was for the active script in the old Dovecot versions
as 'sieve_dir' is the upload director
Hello,
I installed a few weeks ago the Dovecot package on a Debian stable
along with postfix, everything works fine except the sieve filter. I
followed the howto found on the internet (google: debian postfix dovecot
sieve). I'm able to view and modify sieve rules with roundcube or
thunderbird