> smtpd -d gives me this: > [...] > info: filter-clamav: result stream: Eicar-Test-Signature FOUND > warn: clamav_filter: on_eom: REJECT virus id=44fa746c81ec2474 > [...] > But i can't get any logging from it in syslog. Is that by design, or > am i missing something obvious?
For future reference: It's by design. Since i like having clamav messages in my logs this helped: # diff filter_api.c.orig filter_api.c 767c767 < log_init(-1); --- > log_init(0); -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
