• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

enable spamassassin on all the mailboxes

R

rossgile

Guest
when I migrated to 8.1 from 8.01, all my mailboxes for all my domains were turned off. how do I enable spamassassin for all mailboxes for all domains?
 
I ran this command and got this error message:

mchk: fork_execv_getouterr: pipe() failed
System error 24: Too many open files
mchk: fork_execv_getouterr: pipe() failed
System error 24: Too many open files

- rg
 
ulimit -n 4096 increases the number of pipes which eliminates the error. mchk still doesn't seem to be rewriting the .qmail file correctly though on our config. CentOS 4.4 w/ 8.1.0. I paid for the "premium" tech support and am waiting to have this resolved.
 
Back
Top