Displaying 20 results from an estimated 8000 matches similar to: "lda sieve error using global after sieve script"
2011 Feb 02
1
Quota ignore issue
Hi Timo,
ok, in my dovecot setup, I have a setting to ignore messages in the Spam
folder (I will put my dovecot -n at the end of the message), and a
strange thing appears to be happening.
If I do a quota recalc on an account, It creates the maildirsize file
correctly, without the contents of the Spam folder calculated into the
total used.
But, it looks like when a new spam email is delivered,
2010 Dec 03
1
SSL issues on separate IPs
Hi Timo,
I have set up 2.07 to answer on several different IP's with different
SSL certs, like the following :
local 209.132.xx.4 {
ssl_cert = </shared/templates/res/1040/certs/*.xxxxx.com.crt-pem-298
ssl_key = </shared/templates/res/1040/certs/*.xxxxx.com.key-298
}
I have several of these, and there appears to be a problem with one in
particular that is dropping connections, and
2010 Dec 02
3
Permission denied error log messages
Hi Timo,
ok, I have a large 2.07 NFS setup, and I have been monitoring error
messages to make sure I catch things, and I've come across a lot of
messages that come in pairs and look like this :
Dec 01 17:48:35 lda(paul at xxxxxx.com): Error:
write(/home/mailboxes/data/301/paul at xxxxxx.com/Maildir/tmp/1291254514.M620308P83269.mta2.scaledsystems.com)
failed: Permission denied
Dec 01
2010 Jun 19
2
More Dovecot 2.0 permissions issues
Hi Timo,
ok, using the latest 2.0beta6...
I can't figure out the settings for the log file to have the correct
permissions. When the log file is created, it is created owned by root
and 0600 permissions, which doesn't allow the lda to write to it if I
use different users and groups for that main config...
If I then chmod the log file to 666, then everything is happy, but
again, if that
2010 Jun 15
1
Managesieve error
Hi all,
ok, I am updating to the 2.0 way of doing things and have managed to get
everything set up right, except I am getting the following errors when
attempting to use managesieve with our webmail client (roundcube) that I
didnt get when using dovecot 1.2.11...
Jun 14 17:20:33 managesieve(address at domain.com): Warning: sieve-storage:
Active sieve script symlink
2010 Jun 18
1
Dovecot 2.0 auth socket error
Hi Timo,
ok, when dovecot starts up, it creates the socket files in
/usr/local/var/run/dovecot for the auth and a variety of other socket
stuff you have going on. It creates these socket files with root ownership.
But I have in the config files that dovecot is running as a particular
user (in this case uid100 and gid100) to match the global mail systems
needs.
I use qmail as the delivery agent,
2008 Nov 25
1
Unable to use imapflags in sieve
Hello,
I'm using dovecot 1.1.6 with libsieve 2.2.5 and I can't use the
imapflags extension.
Here's the begginning of my .dovecot.sieve file :
require ["fileinto"];
#require "imapflags";
#require "reject";
#if header :contains "X-DSPAM-Probability: 0.9" {
# addflag "$label3";
#}
# On d?place le spam dans le dossier Spam et on
2010 Aug 20
2
pigeonhole sieve imapflags bug
Hi all,
ok, I just instealled the dovecot 2.0.0 release, and the latest
mercurial pigeonhole source.
All is well, except for a particular sieve rule that may not be working
right.
It is a simple rule that looks like this :
require ["fileinto","imap4flags"];
# rule:[Past Due Notices]
if allof (header :contains "Subject" "Account Past Due Notice")
{
2016 Sep 12
5
Sieve filtering SPAM and redirect
Hi every body. I'm having difficulties to setup my filters correctly
and I really need some help.
This is my environment:
Mail that is received on the system passes through a sieve_before
script that checks the message header for SPAM tag and store it into
the "Junk" folder. If no spam tag is found, mail goes to inbox.
My horde webmail is integrated with sieve, so this allow
2014 Nov 04
1
sieve replication and .dovecot.lda-dupes
Hello list,
I have a replicated dovecot with two servers.
People seem to get vacation responses more often then it is specified in
"days: XX", depending on which dovecot instance they receive the
incoming mail. Is ".dovecot.lda-dupes" replicated?
The other problem is that the vacation response is coming from the wrong
address depending on which field the recipient was
2019 Oct 01
2
Lost mails with sieve "duplicate" extension in case of failure
Hi!
we just experienced the following issue:
We have a global sieve_before script using the duplicate extension.
require ["duplicate", "imap4flags"];
if duplicate {
discard;
}
Now the storage of our mailbox store got full and lmtp deliveries
started to fail.
This resulted in logs like this:
Sep 25 16:14:56 mail-rc1 dovecot: lmtp(USERNAME): Error:
2013 Mar 13
1
Sieve mark message as read
I am trying to get the advanced functionality of managesieve working for our users. If this is not the proper place to ask this, please just say so. I have enabled sieve and it works just fine for basic moving messages to folders. However the problem comes in to play when a user selects something like "delete" or "mark as read" in the filter. It just simply does not do that
2007 Mar 09
1
Dovecot's Sieve Support
Hi Folks,
I'm looking for details of Dovecot's Sieve support. Specifically,
Support for Sieve scripts (RFC 3028) and the protocol for remotely
managing Sieve scripts, including:
-- draft-martin-managesieve-06.txt
-- draft-ietf-sieve-imapflags-05.txt
And the following Sieve actions:
-- fileinto
-- redirect
-- imapflags
Thanks,
Robb Beal
-- www.laszlosystems.com --
2010 Feb 15
1
sieve addflag has stopped working
Dovecot 1.2.10 in Debian, using Dovecot sieve.
I have a sieve script, generated by Ingo, that's supposed to mark spam messages
as "Seen" and file them into the Junk folder. In part it reads:
require ["regex", "body", "imapflags", "fileinto"];
if exists "X-Spam-Flag" {
addflag "\\Seen";
fileinto
2009 Jul 15
2
sieve / managesieve: unknown Sieve capability 'imapflags'
$HOME/.dovecot.sieve.log reports:
main_script: line 8: error: require command: unknown Sieve capability 'imapflags'.
main_script: line 8: error: require command: unknown Sieve capability 'notify'.
main_script: error: validation failed.
I'm using sieve (not cmusieve) and managesieve with dovecot-1.2.
SquirrelMail 1.4 is using the avelsieve plugin to created/edit the
sieve
2018 Mar 02
1
Sieve filter imapflags with "flagvar" not working
its quite likely fixed in 0.4.22
---Aki TuomiDovecot oy
-------- Original message --------From: Larry Rosenman <larryrtx at gmail.com> Date: 02/03/2018 19:55 (GMT+02:00) To: Konstantinos Tsakiltzidis <ktsakiltzidis at modulus.gr>, dovecot at dovecot.org Subject: Re: Sieve filter imapflags with "flagvar" not working
I don't remember if this was fixed in 0.4.21 or not,
2013 Jan 10
1
problems with sieve
Hi all
I am running a simple mail server on ubuntu 12.04LTS with postfix 2.9.3
and dovecot 2.1.10. Since this morning sieve doesn't work anymore. I
changed the sieve script forth and back but sieve is not working. I also
replaced the sieve file with the backup, but no success. But I can't any
error messages in the log files indicating any problem with sieve. The
only thing I found is:
2019 Oct 09
1
Sieve replication - Debian 9.11 - Dovecot 2.2.7 - script changes not replicated
Hi,
I am trying to setup Sieve replication, it is almost working:
1/ Create a script - sync'd across
2/ Activate/de-activate a script - change sync'd
3/ Delete a script - change sync'd
But if I make a change to a script it is not replicated, unless I
de-activate and activate again.
I am seeing in the logs the below during this process
(de-activating/activating):
Oct? 9
2017 Nov 19
2
Sieve coding question
On 11/16/17 11:03 AM, Stephan Bosch wrote:
> Op 11/16/2017 om 7:42 PM schreef lists.dovecot at rogerklorese.com:
>> Is there a more appropriate list on which to ask for assistance in
>> coding Sieve rules, or may I ask here?
> I know of no other suitable venue, so go ahead.
>
> Regards,
>
> Stephan.
Here is the config. I don't think IMAPsieve is configured...
#
2009 Jul 20
3
Bug in Dovecot Managesieve or Horde ?
Hello,
there is a problem between Dovevot 1.2 Managesieve 0.11.7 and Horde
webmail 1.2.2 (possibly also in 1.2.3) in imap4flags
$ telnet localhost 2000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "dovecot"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress
comparator-i;ascii-numeric