[SVN] r316 - in /branches/sarge/cyrus-imapd-2.2.12/debian: README.sendmail changelog cyrus.conf

debian at incase.de debian at incase.de
Sun Mar 12 04:58:34 UTC 2006


Author: sven
Date: Sun Mar 12 05:58:30 2006
New Revision: 316

URL: https://mail.incase.de/viewcvs?rev=316&root=cyrus22&view=rev
Log:
Bring sarge branch back in sync with revision 313 of /trunk

Modified:
    branches/sarge/cyrus-imapd-2.2.12/debian/README.sendmail
    branches/sarge/cyrus-imapd-2.2.12/debian/changelog
    branches/sarge/cyrus-imapd-2.2.12/debian/cyrus.conf

Modified: branches/sarge/cyrus-imapd-2.2.12/debian/README.sendmail
URL: https://mail.incase.de/viewcvs/branches/sarge/cyrus-imapd-2.2.12/debian/README.sendmail?rev=316&root=cyrus22&r1=315&r2=316&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/README.sendmail (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/README.sendmail Sun Mar 12 05:58:30 2006
@@ -10,17 +10,17 @@
 them.
 
 Andrzej Filip <anfi at priv.onet.pl> says:
-http://www.polbox.com/a/anfi/sendmail/localNalias.html
+http://anfi.homeunix.net/sendmail/localNalias.html
    Cyrus Aliases
    It allows to use user at CYRUS redirections in virtusertable,
    aliases and .forward file e.g.  I use the following ~anfi/.forward:
    anfi at CYRUS
 
-http://www.polbox.com/a/anfi/sendmail/localtab.html
+http://anfi.homeunix.net/sendmail/localtab.html
    Local Table
 
-http://www.polbox.com/a/anfi/sendmail/rtcyrus.html
-   Real Time Cyrus Integration [requires sendmail patch]
+http://anfi.homeunix.net/sendmail/rtcyrus2.html
+   Real Time Cyrus Integration
    It allows sendmail to check presence of cyrus mailbox in real time, 
    sendmail rejects message to non existing cyrus mailboxes in reply to 
    "RCPT TO:"

Modified: branches/sarge/cyrus-imapd-2.2.12/debian/changelog
URL: https://mail.incase.de/viewcvs/branches/sarge/cyrus-imapd-2.2.12/debian/changelog?rev=316&root=cyrus22&r1=315&r2=316&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/changelog (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/changelog Sun Mar 12 05:58:30 2006
@@ -1,9 +1,17 @@
-cyrus-imapd-2.2 (2.2.12-3bpo1) stable; urgency=low
-
-  [ Sven Mueller ]
-  * Backport of 2.2.12-4 to backports.org
-
- -- Sven Mueller <debian at incase.de>  Sat, 18 Feb 2006 21:06:55 +0100
+cyrus-imapd-2.2 (2.2.12-4bpo1) stable; urgency=low
+
+  [ Sven Mueller ]
+  * Backport of 2.2.12-5 to backports.org
+
+ -- Sven Mueller <debian at incase.de>  Sun, 12 Mar 2006 05:06:16 +0100
+
+cyrus-imapd-2.2 (2.2.12-5) UNRELEASED; urgency=low
+
+  [ Sven Mueller ]
+  * Add example entries for squatter to cyrus.conf (closes: #355303)
+  * Fix URLs in README.sendmail (closes: #355771) 
+
+ -- Sven Mueller <debian at incase.de>  Tue,  7 Mar 2006 21:01:12 +0100
 
 cyrus-imapd-2.2 (2.2.12-4) unstable; urgency=low
 
@@ -77,7 +85,10 @@
     (Closes: #347527)
   * Apply patch fixing some error messages in Shell.pm (Closes: #347658)
 
- -- Sven Mueller <debian at incase.de>  Wed, 11 Jan 2006 15:43:33 +0100
+  [ OndÅej Surý ]
+  * Upload to experimental.
+ 
+ -- OndÅej Surý <ondrej at debian.org>  Fri, 13 Jan 2006 11:52:58 +0100
 
 cyrus22-imapd (2.2.12-1) experimental; urgency=low
 

Modified: branches/sarge/cyrus-imapd-2.2.12/debian/cyrus.conf
URL: https://mail.incase.de/viewcvs/branches/sarge/cyrus-imapd-2.2.12/debian/cyrus.conf?rev=316&root=cyrus22&r1=315&r2=316&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/cyrus.conf (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/cyrus.conf Sun Mar 12 05:58:30 2006
@@ -78,5 +78,13 @@
 
 	# this is only necessary if caching TLS sessions
 	tlsprune	cmd="/usr/sbin/tls_prune" at=0401
+	
+	# indexing of mailboxs for server side fulltext searches
+
+	# reindex changed mailboxes (fulltext) approximately every other hour
+	#squatter_1	cmd="/usr/bin/nice -n 19 /usr/sbin/squatter -s" period=120
+
+	# reindex all mailboxes (fulltext) daily
+	#squatter_a	cmd="/usr/sbin/squatter" at=0517
 }
 



More information about the Pkg-Cyrus-imapd-Debian-devel mailing list