You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spamassassin should load config and update rules on initial start
Relevant logs and/or screenshots
[tiredofit/alpine:7.8.35 09:58:45 /] $ sa-update
config: no configuration text or files found! do you need to run 'sa-update'?
Timeout::_run: check: no loaded plugin implements 'check_main': cannot scan!
Check that the necessary '.pre' files are in the config directory.
At a minimum, v320.pre loads the Check plugin which is required.
Environment
Image version / tag: 2.0.11
Host OS: ubuntu 22.04
Possible fixes
The text was updated successfully, but these errors were encountered:
Summary
Starting the container with pre-existing local.cf fails sa-update
Steps to reproduce
spamassassin:
image: spamassassin:v2.0.11
restart: unless-stopped
volumes:
- spamassassin-logs:/logs
- spamassassin-config:/config
- spamassassin-data:/data
volumes:
spamassassin-logs:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/opt/smf/var/log/spamassassin'
spamassassin-config:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/opt/smf/etc/spamassassin'
spamassassin-data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/opt/smf/var/lib/spamassassin'
dns_available yes
report_contact postmaster@mydomain.com
report_hostname mail.mydomain.com
rewrite_header Subject [SPAM]
report_safe 1
required_score 8.0
use_bayes 1
bayes_auto_learn 1
What is the expected correct behavior?
spamassassin should load config and update rules on initial start
Relevant logs and/or screenshots
Environment
Possible fixes
The text was updated successfully, but these errors were encountered: