doc:appunti:linux:sa:postfix_spamassassin_clamav_dovecot
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:postfix_spamassassin_clamav_dovecot [2023/02/28 12:43] – [Enable sieve_extprograms plugin] niccolo | doc:appunti:linux:sa:postfix_spamassassin_clamav_dovecot [2026/06/09 10:33] (current) – [Postfix, SpamAssassin, ClamAV and Dovecot] niccolo | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Tested on **Debian 9 Stretch**. | Tested on **Debian 9 Stretch**. | ||
| + | |||
| + | :!: **WARNING**: | ||
| ===== Postfix on Port 587/TCP (submission) ===== | ===== Postfix on Port 587/TCP (submission) ===== | ||
| Line 176: | Line 178: | ||
| Once restarted the **dovecot.service**, | Once restarted the **dovecot.service**, | ||
| + | |||
| + | ==== Client connections are being dropped ==== | ||
| + | |||
| + | You may encounter wanring messages like these into the mail log: | ||
| + | |||
| + | < | ||
| + | dovecot: master: Warning: service(imap-login): | ||
| + | </ | ||
| + | |||
| + | To increase the number of process that are allowed to spawn, edit the **/ | ||
| + | |||
| + | < | ||
| + | default_process_limit = 200 | ||
| + | </ | ||
| + | |||
| ===== SpamAssassin Filter ===== | ===== SpamAssassin Filter ===== | ||
| Line 318: | Line 335: | ||
| </ | </ | ||
| - | 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 **/ | + | 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 **/ |
| < | < | ||
| Line 325: | Line 342: | ||
| # 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. | ||
| + | sieve_execute_exec_timeout = 60s | ||
| } | } | ||
| </ | </ | ||
doc/appunti/linux/sa/postfix_spamassassin_clamav_dovecot.1677584590.txt.gz · Last modified: by niccolo
