#default_process_limit = 100 #default_client_limit = 1000 # Default VSZ (virtual memory size) limit for service processes. This is mainly # intended to catch and kill processes that leak memory before they eat up # everything. #default_vsz_limit = 256M # Login user is internally used by login processes. This is the most untrusted # user in Dovecot system. It shouldn't have access to anything at all. #default_login_user = dovenull # Internal user is used by unprivileged processes. It should be separate from # login user, so that login processes can't disturb other processes. #default_internal_user = dovecot service imap-login { inet_listener imap { #port = 143 #>GNUNUX port = 0 # #service_count = 1 # Number of processes to always keep waiting for more connections. #process_min_avail = 0 # If you set service_count=0, you probably need to grow this. #vsz_limit = $default_vsz_limit } service pop3-login { inet_listener pop3 { #port = 110 #>GNUNUX port = 0 #GNUNUX port = 0 #GNUNUX inet_listener lmtp { address = %%ip_eth0 port = 8024 } #GNUNUX mode = 0666 user = vmail #GNUNUX unix_listener /srv/dovecot/auth { mode = 0666 user = postfix group = postfix } #