5897512fd9
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.
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=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.
|