]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Default vsz_limit wasn't used for lmtp service.
authorTimo Sirainen <tss@iki.fi>
Wed, 9 Nov 2011 16:05:25 +0000 (18:05 +0200)
committerTimo Sirainen <tss@iki.fi>
Wed, 9 Nov 2011 16:05:25 +0000 (18:05 +0200)
src/lmtp/lmtp-settings.c

index 5967966a45e3630f8fa7489d5aa167cce7fe6a33..f56174d20cc5f0bc571a105f66e71fa24d699a1c 100644 (file)
@@ -44,7 +44,7 @@ struct service_settings lmtp_service_settings = {
        .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]) } },