Bug#597434: Fixe for courier IMAP_ULIMITD

2010-09-24 Thread Stefan Hornburg (Racke)

On 09/23/2010 06:54 AM, Thomas Goirand wrote:

Hi,

Here's a patch to fix the issue. Do you agree that is the way to fix it,
and would you accept that I NMU this fix, so that it has a chance to get
into Squeeze soon?

Thomas Goirand (zigo)


I'm going to upload fixed packages myself.

Regards
Racke

--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597434: Fixe for courier IMAP_ULIMITD

2010-09-23 Thread Stefan Hornburg (Racke)

On 09/23/2010 06:54 AM, Thomas Goirand wrote:

Hi,

Here's a patch to fix the issue. Do you agree that is the way to fix it,
and would you accept that I NMU this fix, so that it has a chance to get
into Squeeze soon?

Thomas Goirand (zigo)


I'm going to upload a fixed version myself.

Thanks for your assistance.

Regards
Racke

--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597434: Fixe for courier IMAP_ULIMITD

2010-09-22 Thread Thomas Goirand
Hi,

Here's a patch to fix the issue. Do you agree that is the way to fix it,
and would you accept that I NMU this fix, so that it has a chance to get
into Squeeze soon?

Thomas Goirand (zigo)
--- courier-0.65.0.orig/debian/rules	2010-09-23 04:48:42.0 +
+++ courier-0.65.0/debian/rules	2010-09-23 04:48:05.0 +
@@ -205,6 +205,7 @@
 # - start daemons by default
 	perl -i -pe 's/^POP3DSTART=NO/POP3DSTART=YES/' $(BUILD)/etc/courier/pop3d
 	perl -i -pe 's/^MAXPERIP=\d+/MAXPERIP=20/; s/^IMAPDSTART=NO/IMAPDSTART=YES/' $(BUILD)/etc/courier/imapd
+	perl -i -pe 's/^IMAP_ULIMITD=\d+/IMAP_ULIMITD=132072/;' $(BUILD)/etc/courier/imapd
 # - change default LDAP server
 	perl -i -pe 's/^(LDAP_SERVER\s+)ldap.example.com/$$1localhost/' $(BUILD)/etc/courier/ldapaliasrc
 	perl -i -pe 's/^POP3DSSLSTART=NO/POP3DSSLSTART=YES/' $(BUILD)/etc/courier/pop3d-ssl