Discussion:
[Mimedefang] mimedefang not locating clamd running
Andrew Watkins
2017-12-07 13:09:08 UTC
Permalink
Hello folks,

Been using mimedefang for ages with clamav, but I just noticed that
mimedefang is not using clamd but only clamscan.

Problem is I am not sure what I am doing wrong:

- Installed clamav and clamd is running since it created the socket!

# ls -ld /var/spool/MIMEDefang/clamd.sock
srw-rw-rw-   1 defang8  nogroup        0 Dec  7 12:58
/var/spool/MIMEDefang/clamd.sock

but the configure of mimedefang does not spot it?

# export
PATH=/usr/bin:/usr/sbin:/usr/local/solarisstudio12.3/bin:/usr/local/clamav/bin

# ./configure --prefix=/usr/local/mimedefang-2.81 --enable-anti-virus
--with-user=defang8
...
TREND    'vscan'     NO (not found)
CLAMSCAN 'clamav'    YES - /usr/local/clamav/bin/clamscan
AVP      'AvpLinux'  NO (not found)
AVP5     'aveclient' NO (not found)
KAVSCANNER 'kavscanner' NO (not found)
CSAV     'csav'      NO (not found)
FSAV     'fsav'      NO (not found)
FPROT    'f-prot'    NO (not found)
FPSCAN   'fpscan'    NO (not found)
SOPHIE   'sophie'    NO (not found)
NVCC     'nvcc'      NO (not found)
CLAMD    'clamd'     NO (not found)
TROPHIE  'trophie'   NO (not found)
...

Any ideas what I am doing wrong?

Thanks

Andrew
--
Andrew Watkins * Birkbeck, University of London * Computer Science *
* http://notallmicrosoft.blogspot.com *
* UKOUG Systems SIG Chair *
* UKOUG Tech committee *
* tel: 020 7631 6720 *



_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list ***@lists.roaringpenguin.com
http://lists.roaringpengu
Andrew Watkins
2017-12-07 13:29:01 UTC
Permalink
Post by Andrew Watkins
Hello folks,
Been using mimedefang for ages with clamav, but I just noticed that
mimedefang is not using clamd but only clamscan.
- Installed clamav and clamd is running since it created the socket!
# ls -ld /var/spool/MIMEDefang/clamd.sock
srw-rw-rw-   1 defang8  nogroup        0 Dec  7 12:58
/var/spool/MIMEDefang/clamd.sock
but the configure of mimedefang does not spot it?
# export
PATH=/usr/bin:/usr/sbin:/usr/local/solarisstudio12.3/bin:/usr/local/clamav/bin
PATH was incorrect it should be sbin not bin.

# export
PATH=/usr/bin:/usr/sbin:/usr/local/solarisstudio12.3/bin:/usr/local/clamav/sbin


....
CLAMSCAN 'clamav'    NO (not found)
AVP      'AvpLinux'  NO (not found)
.....
NVCC     'nvcc'      NO (not found)
CLAMD    'clamd'     YES - /usr/local/clamav/sbin/clamd
TROPHIE  'trophie'   NO (not found)

Thanks anyway,

Andrew
--
Andrew Watkins * Birkbeck, University of London * Computer Science *
* http://notallmicrosoft.blogspot.com *
* UKOUG Systems SIG Chair *
* UKOUG Tech committee *
* tel: 020 7631 6720 *



_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list ***@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailm
Loading...