• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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