Files
bongo/contrib/antispam/spamd.options
T
Mario Fetka 5897512fd9 Modernize Bongo protocols and administration
Complete the current IMAP, POP3, SMTP and proxy protocol work; add the validated setup and administration UI, packaging examples, tests, and maintained roadmap/documentation for the 0.7 development line.
2026-07-18 04:26:00 +02:00

12 lines
384 B
Plaintext

# Command-line options for a local SpamAssassin spamd used by Bongo.
# Add these options to /etc/conf.d/spamd (Gentoo), /etc/default/spamassassin
# (Debian-family), or the distribution's systemd override.
--listen-ip=127.0.0.1
--port=783
--max-children=5
--helper-home-dir
# Do not expose spamd outside loopback unless transport ACLs and
# authentication are configured separately.