On Wed, 21 Dec 2016, Mark Foley wrote: >On Wed, 21 Dec 2016 17:34:05 Reindl Harald wrote: >> >> Am 21.12.2016 um 17:25 schrieb Mark Foley: >> > I'm running clamdscan on Maildir folders as: >> > >> > clamdscan --config-file=/usr/local/etc/clamdscan.conf --multiscan \ >> > --fdpass --allmatch --stdout /home/HPRS/user/Maildir/ >> > >> > I want to skip checking for OLE2 macros. The /usr/local/etc/clamdscan.conf >> > has: >> > >> > ScanOLE2 no >> > OLE2BlockMacros no
Also specify different values for "LocalSocket", "PidFile" and "LogFile" and start a second instance of the clamd daemon using this config file. < ... > >Thinking about what the "d" means doesn't help me solve my problem. clamdscan >has an option --config-file. I would assume clamdscan would spawn another clamd >with the new option file. Is this not the case? Will the currently running >clamd >be used regardless of the --config-file parameter? Clamdscan will connect to the socket specified in the config file and hence to the right deamon process. The socket specification is probably the only parameter from the config that is used by clamdscan. Regards, Kees Theunissen. -- Kees Theunissen, System and network manager, Tel: +31 (0)40-3334724 Dutch Institute For Fundamental Energy Research (DIFFER) e-mail address: [email protected] postal address: PO Box 6336, 5600 HH, Eindhoven, the Netherlands visitors address: De Zaale 20, 5612 AJ, Eindhoven, the Netherlands _______________________________________________ clamav-users mailing list [email protected] http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml
