I have just upgraded to clamav-milter_0.80-5 on my Debian Woody system.
When I run
"/etc/init.d/clamav-milter stop" it hangs. When I do a "ps ax" it says
"sleep 0.1". Looks as if the offending line something like this:
if [ -n "$PID" ]; then
start-stop-daemon -q -K -o -p $PIDFILE $DAE
Robert S schrieb:
I have just upgraded to clamav-milter_0.80-5 on my Debian Woody system.
When I run
"/etc/init.d/clamav-milter stop" it hangs. When I do a "ps ax" it says
"sleep 0.1". Looks as if the offending line something like this:
if [ -n "$PID" ]; then
start-stop-daemon -q -K -
Hello,
After some tweaks, I can announce that Windows pure port of clamav core
is fully working with GMP support and pthreads under MS VC++ (tested
with VC++ 2003 free command line tools). The same port is for Mingw
(+Msys) and MS VC++ .
Look at www.bransoft.com/clamav.html for additional upda
Title: Message
Hi,
We are putting in
place an in-line av scanner for a public domain using clamav. the ClamAV is
running under sendmail 8.12 on the server
We have got
everything working however we need to provide support for Authenticated SMTP. Is
there any way to get sendmail to proxy t
> Hi,
>
> We are putting in place an in-line av scanner for a public domain using
> clamav. the ClamAV is running under sendmail 8.12 on the server
Good idea.
>
> We have got everything working however we need to provide support for
> Authenticated SMTP. Is there any way to get sendmail to proxy
Hi Ken,
I know we can implement Auth-SMTP on the actual ClamAV server and that
this is more a sendmail config question than a Clamav one.
Sendmail can authenticate via LDAP, RADIUS, Kerboros or a number of
other auth protocols. However what we require is that the
CLAMAV(sendmail) system use SMTP-
clamavsupport wrote:
> --1.ESMTP - 2.ESMTP--
> | Client |-->|CLAMAV |>|Terminating MX |
> || |(Sendmail) | |(that holds |
> ||<--| |<| User Database) |
Hi all...
Any help is greatly appreciated.
My setup:
Fedora Core 1
Sendmail 8.12.10
clamav-devel-0.80-2
clamav-0.80-2
clamav-milter-0.80-2
everything is working fine...except quarantining...
clam is catching the viruses but it is not putting anything in the
quarantine folder...
I've made sure tha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 11 Nov 2004, Matt wrote:
> clamavsupport wrote:
>
> >
> > 1. Client connects to CLAMav and sends auth info
> > 2. CLAMav sets up a new ESMTP port 25 connection to the terminating MX
> > and test user details for validity
> > 3. Terminating MX
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 11 Nov 2004, Ronnie Taylor wrote:
> Sendmail 8.12.10
> clamav-milter-0.80-2
>
> everything is working fine...except quarantining...
>
> clam is catching the viruses but it is not putting anything in the
> quarantine folder...
>
> I've made sur
> We are putting in place an in-line av scanner for a public domain using
> clamav. the ClamAV is running under sendmail 8.12 on the server
>
> We have got everything working however we need to provide support for
> Authenticated SMTP. Is there any way to get sendmail to proxy the
> Authenticated
[EMAIL PROTECTED] wrote:
> Maybe I'm missing something here but IMO some points :-
>
> 1) This is a sendmail issue. ClamAV scans for content it does not
> validate users nor does it deliver mail. clamav-milter scans mail.
It may be I who am missing the point :) I think, by the way the OP
phras
both clamd and clamav-milter are running as the clamav usersee my
output from the ps command:
clamav 30686 0.0 0.5 38740 1440 ?S09:58 0:00
/usr/sbin/clamav-milter --quiet --dont-wait --force-scan
--dont-log-clean --server=localhost --quarantine
--quarantine-dir=/var/spool
On Thu, 11 Nov 2004 11:56:16 -0500, Ronnie Taylor <[EMAIL PROTECTED]>
wrote:
>both clamd and clamav-milter are running as the clamav usersee my
>output from the ps command:
>
>clamav 30686 0.0 0.5 38740 1440 ?S09:58 0:00
>/usr/sbin/clamav-milter --quiet --dont-wait --force-
> both clamd and clamav-milter are running as the clamav usersee my
> output from the ps command:
>
> clamav 30686 0.0 0.5 38740 1440 ?S09:58 0:00
> /usr/sbin/clamav-milter --quiet --dont-wait --force-scan
> --dont-log-clean --server=localhost --quarantine
> --quarantine-dir=
Jon Dossey wrote:
>
> [EMAIL PROTECTED] clamav-devel]$ uname -a
> Linux hostname 2.4.25 #2 Wed Mar 17 17:03:25 CST 2004 i686 i686 i386
> GNU/Linux
>
> I want to say this was originally a Redhat 8 machine, judging from the
> following output:
>
> [EMAIL PROTECTED] clamav-devel]# gcc -v
>
> gcc
thanks for the help...
I've figured it out...
Steve was partially correct...
in the man page for clam is says that quarantine only works if you are
using LocalSocket...
clamav-milter was using a local socket, but clamd wasn'ti change
clamd to use local socketand also had to take the --qu
Sakshale eQuorian wrote:
Correct - That was before I updated. I was simply showing that the
proxy updates were working
at that time. However, not that I've updated I get the error listed above;
ERROR: Can't query current.cvd.clamav.net
OK, what do you get when you issue freshclam -v? This is
Hi,
I'm running clamav 0.80 on SuSE Linux 9.0 / Exim 4.43 / exiscan / sa-exim.
15 times a day clamd segfaults but continues to run:
Thu Nov 11 00:34:57 2004 -> Segmentation fault :-( Bye..
Thu Nov 11 01:11:32 2004 -> Segmentation fault :-( Bye..
Thu Nov 11 02:29:09 2004 -> Segmentation fault :-( By
-Original Message-
From: Matt [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 11:53 AM
To: ClamAV users ML
Subject: Re: [Clamav-users] Building clamav, freshclam dns error
Jon Dossey wrote:
>
> [EMAIL PROTECTED] clamav-devel]$ uname -a
> Linux hostname 2.4.25 #2 Wed Mar 1
Hello All,
If anyone was interested in the -R recipient filter patch for
spamass-milter perhaps you would be interested in this patch
http://www.jmaimon.com/sendmail/patches/milter-rrres.v6.tar.gz
(more info at http://www.jmaimon.com/sendmail )
Which provides the same functionality (and a whole l
On Thu, Nov 11, 2004 at 11:05:43AM +0100, Thomas Lamy said:
> Robert S schrieb:
>
> >I have just upgraded to clamav-milter_0.80-5 on my Debian Woody system.
> >When I run
> >"/etc/init.d/clamav-milter stop" it hangs. When I do a "ps ax" it says
> >"sleep 0.1". Looks as if the offending line som
22 matches
Mail list logo