dovecot-2.0: lmtp: Default vsz_limit wasn't used for lmtp service.

dovecot at dovecot.org dovecot at dovecot.org
Wed Nov 9 17:55:04 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/b6421044fab8
changeset: 12958:b6421044fab8
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 09 18:05:25 2011 +0200
description:
lmtp: Default vsz_limit wasn't used for lmtp service.

diffstat:

 src/lmtp/lmtp-settings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0cf3215cdf2d -r b6421044fab8 src/lmtp/lmtp-settings.c
--- a/src/lmtp/lmtp-settings.c	Sat Nov 05 19:37:23 2011 +0200
+++ b/src/lmtp/lmtp-settings.c	Wed Nov 09 18:05:25 2011 +0200
@@ -44,7 +44,7 @@
 	.client_limit = 1,
 	.service_count = 0,
 	.idle_kill = 0,
-	.vsz_limit = 0,
+	.vsz_limit = (uoff_t)-1,
 
 	.unix_listeners = { { &lmtp_unix_listeners_buf,
 			      sizeof(lmtp_unix_listeners[0]) } },


More information about the dovecot-cvs mailing list