From 72d850896e21268b955ef96bcb375b483837724a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 10 Jun 2004 19:23:21 +0300 Subject: [PATCH] s/login_process_per_user/login_process_per_connection/ --HG-- branch : HEAD --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index dd0aae5bd0..0a24c7bd9b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -126,7 +126,7 @@ few processes handling multiple connections. The problem with sharing connections is that if a security hole is found, the attacker could hijack other peoples connections or steal their passwords if plaintext authentication was used (even with SSL/TLS). If you want to be fast, -set login_process_per_user = no. +set login_process_per_connection = no. Dovecot's memory usage is very small. Almost all memory usage you see with ps/top is from mmap()ed files, meaning that operating system can drop any -- 2.47.3