A high-performance mail server with IMAP, POP3, NNTP and SIEVE support
Go to file
Michal Hlavinka 9d65fa65ac - spec cleanup
- simplified packaging (merge -perl in -utils)
- remove obsoleted and/or unmaintained additional sources/patches
- remove long time not used files from the cvs/srpm
- update additional sources/patches from their upstream step 1
2010-06-08 11:01:40 +00:00
.cvsignore update sources 2009-12-22 19:02:22 +00:00
cyrus-imapd-2.1.3-flock.patch auto-import cyrus-imapd-2.2.12-1.2.fc4 on branch devel from 2005-04-15 20:24:15 +00:00
cyrus-imapd-2.3.1-authid_normalize.patch - fix buffer overflow in cyrus sieve (CVE-2009-3235) 2009-09-18 13:21:33 +00:00
cyrus-imapd-2.3.1-make_md5_defaults.patch updated to 2.3.13 2009-01-13 19:26:24 +00:00
cyrus-imapd-2.3.1.tar.gz.sig bring up to Simon Matter's 2.3.1-2 version 2006-02-28 20:04:01 +00:00
cyrus-imapd-2.3.12p2-current-db.patch updated to 2.3.16 2009-12-22 18:42:03 +00:00
cyrus-imapd-2.3.15-qos.patch - add support for QoS marked traffic (#576652) 2010-04-20 13:34:14 +00:00
cyrus-imapd-2.3.16-autocreate-0.10-0.diff - spec cleanup 2010-06-08 11:01:40 +00:00
cyrus-imapd-2.3.16-autosieve-0.6.0.diff - spec cleanup 2010-06-08 11:01:40 +00:00
cyrus-imapd-2.3.16-nodenny.patch - ignore user_denny.db if missing (#553011) 2010-01-14 13:08:38 +00:00
cyrus-imapd-README.RPM - spec cleanup 2010-06-08 11:01:40 +00:00
cyrus-imapd.cron-daily - fix shell for daily cron job (#544182) 2009-12-04 12:30:02 +00:00
cyrus-imapd.cvt_cyrusdb_all - spec cleanup 2010-06-08 11:01:40 +00:00
cyrus-imapd.imap-2.3.x-conf add missing ddot to config qosmarking 2010-05-12 09:07:29 +00:00
cyrus-imapd.init - fix sourcing of /etc/sysconfig/cyrus-imapd (#533320) 2009-11-06 13:30:04 +00:00
cyrus-imapd.logrotate - removed the lm_sensors-devel dependency, since it's properly required in 2007-07-23 13:03:30 +00:00
cyrus-imapd.magic auto-import cyrus-imapd-2.2.12-1.2.fc4 on branch devel from 2005-04-15 20:24:15 +00:00
cyrus-imapd.pam-config - use password-auth common PAM configuration instead of system-auth 2009-09-16 11:52:47 +00:00
cyrus-imapd.spec - spec cleanup 2010-06-08 11:01:40 +00:00
cyrus-imapd.sysconfig auto-import cyrus-imapd-2.2.12-1.2.fc4 on branch devel from 2005-04-15 20:24:15 +00:00
Makefile Fix typo that causes a failure to update the common directory. (releng 2009-11-25 22:47:40 +00:00
README.autocreate-cyrus-2.3 bring up to Simon Matter's 2.3.1-2 version 2006-02-28 20:04:01 +00:00
README.autosievefolder auto-import cyrus-imapd-2.2.12-1.2.fc4 on branch devel from 2005-04-15 20:24:15 +00:00
sources update sources 2009-12-22 19:02:22 +00:00

Cyrus IMAP autosievefolder patch
----------------------------------

NOTE : This patch has been created at the University of Athens. For more info, as well 
as more patches on Cyrus IMAPD server, please visit http://email.uoa.gr 


  When the lmtpd daemon receives an email message prior to delivering it to the 
INBOX folder of the user, checks if the user has specified sieve filters. If the
user has specified sieve filters the filters are evaluated. If the message matches
any of the filters the action that is specified in the filter is executed. If the action 
is FileInto it is stored in the subfolder specified in the filter. If the 
subfolder doesn't exist then the message is sent to the INBOX folder of the user.

  With this patch if the folder doesn't exist AND the name of the subfolder is 
specified in the autosievefolders option, OR the anysievefolder is set to 
yes in the cyrus-imap configuration file then the subfolder is created and the mail 
is stored there.


Check the following options of the imapd.conf file
==================================================

* anysievefolder : It must be "yes" in order to permit the autocreation of any 
INBOX subfolder requested by a sieve filter, through the "fileinto" action. (default = no)
* autosievefolders : It is a "|" separated list of subfolders of INBOX that will be 
automatically created, if requested by a sieve filter, through the "fileinto" 
action. (default = null)
	i.e. autosievefolders: Junk | Spam

WARNING: anysievefolder, takes precedence over autosievefolders . Which means that if 
anysievefolder is set to "yes", cyrus will create any INBOX subfolder requested, no-matter what the value of autosievefolders is.


Things to be done
=================

1. Support cyrus wildcards in the autosievefolders option. 


For more information and updates please visit http://email.uoa.gr/projects/cyrus/autosievefolder