spamassassin: Limit spamd children on OpenBSD
This commit is contained in:
parent
0872915da6
commit
a0c9b3a7f3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class spamassassin::common {
|
||||||
default => undef,
|
default => undef,
|
||||||
},
|
},
|
||||||
start => $::operatingsystem ? {
|
start => $::operatingsystem ? {
|
||||||
"openbsd" => "/usr/local/bin/spamd -d -c -H",
|
"openbsd" => "/usr/local/bin/spamd -d -c -H -m 5",
|
||||||
default => undef,
|
default => undef,
|
||||||
},
|
},
|
||||||
hasstatus => true,
|
hasstatus => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue