Displaying 20 results from an estimated 300 matches similar to: "Problem with dovecot-managesieved and sieve scripts in mysql"
2017 Apr 28
4
Sieve dict and bindir question
Hi,
I have setup the latest Dovecot and Sieve with dict in order to read
rules from MySQL and works fine:
sieve_before = dict:proxy::sieve;name=activesql;bindir=~/.sieve-bin
dict {
sieve = mysql:/etc/dovecot/dovecot-dict-sieve-sql.conf.ext
}
# cat /etc/dovecot/dovecot-dict-sieve-sql.conf.ext
connect = host=10.1.1.1 dbname=dovecot user=dovecot password=Ciao
map {
pattern =
2017 Apr 30
0
Sieve dict and bindir question
Op 4/28/2017 om 10:58 AM schreef Alessio Cecchi:
> Hi,
>
> I have setup the latest Dovecot and Sieve with dict in order to read
> rules from MySQL and works fine:
>
> sieve_before = dict:proxy::sieve;name=activesql;bindir=~/.sieve-bin
>
> dict {
> sieve = mysql:/etc/dovecot/dovecot-dict-sieve-sql.conf.ext
> }
>
> # cat
2012 Feb 28
1
quota warning script not working after upgrade to 2.1.1
With 2.0.18 I was using a quota warning script like this:
plugin {
...
# Quota
quota = maildir
quota_rule = INBOX.Trash:storage=+2048M
quota_warning = storage=99%% quota-warning 99 %u
quota_warning2 = storage=95%% quota-warning 95 %u
quota_warning3 = storage=90%% quota-warning 90 %u
quota_warning4 = storage=85%% quota-warning 85 %u
}
# der schickt die Quota warnmails
service
2009 Nov 26
2
quote warning not being triggered (yet again)
I'm using 1.2.6 with the managesieve patch and maildir++ quotas (via
the maildirsite file). Again, I found that the quota warning is not
bering triggered.
Testing via:
smtp-source -4 -f sender at charite.de -t recipient at charite.de -m 1 -l 1000000 -C 1 mail.charite.de:submission
recipient at charite.de being a mailbox with a 10.0 MB limit.
I attached dovecot -n and the quota warn script.
2007 Aug 13
0
2 commits - libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_tag.h
libswfdec/swfdec_sprite_movie.c | 60 ---------------
libswfdec/swfdec_tag.c | 152 +++++++++++++++++++++++++++++++---------
libswfdec/swfdec_tag.h | 5 +
3 files changed, 128 insertions(+), 89 deletions(-)
New commits:
diff-tree 37ed222d6ea5305df2c238122be4e31a98af3229 (from 9d35a0a007492163043bf609bf2759a05738c8df)
Author: Benjamin Otte <otte at gnome.org>
Date:
2016 Aug 04
1
php55w-fpm on CentOS 7: settings location
On Wed, August 3, 2016 14:19, Always Learning wrote:
>
> On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote:
>
>> What I do is create a php.php file on the root of my fileserver
>> with
>> the following
>>
>> <?php phpinfo() ?>
>
> I use a text command: php -i
>
>
>
php -i > php-i.txt
echo '<?php phpinfo() ?>' | php
2007 Feb 02
0
Branch 'interpreter' - 6 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_compiler.c libswfdec/swfdec_sprite.c test/swfdec-extract.c
libswfdec/swfdec_bits.c | 4 +++-
libswfdec/swfdec_compiler.c | 6 +++++-
libswfdec/swfdec_sprite.c | 26 ++++++++++++++------------
test/swfdec-extract.c | 2 +-
4 files changed, 23 insertions(+), 15 deletions(-)
New commits:
diff-tree 940ef9614313d253bb9282e26f48968b4af13c85 (from 828ab7af700ce3d9b4e44b90c4f7d804b5d243cc)
Author: Benjamin Otte <otte@gnome.org>
Date:
2006 Jan 03
1
opensearch template
I've just noticed the Omega "opensearch" template seems to lack escaping
for URLs in <link> tags:
$httpheader{Content-Type,application/xml}<?xml version="1.0"?>
<rss version="2.0" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
<channel>
<title>Xapian search results</title>
2007 Jun 18
0
Branch 'as' - 8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_sprite_movie.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h
libswfdec/swfdec_movie.c | 18 -
libswfdec/swfdec_sprite.c | 308 ++----------------------------
libswfdec/swfdec_sprite.h | 36 +--
libswfdec/swfdec_sprite_movie.c | 357 ++++++++++++++++++++++++++++-------
libswfdec/swfdec_sprite_movie.h | 12 -
libswfdec/swfdec_swf_decoder.c | 32 ++-
libswfdec/swfdec_swf_decoder.h | 11 +
2007 Jun 15
0
Branch 'as' - 4 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c test/trace
libswfdec/swfdec_movie.c | 5 +----
libswfdec/swfdec_player.c | 36 ++++++++++++++++++++++++++++++++++++
libswfdec/swfdec_sprite.c | 4 +++-
test/trace/trace.c | 27 ++++++++++++++++++++++++---
4 files changed, 64 insertions(+), 8 deletions(-)
New commits:
diff-tree 0b6e91a7cfe6614977c78321d3e19bf8e8035f9d (from d8b550fa5c0a47912941ab3e3bb0358fa3c481e9)
Author: Benjamin Otte
2007 Feb 27
0
Camping only with .htaccess
Hi,
I found a solution for running Camping applications without having
access to /etc/apache2/* files. Only two small settings:
1. A small .htaccess file, which contains the following:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ http://nagybence.inter.hu/camping/index.fcgi/$1 [P,L]
2. A little modification in Camping''s source:
@status,
2014 Jun 05
0
Error with dsync in TCP replication
Hey guys,
again this question..
We are trying to get dsync replication over TCP working..
But we are having a bit of troubles..
Our configuration (just most important parts):
---8<---------------------------------------------------------------
# 2.2.13 (304d545927d2): /etc/dovecot/dovecot.conf
# OS: Linux 3.13.0-24-generic x86_64 Ubuntu 14.04 LTS ext4
doveadm_password = secret
2015 Aug 17
2
Segfaults after upgrade to Debian Jessie
On Mon, 2015-08-17 at 15:23 +0200, Stephan Bosch wrote:
> Still looks like the executed extdata plugin was compiled against a
> different pigeonhole.
Got it. There was an old version in /usr/lib/dovecot/modules/sieve/, whereas the
new one was installed into /usr/local/lib/dovecot/sieve/. That all works now, and
no segfault. Thanks for all your help and patience.
Unfortunately my vacation
2007 May 30
0
Headers munged into RAW_POST_DATA
Hi,
we''re seeing a really weird problem in our production environment.
"Connection: Keep-Alive\r\n" is being pre-pended to the RAW_POST_DATA,
which makes requests error out. This bug is seen infrequently and
*seems* to be browser-related, although I can''t reproduce it using the
browser reported in HTTP_USER_AGENT.
Set up is a apache 2.2 -> hardware load balancer
2007 May 29
1
Headers munged into RAW_POST_DATA
Hi,
we''re seeing a really weird problem in our production environment.
"Connection: Keep-Alive\r\n" is being pre-pended to the
RAW_POST_DATA, which makes requests error out. This bug is seen
infrequently and *seems* to be browser-related, although I can''t
reproduce it using the browser reported in HTTP_USER_AGENT.
Set up is a hardware load balancer (NetScaler)
2005 Dec 29
1
Using base HTML tag
Hello all:
I have been using PHP for quite a bit and am beginning to learn more
about RoR. One thing I used to to in PHP scripts (views in particular)
was to have a tag such as:
<base href="http://<?php echo $_SERVER[''HTTP_HOST''] .
$_SERVER[''SCRIPT_NAME'']; ?>" />
so that URL rewriting would not throw off the paths to images, css,
2005 Dec 04
3
Relative URL
I''m trying to use a non default webserver with Rails and succesfully
does this by calling the disptacher directly, by setting the environment
variables: REQUEST_URI and SCRIPT_NAME
My problem is that the relative path is incorrect when I identify myself
as anything else than apache. In request.rb the @@relative_url_root is
only set when the webserver is apache. Is this default wanted
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
Okay, I have tested mounting several of my apps under Lighttpd and Apache,
both running FastCGI. I''m going to explain the configuration, but first:
update.
gem install camping --source code.whytheluckstiff.net
== Mounting Root for Lighttpd+FastCGI ==
server.port = 3045
server.bind = "192.168.0.103"
server.modules = (
2014 Sep 20
2
[LLVMdev] How to translate library functions into LLVM IR bitcode?
Hi Johannes,
By following your directions, I can use your script as is to produce the
.bc file now. Here's my command line for compiling s_sin.c into s_sin.bc
file and the output:
command line:
~/Downloads/newlib-2.1.0/newlib/libm/mathfp ยป python ~/llvm_link.py s_sin.c
-I../common/ -I../../libc/include/ -o s_sin.bc
output:
Initiate CLANG (/path-to-clang):
Options: 's_sin.c
2005 Jun 26
0
Bug in Mailman version 2.1.5
Bug in Mailman version 2.1.5
We're sorry, we hit a bug!
If you would like to help us identify the problem,
please email a copy of this page to the webmaster for
this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/var/mailman/scripts/driver", line 87, in
run_main
main()
File