12 lines
384 B
Plaintext
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=localhost
|
|
--port=783
|
|
--max-children=5
|
|
--helper-home-dir
|
|
|
|
# Do not expose spamd outside loopback unless transport ACLs and
|
|
# authentication are configured separately.
|