User Tools

Site Tools


doc:appunti:linux:sa:postfix_spamassassin_clamav_dovecot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:linux:sa:postfix_spamassassin_clamav_dovecot [2023/05/02 11:02] – [Error Command output: Aborted] niccolodoc:appunti:linux:sa:postfix_spamassassin_clamav_dovecot [2023/10/30 10:09] (current) – [Enable SSL, imaps and pop3s] niccolo
Line 176: Line 176:
  
 Once restarted the **dovecot.service**, we will find the services listening on the well known ports, and we can check the SSL certificates. Once restarted the **dovecot.service**, we will find the services listening on the well known ports, and we can check the SSL certificates.
 +
 +==== Client connections are being dropped ====
 +
 +You may encounter wanring messages like these into the mail log:
 +
 +<code>
 +dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
 +</code>
 +
 +To increase the number of process that are allowed to spawn, edit the **/etc/dovecot/conf.d/10-master.conf** file and set
 +
 +<file>
 +default_process_limit = 200
 +</file>
 +
 ===== SpamAssassin Filter ===== ===== SpamAssassin Filter =====
  
Line 318: Line 333:
 </code> </code>
  
-There was a problem with **the filter program responding too slowly**. It is possible to change the **exec timeout**, in this case for the **filter** extension, just add the following in **/etc/dovecot/conf.d/90-sieve-extprograms.conf**:+There was a problem with **the filter program responding too slowly**. It is possible to change the **exec timeout**, in this case for the **filter** extension, just add the following in **/etc/dovecot/conf.d/90-sieve-extprograms.conf** (notice that you can configure ''sieve_pipe_exec_timeout'', ''sieve_filter_exec_timeout'' and ''sieve_execute_exec_timeout''):
  
 <file> <file>
Line 325: Line 340:
   # Change the default timeout (10 seconds) for the filter extension.   # Change the default timeout (10 seconds) for the filter extension.
   sieve_filter_exec_timeout = 60s   sieve_filter_exec_timeout = 60s
 +
   # Change the default timeout (10 seconds) for the execute extension.   # Change the default timeout (10 seconds) for the execute extension.
   sieve_execute_exec_timeout = 60s   sieve_execute_exec_timeout = 60s
doc/appunti/linux/sa/postfix_spamassassin_clamav_dovecot.txt · Last modified: 2023/10/30 10:09 by niccolo