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.
15 lines
473 B
Plaintext
15 lines
473 B
Plaintext
# Minimal clamd fragment for a scanner on the same host as Bongo.
|
|
# Merge these settings into the distribution's clamd.conf; do not replace
|
|
# database, log, user, or update settings supplied by the package.
|
|
|
|
TCPAddr 127.0.0.1
|
|
TCPSocket 3310
|
|
|
|
# Bongo's default scanner limit is 50 MiB. Keep clamd at least as large.
|
|
StreamMaxLength 50M
|
|
ReadTimeout 120
|
|
CommandReadTimeout 30
|
|
MaxConnectionQueueLength 30
|
|
|
|
# Never expose the unauthenticated clamd TCP protocol beyond loopback.
|