Displaying 15 results from an estimated 15 matches for "sievestorage".
Did you mean:
sieve_storage
2008 Sep 25
3
Managesieve Quota
Has anyone (is anyone) working on adding quota support to dovecot's
managesieve server? I was thinking about giving it a shot myself and I'd
hate to duplicate work. It would be something very basic like a max
bytes setting and the total sieve storage per user isn't allowed to
exceed it.
~Seth
2009 Aug 17
1
v1.2.4 released
http://dovecot.org/releases/1.2/dovecot-1.2.4.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.4.tar.gz.sig
I'll be on vacation for the rest of this week. I'll read my mails once
in a while though.
* acl: When looking up ACL defaults, use global/local default files
if they exist. So it's now possible to set default ACLs by creating
dovecot-acl file to the mail root
2009 Aug 17
1
v1.2.4 released
http://dovecot.org/releases/1.2/dovecot-1.2.4.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.4.tar.gz.sig
I'll be on vacation for the rest of this week. I'll read my mails once
in a while though.
* acl: When looking up ACL defaults, use global/local default files
if they exist. So it's now possible to set default ACLs by creating
dovecot-acl file to the mail root
2009 Aug 13
1
Tilde expansion in ManageSieve for dovecot-1.1.
...that ManageSieve (looks like
0.10.4 is included in the debian backports) doesn't do the tilde
expansion before doing a stat test to see if the ~/Maildir exists.
Here's a quick diff of the change I made to make it work:
sodor at madawg:~/tmp/deb-dove/dovecot-1.1-managesieve-0.10.4/src/lib-sievestorage$
diff sieve-storage.c ../../../sieve-storage.c
73c73
< const char *root_dir, *dir, *p, *d;
---
> const char *root_dir, *dir, *p, *d, *home;
127a128,133
> /* expand tilde in root so that the stat below works */
> home = getenv("HOME");
> if (home !=...
2009 Oct 13
1
dovecot-2.0-managesieve make fails @ '...libdovecot-login.so: undefined reference to `login_process_preinit''
...-Wstrict-aliasing=2
-I/usr/local/ssl/include -o managesieve-login client.o
client-authenticate.o managesieve-proxy.o
/usr/local/src/dovecot-2.0-sieve/src/lib-sieve/libsieve.la
/usr/local/src/dovecot-2.0/src/login-common/libdovecot-login.la
../../src/lib-managesieve/libmanagesieve.a
../../src/lib-sievestorage/libsievestorage.a
/usr/local/src/dovecot-2.0/src/lib-dovecot/libdovecot.la -lrt
libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -Wstrict-aliasing=2 -I/usr/local/ssl/include -o
.libs/managesiev...
2013 Nov 26
1
Failute to compile of pigeonhole-0.4.2 with Dovecot 2.2.7
..._SERVER' undeclared (first use in
this function)
sieve-storage.c:738: error: expected ')' before string constant
sieve-storage.c:729: warning: unused parameter 'name'
make[3]: *** [sieve-storage.lo] Error 1
make[3]: Leaving directory
`/root/dovecot-2.2-pigeonhole-0.4.2/src/lib-sievestorage'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/dovecot-2.2-pigeonhole-0.4.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/dovecot-2.2-pigeonhole-0.4.2'
make: *** [all] Error 2
Dovecot 2.2.7 compiles and runs fine. Any help appreci...
2010 Jul 27
2
Cant compile managesieve 0.11.11 on Solaris10
...in client.o
client-authenticate.o managesieve-capability.o managesieve-proxy.o
cmd-noop.o /usr/local/dovecot/src/dovecot-1.2-sieve-0.1.17/src/lib-sieve/.libs/libsieve.a /usr/local/dovecot/src/dovecot-1.2.13/src/login-common/liblogin-common.a ../../src/lib-managesieve/libmanagesieve.a ../../src/lib-sievestorage/libsievestorage.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-storage/libstorage.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-index/libindex.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-imap/libimap.a /usr/local/dovecot/src/dovecot-1.2.13/src/lib-mail/libmail.a /usr/local/dovecot/src/doveco...
2009 Dec 01
0
Managesieve RC with dovecot 1.2.8 from atrpm
...ovecot/src/lib -I/usr/include/dovecot/src/lib-dict
-I/usr/include/dovecot/src/lib-mail -I/usr/include/dovecot/src/lib-auth
-I/usr/include/dovecot/src/lib-index
-I/usr/include/dovecot/src/lib-storage
-DMODULEDIR=\""/usr/lib64/dovecot"\" -I../../src/lib-managesieve
-I../../src/lib-sievestorage -I/work/dovecot-1.2-sieve-0.1.13
-I/work/dovecot-1.2-sieve-0.1.13/src/lib-sieve -std=gnu99 -O2 -g -pipe
-Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts...
2009 Dec 14
5
v2.0.beta1 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta1.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta1.tar.gz.sig
Now that v2.0 is in beta stage I don't expect anything big to change
anymore. The configuration and the APIs shouldn't change in
non-backwards compatible ways. There are still bugs left to be fixed and
some small features to be implemented, but I'd like to
2009 Dec 14
5
v2.0.beta1 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta1.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta1.tar.gz.sig
Now that v2.0 is in beta stage I don't expect anything big to change
anymore. The configuration and the APIs shouldn't change in
non-backwards compatible ways. There are still bugs left to be fixed and
some small features to be implemented, but I'd like to
2010 Jan 05
3
Managesieve and Dovecot from ATRPM - Still no luck
...ovecot/src/lib -I/usr/include/dovecot/src/lib-dict
-I/usr/include/dovecot/src/lib-mail -I/usr/include/dovecot/src/lib-auth
-I/usr/include/dovecot/src/lib-index
-I/usr/include/dovecot/src/lib-storage
-DMODULEDIR=\""/usr/lib64/dovecot"\" -I../../src/lib-managesieve
-I../../src/lib-sievestorage -I/work/dovecot-1.2-sieve-0.1.14
-I/work/dovecot-1.2-sieve-0.1.14/src/lib-sieve -std=gnu99 -O2 -g -pipe
-Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts...
2014 Aug 07
1
invalid/unknown path to storage
Am I correct: pigeonhole now wants the symlink to the filter file to use
an absolute path instead of the relative paths we had?
i.e.) sieve-filterfile@ -> /home/mail/domain/user at domain/roundcube.sieve
instead of sieve-filterfile@ -> roundcube.sieve
Dovecot logs these:
dovecot: managesieve(user at domain.org): Warning: sieve-storage: Active sieve script symlink
2007 Jul 30
4
MANAGESIEVE patch v5 for dovecot 1.0.2
Hello dovecot users,
I have finally updated the MANAGESIEVE patch to fix the currently known
small problems with the protocol implementation. Also, I included a
proxy implementation based on imap-proxy.c. This patch is designed for
dovecot release 1.0.2 and it will not apply cleanly to the 1.1 versions
yet.
Change Log V5
-------------
- Applied patch by Uldis Pakuls to fix
2012 Nov 29
1
cmd-vacation.c:4:17: fatal error: lib.h: No such file or directory && ./configure: line 11410: -lssl: command not found
...onfig.status: creating src/lib-sieve/plugins/vnd.dovecot/Makefile
config.status: creating src/lib-sieve/plugins/vnd.dovecot/debug/Makefile
config.status: creating src/lib-sieve/plugins/vnd.dovecot/duplicate/Makefile
config.status: creating src/lib-sieve-tool/Makefile
config.status: creating src/lib-sievestorage/Makefile
config.status: creating src/lib-managesieve/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/lda-sieve/Makefile
config.status: creating src/sieve-tools/Makefile
config.status: creating src/managesieve/Makefile
config.status: creating src/managesieve...
2007 Mar 26
7
MANAGESIEVE patch v3 for dovecot 1.0.rc28
Hello dovecot users,
I have updated the MANAGESIEVE patch to apply and compile against
dovecot 1.0.rc28. Not much has changed with respect to the functionality
of the previous version however:
ChangeLog vs v2
- Updated source to compile with dovecot 1.0.rc28, tested with rc27
(debian package)
- Daemon now uses the same location for .dovecot.sieve as dovecot-lda
This is typically