Displaying 20 results from an estimated 4000 matches similar to: "can't download attachment from the wiki"
2008 Jul 29
3
broken links to xexec module and patches
>From this page attaches cannot be downloaded anymore:
http://wiki.dovecot.org/Plugins/xexec
Error:
You are not allowed to do AttachFile on this page. Login and try again.
Clear message
Probably files should be placed here
http://www.dovecot.org/patches/
And on page above just links to it?
A.
--------------
"Hic Jacet Ego"
gpg key: http://viliar.net.ru/public.gpg
2007 Apr 24
3
Experience with Dovecot + Sieve + Webmail?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
there were some posts into this lists regarding Webmail interfaces and
Sieve. What are the experiences with them?
I need a webmail frontend that is capable of IMAP, supporting dovecot's
namespaces, verifying PGP and managing Sieve in conjunction with Dovecot.
I found two mature products, I also saw posts about, so I'm going to ask.
2008 Jul 08
2
Global Script to filter Spam
Dovecot Version: 1.1.1 with sieve and managesieve configured.
I want to filter spam with the subject *SPAM* to a spam folder for all
users, and i also want users to have personal sieve scripts (like vacation).
I have configured Squirrelmail, dovecot manage sieve and avelsieve
plugin in squirrelmail to do that.
The problem is that the user home 's scripts are replaced with the
avelsieve
2008 Nov 28
2
ManageSieve and invalid scriptname
Hello there,
I have been using pysieved and avelsieve and it has been working
great. I decided to do test with the ManageSieve patch and got this
problem:
Nov 27 17:21:29 cambui dovecot: MANAGESIEVE(miguel): sieve-storage:
using active sieve script path: ~/.dovecot.sieve
Nov 27 17:21:29 cambui dovecot: MANAGESIEVE(miguel): sieve-storage:
using sieve script storage directory: ~/.sieve
Nov 27
2007 Sep 14
1
namespace prefix issue with avelsieve
Hi!
I am currently testing a setup with dovecot's lda, the cmusieve plugin,
pysieved and the avelsieve plugin for squirrelmail.
The issue I am stumbling upon is that avelsieve is generating folder
names including the namespace prefix when creating "fileinto" rules.
E.g.:
A rule:
If the header "Precedence" contains "bulk", then file it into
the folder
2016 Jul 19
2
Managesieve problem
Trying to get either avelsieve or server side filters to work with managesieve. Managesieve is running but whenever avelsieve or the server settings backend try to talk to it the same thing happens. So I guess it's really a problem with something about managesieve at this point. I hit the Message Filters option, it takes a long time for it to come back, though it finally just times out and
2008 Sep 03
1
Dovecot ManageSieve + ingo or avelsieve
Hi,
does anyone got Dovecot ManageSieve and Horde/Ingo working together ?
i'm running Dovecot 1.1.2 with managesieve patch
(dovecot-1.1.2-managesieve-0.10.3.diff)
following intructions at http://wiki.dovecot.org/ManageSieve now my
Dovecot have ManageSieve available :-)
I've setup Horde/Ingo (ingo-h3-1.1.5-1.el5)
when I specify some new filtering rules in Ingo, they are successfully
2012 Mar 06
1
dovecot 2.1.1 + pigeonhole + avelsieve
Hello all,
I've squirrelmail-webmail-1.4.22, dovecot 2.1.1, dovecot-2.1-pigeonhole-0.3.0
installed and working. But I've problems to get the avelsieve plugin for
squirrelmail working with dovecot.
The "Message Filters" show up in "Options" of squirrelmail, but
"Could not log on to timsieved daemon on your IMAP server ........."
dovecot log shows:
Mar 6
2011 Jan 30
1
Copying sieve scripts
Hello,
I am using squirrelmail with avelsieve to edit my filter rules. The filter
rules are like this:
1. If the message contains a virus, delete the mail and notify me by email.
2. If the message is spam, deliver it to my spam folder.
3. If the message is from the dovecot mailing list, deliver it to my dovecot
folder
Yesterday, I created a new user and wanted to let him have rules 1 and 2
2011 Nov 03
2
patching dovecot for sieve/managesieve support, centos 5.6?
Hi all,
I am having real trouble when attempting to patch dovecot 1.2 to include the Pidgeonhole sieve support on my CentOS 5.6 x64 mail server. I am relatively new to the programming side of linux, but I am not having a lot of luck when trying to get this thing to compile.
Here's what happens:
[root at mail ~]# whereis dovecot
dovecot: /usr/sbin/dovecot /etc/dovecot.conf /usr/lib/dovecot
2009 Oct 27
3
sieve and fileinto encoding
Hello All!
I`m using dovecot 1.2.6
I have folder named in russian "????", and when in filter i wrote:
fileinto "????";
all works well.
Now i find 2 web applications to manage sieve filters (horde-ingo and
squirrelmail/avelsieve) - then creates filter like this:
if header :contains "Subject" "????"
{
fileinto "&BCEEEAQfBB8-";
stop;
}
2006 May 02
4
managesieve daemon
Hi,
I am currently working on a managesieve daemon, so that I can use the
squirrelmail plugin avelsieve together with dovecot-lda. Without this
I can't migrate from cyrus to dovecot. For several reasons I don't use
the timsieved from cyrus and build it from scratch. Is this interesting
for somebody else?
Gerald
2011 Dec 12
3
simultaneous scripts not running via sieve_before
Hi again everyone,
So I've finally got sieve integration happening on my? REHL Postfix/Dovecot server, with private user scripts happily running when users create them. (we user SquirrelMail, so the avelsieve plugin runs the sieve integration).
Now I'd like to utilise additional per-user scripts (probably via sieve_before), but I've not been able to get my additional scripts to
2010 Mar 09
2
vacation script
hi All,
One of my users created this sieve script via roundcube's avelsieve
implementation:
# This script has been automatically generated by avelsieve
# (Sieve Mail Filters Plugin for Squirrelmail)
# Warning: If you edit this manually, then the changes will not
# be reflected in the users' front-end!
2009 Jul 05
2
Can´t deliver Mails into Subfolders with Sieve....
Hello,
can`t sort Mails with sieve in Subfolders.
Mails only delivered in my INBOX.
System:
Debian Testing, Postfix, Dovecot 1.2.0 (1.2.0-0~auto+7_i386.deb), Squirrelmail +
Avelsieve
Postfix delivers fine in my INBOX via mailbox_command = /usr/lib/dovecot/deliver in
main.cf.
deliver seems not to use the existing sieve-script created and uploadet with avelsieve.
Postfix delivers in
2010 Jun 01
8
Dovecot aspects of fighting spam
I see no documents in the Dovecot documents wiki on how Dovecot
features can be used in the fight against spam. One hit came up in a
search, and it was about how to fight spam in the MoinMoin Wiki itself
(e.g. TextCHAs and such).
I already asked in another thread about removing message files at the
search from a designated "learn-spam" folder. My next question would
be how to
2007 Feb 08
2
I wrote a managesieve server for Dovecot
I have written a managesieve server from scratch in Python. I did just enough
work to get it working with avelsieve (the squirrelmail plugin), smartsieve,
and KDE's sieve kioplugin. It supports the entire Internet draft. Since I
didn't have a working sieve server to compare against, I'm not sure if it's
100% compatible with timsieved. Client applications seem to work okay
2009 Aug 03
1
sieve not working with Postfix and maildir
I am moving away from Cyrus, I'm trying to migrate to Dovecot.
I am trying to get Sieve working with Dovecot and Postfix and it just
won't work.
Postfix is able to delived new messages to the "new" subfolder of the
inbox structure. After I run Thunderbird, the new message gets moved
to "cur" and it shows up in my inbox. So far so good.
But now I'm trying to add
2009 Jan 22
2
Sieve filters forwarding erratic after upgrade to 1.1.8
On 22.01.2009 20:42 David Anderson wrote:
> Upon upgrading Dovecot from 1.1.7 to 1.1.8, one of my sieve filters
> (generated with avelsieve) no longer works.
Please show the filter rule.
> The filter is intended to redirect to another address when the header
> from contains something like @example.com. However, it simply never
> performs the redirection.
Here it works:
Jan 22
2006 May 09
1
Sieve-Editor
Hi all.
I'm looking for an editor for sieve-scripts. I tried the Squirrelmail
plugin "avelsieve", but it requires "timsieved", wich Dovecot doesn't use.
I don't want my users to write sieve-scripts on the console and
server-side-filtering is absolutely required.
I know that there are some frontends available, but I can't figure out,
which one really works