Displaying 20 results from an estimated 20000 matches similar to: "Question about installing managesieve"
2008 Jun 17
0
Mercurial repositories for ManageSieve and Sieve
Hello Dovecot users,
Recently I was asked to use Mercurial for the ManageSieve development
just like Dovecot. As a matter of fact I have been using Mercurial for
some time now. Now that I am back from a short and active vacation I am
ready to publish my repositories. The repositories are publicly
available at:
http://hg.rename-it.nl/
The -patch repositories are so-called Mercurial Queues (MQ)
2010 Feb 01
1
Problems installing managesieve and then managesieve-login
Hi,
Software:
AIX 5.3
dovecot-2.0-pigeonhole revision 1234:7b3db97399de
with
dovecot revision 10621:a978089d090b
I'm having problems installing managesieve. I modified the Makefile because DESTDIR was not being found.
Here is what I changed to make it work:
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(dovecot_pkglibexecPROGRAMS_INSTALL) '$$p'
2010 Jan 13
0
Sieve and ManageSieve for Dovecot v2.0 merged into one repository
Hi,
I've merged the Mercurial repositories for Sieve and ManageSieve for
Dovecot v2.0 into one repository:
http://hg.rename-it.nl/dovecot-2.0-pigeonhole
This simplifies the build process significantly. It also allows tightly
integrating the implementation of the script storage with the main Sieve
library, enabling the possibility to implement alternate means of script
storage, like for
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
I''m happy to announce that we have moved the xen-unstable.hg
Solaris dom0 development out to the OpenSolaris community.
For hard core developers, you can download, build, and
run Solaris dom0 and xen-unstable bits following the
instructions at the end of this post. We are currently
sync''d up to changeset #17644 (~May 15th). Hopefully we
will sync up with xen-unstable.hg every
2009 Feb 12
2
mbox snarf plugin + idle
I'm having a problem with mbox snarf not looking at /var/spool/mail/
when in idle mode thus never giving me a RECENT line even though there
are new messages in /var/spool/mail/ . Here are the imap commands to
reproduce the problem:
1 login userid password
2 select inbox
3 idle
When I run "select inbox" it does see my messages in /var/spool/mail/
and moves them over fine.
2009 Aug 19
1
Sieve plugin load error
Running:
dovecot revision 9333:15b4b2c904fe
dovecot sieve revision: 1091:0fe00772366f
AIX 5.3 64bit
Deliver gives error:
Aug 19 12:30:52 deliver(jsiegle): Error: dlopen(/usr/dovecot-1.2.4/lib/
dovecot/lda/lib90_sieve_plugin.so) failed: rtld: 0712-001 Symbol
notify_command was referenced
from module /usr/dovecot-1.2.4/lib/dovecot/lda/
lib90_sieve_plugin.so(), but a runtime
2010 Mar 11
2
[Xen-API] [XCP] domain 0 kernel patch queue published
The kernel patch queue used by the Xen Cloud Platform domain 0 has been
published at:
http://xenbits.xen.org/XCP/linux-2.6.27.pq.hg
This kernel has been the recipient of extensive testing and performance
optimization and is actively maintained with the latest stable drivers.
There is ongoing work to merge patches which are not currently upstream
into the paravirtops tree or to remove the
2010 Mar 11
2
[Xen-API] [XCP] domain 0 kernel patch queue published
The kernel patch queue used by the Xen Cloud Platform domain 0 has been
published at:
http://xenbits.xen.org/XCP/linux-2.6.27.pq.hg
This kernel has been the recipient of extensive testing and performance
optimization and is actively maintained with the latest stable drivers.
There is ongoing work to merge patches which are not currently upstream
into the paravirtops tree or to remove the
2008 Mar 08
1
Automatic Debian repository with packages for Dovecot-1.1 including Sieve and ManageSieve support.
Hello Dovecot users,
For those of you who like to live on the edge, there is now a
Debian-testing repository available with hourly updates from recent
Dovecot-1.1 changes in the Mercurial repositories. It automatically
releases a new set of packages if it notices any changes in any of the
repositories. The packages are built with dovecot-sieve-1.1 and
dovecot-1.1-managesieve included.
2009 May 31
5
Dovecot / Sieve
Hi,
As the "new Sieve implementation" is using a "gratefully stolen copy of
deliver.c from dovecot" (i.e. a dirty code in mail-raw.c), would it be
possible for the Sieve piece
1 - to be using files from dovecot directly rather than
copying&changing it (which is very bad for maintenance)
2 - to be incorporated in the hg/mercurial tree of dovecot ?
Thanks a lot
2008 Oct 06
1
dovecot 1.1.4 managesieve patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm maintainer of managesieve's FreeBSD port. (cc to dovecot's port
maintainer)
Stephan, do you plan to make available a 1.1.4 specific patch ?
Dovecot's port assume that managesieve patch include dovecot's version
number: so it may help the port's upgrade process.
(seems that 1.1.3's patch is applying smoothly)
2009 Jul 19
0
Changed URL of the Sieve Mercurial repository.
Hi,
I've changed the name of the Sieve Mercurial repository form
dovecot-libsieve to dovecot-1.2-sieve, to signify the Dovecot version it
applies to. The URL thus looks as follows:
http://hg.rename-it.nl/dovecot-1.2-sieve
Note that there are already dovecot-2.0-sieve and
dovecot-2.0-managesieve repositories, but these are still somewhat
broken in multiple ways and I wouldn't call
2009 Jul 05
2
Released Sieve v0.1.7 and ManageSieve v0.11.6 for Dovecot v1.2.0
Hello Dovecot users,
I hereby release new versions of the Sieve packages for the recently
released Dovecot v1.2.0 (Congrats Timo!). Apart from small changes to
make things compile with Dovecot again, a few other bugs were fixed as
well.
Unfortunately, the (FreeBSD-specific) 8kb script truncation bug remains.
Although it is reported for Dovecot v1.1.16, I see no reason why it
should not
2009 Jan 30
1
dovecot-1.2-managesieve "make install" ignores Dovecot's prefix
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying to compile dovecot-1.2-managesieve from hg repo with Dovecot
v1.2 and I found that managesieve uses another "install" target/prefix
than I've configured in Dovecot.
Is this intentional?
Because you must specify the compiled Dovecot sources, is managesieve just
"loosly" connected to Dovecot so it
2009 Jul 05
2
Released Sieve v0.1.7 and ManageSieve v0.11.6 for Dovecot v1.2.0
Hello Dovecot users,
I hereby release new versions of the Sieve packages for the recently
released Dovecot v1.2.0 (Congrats Timo!). Apart from small changes to
make things compile with Dovecot again, a few other bugs were fixed as
well.
Unfortunately, the (FreeBSD-specific) 8kb script truncation bug remains.
Although it is reported for Dovecot v1.1.16, I see no reason why it
should not
2009 Jan 30
1
managesieve/README sieve_storage doc confusion
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
http://hg.rename-it.nl/dovecot-1.2-managesieve/file/tip/README contains
the paragraphs (line 47):
"
mail_location =
If, for some inobvious reason, the sieve_storage remains unset, the
managesieve daemon uses the specification of the mail_location to find out
where to store the sieve files. However, this is provided only
2011 Oct 05
1
Dovecot + managesieve + ldap not working
Hi,
I want to use managesieve in my dovecot server which uses virtual users and a ldap for the users. This is in my dovecot.conf:
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 3.0.0-x86_64-jb1 x86_64 Debian 6.0.1 ext3
log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot-info.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps managesieve
listen(default): *
listen(imap): *
2011 Aug 19
0
[LLVMdev] git Status
On Aug 18, 2011, at 10:57 AM, David Greene wrote:
>
> Did the project ever come to a decision about making a transition to
> git? I'm trying to do some longer-term planning and it would be helpful
> to know what the roadmap is.
Me too. I've been catching up on the thread from a couple weeks ago, and I didn't see any clear conclusion. I have some comments about the
2020 Feb 18
3
managesieve / sieve - append dot prefix on moving mails into folder
Hello mailinglist-subscribers,
i have an issue with the managesieve / sieve plugin in dovecot.
We use roundcube as webmailer and if i define a new filter to move
incoming mails directly into a subfolder i get the following sieve-code:
require ["fileinto","imap4flags"];
# rule:[mail into folder]
if allof (header :contains "from" "sender at domain.org")
{
2013 Nov 18
2
Question about dovecot 2.2 and LIST command
I am running dovecot 2.2 changeset 16983:d925674c4329 on AIX. We use mbox
files with the "/" delimter. I have an imap protocol question. When I do:
1 list directory1/ *
1 OK List completed.
Is that the correct answer?
If I do
1 list "" *
it shows
* LIST (\Noselect \HasChildren) "/" "directory1"
I forget why I think that even with the delimiter, I