[SVN] r323 - in /branches/sarge/cyrus-imapd-2.2.12/debian: changelog
imapd.conf
debian at incase.de
debian at incase.de
Thu Mar 30 14:13:29 UTC 2006
Author: sven
Date: Thu Mar 30 16:13:28 2006
New Revision: 323
URL: https://mail.incase.de/viewcvs?rev=323&root=cyrus22&view=rev
Log:
Bring sarge branch in sync with /trunk (revision 322)
Modified:
branches/sarge/cyrus-imapd-2.2.12/debian/changelog
branches/sarge/cyrus-imapd-2.2.12/debian/imapd.conf
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=323&root=cyrus22&r1=322&r2=323&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/changelog (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/changelog Thu Mar 30 16:13:28 2006
@@ -1,18 +1,22 @@
-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-4bpo0beta1) stable; urgency=low
+
+ [ Sven Mueller ]
+ * Backport of 2.2.12-5 to sarge for backports.org (first internal backport)
+
+ -- Sven Mueller <debian at incase.de> Thu, 30 Mar 2006 16:12:04 +0200
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)
+ * Add example entries for squatter to cyrus.conf (Closes: #355303)
+ * Fix URLs in README.sendmail (Closes: #355771)
* Remove STDERR redirection from cyrus-common-2.2 postinst call to adduser
- -- Sven Mueller <debian at incase.de> Fri, 24 Mar 2006 20:01:58 +0100
+ [ Benjamin Seidenberg ]
+ * Default to lmtp_downcase_rcpt: yes for compliance with RFC 2821
+ (Closes: #357040)
+
+ -- Benjamin Seidenberg <astronut at dlgeek.net> Mon, 27 Mar 2006 18:09:38 -0500
cyrus-imapd-2.2 (2.2.12-4) unstable; urgency=low
Modified: branches/sarge/cyrus-imapd-2.2.12/debian/imapd.conf
URL: https://mail.incase.de/viewcvs/branches/sarge/cyrus-imapd-2.2.12/debian/imapd.conf?rev=323&root=cyrus22&r1=322&r2=323&view=diff
==============================================================================
--- branches/sarge/cyrus-imapd-2.2.12/debian/imapd.conf (original)
+++ branches/sarge/cyrus-imapd-2.2.12/debian/imapd.conf Thu Mar 30 16:13:28 2006
@@ -43,9 +43,10 @@
# Forcing recipient user to lowercase
# Cyrus 2.2 is case-sensitive. If all your mail users are in lowercase, it is
-# probably a very good idea to set lmtp_downcase_rcpt to true. The default is
-# to assume the user knows what he is doing, and not downcase anything.
-#lmtp_downcase_rcpt: yes
+# probably a very good idea to set lmtp_downcase_rcpt to true. This is set by
+# default, per RFC2821. This was not set by default in debian versions up to
+# and including 2.2.12-4.
+lmtp_downcase_rcpt: yes
# Uncomment the following and add the space-separated users who
# have admin rights for all services.
More information about the Pkg-Cyrus-imapd-Debian-devel
mailing list