diff options
Diffstat (limited to 'scripts/hostclass/smtp_server/10-rspamd')
-rw-r--r-- | scripts/hostclass/smtp_server/10-rspamd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hostclass/smtp_server/10-rspamd b/scripts/hostclass/smtp_server/10-rspamd index 215788b..4cc66c6 100644 --- a/scripts/hostclass/smtp_server/10-rspamd +++ b/scripts/hostclass/smtp_server/10-rspamd @@ -29,7 +29,8 @@ pkg install -y \ postfix \ redis \ rspamd \ - nginx + nginx \ + ca_root_nss # Create ZFS dataset for Redis DBs. create_dataset -o "mountpoint=${redis_data_dir}" "${state_dataset}/redis" |