Məlumat bazası
ClamAV Scanner untuk EXIM
To configure ClamAV Scanner for Exim, perform the following steps:
- Navigate to the Exim Configuration Manager interface (Home >> Service Configuration >> EximConfiguration Manager >> Basic Editor >> Security).
- For the Scan messages for malware from authenticated senders (exiscan) option, select the On setting.
- For the Scan outgoing messages for malware option, select the On setting.
- Click Save.
Command line interface
If you prefer to use the command line interface to run ClamAV, the binaries are located in the /usr/local/cpanel/3rdparty/bin/ directory:
/usr/local/cpanel/3rdparty/bin/clamscan /usr/local/cpanel/3rdparty/bin/freshclam
If you use scripts that expect ClamAV binaries in the /usr/local/bin directory, create symbolic links with the following commands:
ln -s /usr/local/cpanel/3rdparty/bin/clamscan /usr/local/bin/clamscan ln -s /usr/local/cpanel/3rdparty/bin/freshclam /usr/local/bin/freshclam