dovecot-2.1: lmtp: Default vsz_limit wasn't used for lmtp service.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Nov 9 17:57:12 EET 2011
details: http://hg.dovecot.org/dovecot-2.1/rev/011f10758702
changeset: 13685:011f10758702
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 a155105e298e -r 011f10758702 src/lmtp/lmtp-settings.c
--- a/src/lmtp/lmtp-settings.c Wed Nov 09 14:15:18 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