similar to: Experience with Dovecot + Sieve + Webmail?

Displaying 20 results from an estimated 300 matches similar to: "Experience with Dovecot + Sieve + Webmail?"

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 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
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
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
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
2012 Apr 12
2
vacation plugins for squirrelmail
Hi, I am afraid I have a question to ask of you all. I have just completed setting up a mail server running on Ubuntu Server 10.04. It has postfix, dovecot 1.2.19, LDAP and squirrelmail as the webmail. I have also created virtual users accounts on the system through LDAP. I can send and receive mails which is great. Now, what I am trying to do is to set up a vacation auto-reply on the
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; }
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
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
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
2008 Jun 26
2
can't download attachment from the wiki
Hi. At http://wiki.dovecot.org/ManageSieve#line-229 , I want to download the patch that's supposed to fix two problems in Avelsieve. Unfortunately, when I click on the link to the patch, I always get an error message: You are not allowed to do AttachFile on this page. Annoying. I've created an account and logged in, but still no joy. Can anyone suggest how or where else I can get
2009 Nov 17
10
Web-Interface for Dovecot-Sieve?
Hello, is there anywhere a web-interface for managing sieve-filters with dovecot? Regards Daniel -- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds at marco.de Gesch?ftsf?hrer Martin Reuter
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
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
2008 Feb 06
2
Editing sieve scripts via webmail?
Hello... I have dovecot 1.0.10 running with the sieve plugin and virtual users (LDAP). My webmail is squirrelmail. I want to allow the users to create sieve-scripts via a squirrelmail-plugin. The plugins seems to require that the IMAP-server is cyrus. What are the options for dovecot? Thanks, Tobias
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 Jun 01
5
Sieve GUI
> Is there ? GUI for sieve. > > I don't have installed Squrielmail, but won't like to manage the > Rules per ssh
2013 Oct 06
1
Problems getting Squirrelmail and Avelsieve to connect to Pigeonhole
Hi, I have been going around in circles trying to find the solution. Many others appear to have the same problem, but never a solution or explanation. I am running Dovecot 2.0.21 under Fedora 16. All components are running on the same server, whose IP address is shown as '192.168.x.y'. The dovecot -n output is: <quote> /SSH Secure Shell 3.2.0 (Build 267)/ /Copyright
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