Displaying 20 results from an estimated 20000 matches similar to: "Sieve stopped working"
2012 Mar 15
1
firefox dovecot-sieve
Send this to dovecot at dovecot.org, not dovecot-owner at dovecot.org
On 14.3.2012, at 4.45, paul wrote:
> HI. I have just started to play with sieve and everything seems ok
when
> logging on using telnet localhost 4190 and an encoded
username/password.
> If I try to connect with firefox at localhost:4190 I get
> "IMPLEMENTATION" "Dovecot Pigeonhole"
>
2015 Mar 18
2
Folders with ~ (tilde) slow to save
running Version 3.6.23-14.el6_6
I'm having slow save times with folders names ~something.. ie.
/www/~bin/content.txt.
doing this via a windows share.. when I save file it has a moment
(few seconds) of hesitation.. then saves. When I do
/www/bin/content.txt. the file saves instantly.
Is there anywhere I can change a setting to fix this? or is this a
bug. I've looked in the logs
2018 Jun 22
1
sievescript is not working
Benny Pedersen <me at mlfix.junc.eu> schrieb am 22.06.18 um 03:32:26 Uhr:
> ratatouille skrev den 2018-06-21 20:25:
>
> > # sieve-test ./managesieve.sieve ./testfile -D
> > sieve-test(andreas): Debug: sieve: Pigeonhole version 0.4.2
> > initializing
> > sieve-test(andreas): Debug: sieve: include: sieve_global_dir is not
> > set; it is currently not
2010 Apr 25
1
Dovecot 2.0beta4: Managesieve example config
Hi,
the 'example-config' holds an incorrect value for the listener socket:
$ head -10 20-managesieve.conf
##
## ManageSieve specific settings
##
# Service definitions
service managesieve-login {
#inet_listener sieve {
# port = 4190
#}
inet_listener sieve <> inet_listener managesieve
Regards
Thomas
2019 Feb 01
3
Managesieve problem
Hi,
I'ld try to set up the managesieve (for RoundCube) - the sieve is
works as well with dovecot (I mean my filters works perfectly).
When I would try to connect to managesieve, I got an error, and
mail.err contains:
dovecot: managesieve(airween at mydomain.hu): Error: user airween at madomain.hu: Couldn't drop privileges: getgrnam(vmail) failed: Permission denied (in
2015 Mar 18
1
Folders with ~ (tilde) slow to save
I tried to close everything I had open and filter as best as I could..
but left random lines in just in case it helps.
172.16.5.230 is my local machine and *.33.235 is the server.
This is a slow save..
13:48:39.852340 (60) 001F5B35DB28 Broadcast UDP - Other
Ports 172.16.5.93 172.16.5.255 00:04:53.922946 293.922946
13:48:39.852605 (60) 001F5B35DB28 USC-IANA
2016 Sep 14
2
Help with failing Nut slave/client connection
Tough to get a spoofed IP to actually route back to it's host though, so
other than those unfortunate to be on a flat network, still not too much
of an issue . . .
- Tim
On 09/12/2016 04:46 PM, Stuart D. Gathman wrote:
> On Mon, 12 Sep 2016, Tim Dawson wrote:
>
>> Or just set up sane firewall rules to allow the two to talk, but block
>> external traffic. I have run this
2018 Aug 02
2
Managesieve stopped working - Undefined symbol "i_stream_read_memarea"
> On 02 August 2018 at 16:08 Henrik Larsson <dovecot-user at spambox.dk> wrote:
>
>
> On 15-07-2018 11:42, Henrik Larsson wrote:
> > After upgrading Dovecot to 2.3.2.1 and Pigeonhole to 0.5.2,
> > managesieve stopped working.
> >
> > I'm using FreeBSD ports tree, to build these. Only domains have been
> > modified in below output.
> >
2017 Jul 21
2
Core dumped when authenticating to managesieve
Hey,
I'm getting "Error in MANAGESIEVE command received by server." and
service(managesieve-login) killed with signal 11 (core dumped) when doing
two line autenticate(sogo) to managesieve().
# telnet localhost 4190
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE"
2016 Jun 07
2
Potential bug report: Cannot use ":args" option via Pigeonhole Sieve pipe plugin
Hi all,
Following the instructions noted at
http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Pipe , I am trying to
make use of the Pigeonhole sieve pipe plugin to execute an application with
custom arguments via my test sieve script:
require ["vnd.dovecot.pipe"];
if address :is "to" "test at example.com" {
pipe :args [ "first-arg",
2015 Oct 30
2
updating and wsitching repo to yum.dovecot.fi - Unknown protocol: sieve
Am 30.10.15 um 11:49 schrieb Teemu Huovila:
>
>
> On 30.10.2015 12:18, G?tz Reinicke - IT Koordinator wrote:
>> Hi,
>>
>> winter is coming and so I start to clean up some left overs of the year.
>>
>> One thing is to use the yum.dovecot.fi repository.
>>
>> After installing the current availabel dovecot and dovecot-ee-pigeonhole
>> package
2018 Aug 02
1
Managesieve stopped working - Undefined symbol "i_stream_read_memarea"
> On 02 August 2018 at 16:22 Henrik Larsson <dovecot-user at spambox.dk> wrote:
>
>
> On 02-08-2018 15:16, Aki Tuomi wrote:
> >> On 02 August 2018 at 16:08 Henrik Larsson <dovecot-user at spambox.dk>
> >> wrote:
> >>
> >>
> >> On 15-07-2018 11:42, Henrik Larsson wrote:
> >> > After upgrading Dovecot to 2.3.2.1
2016 Jul 14
2
CentOS7 firewalld ploblem
Dear Members,
Please tell me how can I fix this problem.
Against allow imap on firewalld, I cannot access to the server.
[root at speedex ~]# telnet 153.153.xxx.xxx 110
Trying 153.153.xxx.xxx...
telnet: connect to address 153.153.xxx.xxx: No route to host
After stopping forewalld I can access to the server.
[root at speedex ~]# telnet 153.153.xxx.xxx 110
Trying 153.153.xxx.xxx...
Connected to
2018 Mar 02
4
Sieve filter imapflags with "flagvar" not working
Following the rfc5232, Sieve Email Filtering: Imap4flags Extension
the following filter doesn't work when the `"flagvar"` part is added
require "imap4flags";
if header :contains "X-Spam" "Yes" {
? setflag "flagvar" "spam";
}
removing the `"flagvar"` part works as expected
# 2.2.33.2 (d6601f4ec):
2015 Feb 12
2
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
Hello,
I've ran into problem with Dovecot and dsync replication. Everything
works perfectly, including replication of sieve scripts, except fact
that if user activates the 'managesieve' ruleset (I'm using currently
Roundcubemail) on "mail1" host, it wouldn't be activated on "mail2"
host, by creating symlink ".dovecot.sieve ->
2019 Feb 03
2
Managesieve problem
Hi John,
On Sun, Feb 03, 2019 at 09:56:38AM +0100, John Fawcett wrote:
> On 01/02/2019 13:39, Ervin Heged?s wrote:
> > I'ld try to set up the managesieve (for RoundCube) - the sieve is
> > works as well with dovecot (I mean my filters works perfectly).
> >
> > When I would try to connect to managesieve, I got an error, and
> > mail.err contains:
> >
>
2018 Mar 02
3
Sieve filter fileinto doesn't preserve flags
Using `fileinto` to move a mail into another mailbox removes flags
that have been set with a previous sieve filter with `addflag`.
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.9.0-6-amd64 x86_64 Debian 9.1 ext4
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
mail_debug = yes
mail_location = maildir:/var/vmail/%d/%n
2016 Sep 12
2
Help with failing Nut slave/client connection
Or just set up sane firewall rules to allow the two to talk, but block external traffic. I have run this way for years - all add'rs ar IANA in a subnet block, and just that block is open locally, and all other external IP's severely restricted, and NUT works great . . .
- Tim
On September 12, 2016 11:47:28 AM CDT, "Stuart D. Gathman" <stuart at gathman.org> wrote:
>On
2005 Sep 06
4
Paranoid Firewalling
After reading this article:
http://www.theregister.co.uk/2005/08/31/blocking_chinese_ip_addresses/
I got to thinking that there is really no reason for *any* traffic to
hit my servers that comes from anywhere outside North America. So I
wrote the perl script at the end of this posting to extract selected IP
ranges posted at iana.org and convert them into iptables rules blocking
any traffic
2014 Oct 13
4
Compile dovecot with sieve/managesieve support
I see,
If i need anything else i'll post,
Thanks,
> -----Original Message-----
> From: Larry Rosenman [mailto:larryrtx at gmail.com]
> Sent: segunda-feira, 13 de Outubro de 2014 21:05
> To: Jorge Bastos
> Subject: Re: Compile dovecot with sieve/managesieve support
>
> Pigeonhole does ManageSieve as well......
>
> On 10/13/14, Jorge Bastos <mysql.jorge at