Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Francesco Giordano

Which flags have I to use in the statment rpm to install this packages? Have 
I remove before older?
Thank you.
_
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Kritof Petr [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Thu, 10 Feb 2005 18:41:40 +0100
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 Francesco Giordano wrote:
 
 Thank you a lot for your reply, but I'd like to use rpm. Can you help me? 
 Thank you. 
   
 
 
 I did a quick rebuild of clamav-devel-20050210 as testing rpm for FC2
 
 http://crash.fce.vutbr.cz/crash-hat/testing/2/clamav/
 
 You can try it.
 
 Petr
 
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Kritof Petr
Francesco Giordano wrote:
Which flags have I to use in the statment rpm to install this packages? Have 
I remove before older?
Thank you.
 

rpm -Uvh new_packages.rpm will be enought. Look at 'man rpm' for details.
Petr
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Francesco Giordano
this statment have problem with dependences. Have I to add --nodeps? Thank 
you.
P.s.: when you add the new release yum update will work normally?

_
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Kritof Petr [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Fri, 11 Feb 2005 11:45:01 +0100
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 Francesco Giordano wrote:
 
 Which flags have I to use in the statment rpm to install this packages? 
Have 
 I remove before older?
 Thank you.
   
 
 
 rpm -Uvh new_packages.rpm will be enought. Look at 'man rpm' for details.
 
 Petr
 
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Clive Messer

For the benefit of anyone else having issues '451' issues with the 
clamav-0.82-1 RPMS, and as suggested earlier, it would seem to be the fact 
that the clamav-milter.c is using 'SESSION' by default when running with 
'--external' that is causing the problem. I've been good for 24 hours now 
since rebuilding the SRPM with '#undef SESSION'. Perhaps SESSION should not 
have been enabled by default.

Regards

Clive
-- 
Clive Messer [EMAIL PROTECTED]
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Francesco Giordano
So I can restart clamav-milter without --external to resolve the problem? Is 
it sure?
Thank you!

_
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Clive Messer [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Fri, 11 Feb 2005 12:37:40 +
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 For the benefit of anyone else having issues '451' issues with the 
 clamav-0.82-1 RPMS, and as suggested earlier, it would seem to be 
 the fact that the clamav-milter.c is using 'SESSION' by default when 
 running with '--external' that is causing the problem. I've been 
 good for 24 hours now since rebuilding the SRPM with '#undef 
 SESSION'. Perhaps SESSION should not have been enabled by default.
 
 Regards
 
 Clive
 -- 
 Clive Messer [EMAIL PROTECTED]
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Clive Messer
On Friday 11 Feb 2005 13:42, Francesco Giordano wrote:

Francesco,

 So I can restart clamav-milter without --external to resolve the problem?

Well, I'm not a guru, but if you remove '--external' the problem will go away, 
by virtue of the fact that it is no longer using the clam daemon. That's one 
way of resolving it. My preference would be to rebuild with '#undef SESSION' 
to revert to the old non-SESSION behaviour when the milter talks to clamd.

Regards

Clive
-- 
Clive Messer [EMAIL PROTECTED]
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread George Chelidze
Seems devel-20050209 and devel-20050210 contain the same 
clamav-milter.c. AFAIK the problem is with clamav-milter, so it wouldn't 
help. Anyway, I'll give it a try...

Nigel Horne wrote:
On Thursday 10 Feb 2005 16:52, George Chelidze wrote:

Try 0.82c or later.
which snapshot corresponds to 0.82c? I have tried devel-20050209 and
problem is still there, at least on my box.

Try tonight's.
-Nigel
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--
George Chelidze
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Clive Messer
On Friday 11 Feb 2005 14:24, George Chelidze wrote:

 Seems devel-20050209 and devel-20050210 contain the same
 clamav-milter.c. AFAIK the problem is with clamav-milter, so it wouldn't
 help. Anyway, I'll give it a try...

FC3 rpms rebuilt with clamav-milter.c '#undef SESSION'

http://www.vacuumtube.org.uk/clamav/clamav-0.82-1.2.i386.rpm
http://www.vacuumtube.org.uk/clamav/clamav-milter-0.82-1.2.i386.rpm
http://www.vacuumtube.org.uk/clamav/clamav-devel-0.82-1.2.i386.rpm

SRC RPM (with session-undef.patch)

http://www.vacuumtube.org.uk/clamav/clamav-0.82-1.2.src.rpm

Clive
-- 
Clive Messer [EMAIL PROTECTED]
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Francesco Giordano
and FC2?

_
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Clive Messer [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Fri, 11 Feb 2005 14:37:57 +
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 On Friday 11 Feb 2005 14:24, George Chelidze wrote:
 
  Seems devel-20050209 and devel-20050210 contain the same
  clamav-milter.c. AFAIK the problem is with clamav-milter, so it wouldn't
  help. Anyway, I'll give it a try...
 
 FC3 rpms rebuilt with clamav-milter.c '#undef SESSION'
 
 http://www.vacuumtube.org.uk/clamav/clamav-0.82-1.2.i386.rpm
 http://www.vacuumtube.org.uk/clamav/clamav-milter-0.82-1.2.i386.rpm
 http://www.vacuumtube.org.uk/clamav/clamav-devel-0.82-1.2.i386.rpm
 
 SRC RPM (with session-undef.patch)
 
 http://www.vacuumtube.org.uk/clamav/clamav-0.82-1.2.src.rpm
 
 Clive
 -- 
 Clive Messer [EMAIL PROTECTED]
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread George Chelidze
Hello Clive,
Clive Messer wrote:
On Friday 11 Feb 2005 14:24, George Chelidze wrote:

Seems devel-20050209 and devel-20050210 contain the same
clamav-milter.c. AFAIK the problem is with clamav-milter, so it wouldn't
help. Anyway, I'll give it a try...

FC3 rpms rebuilt with clamav-milter.c '#undef SESSION'
I don't use FC3, neither rpms. I compile it from source. Both sources 
(mentioned above) seems to contain the same clamav-milter.c code, so why 
the last should work and the first not. #define SESSION /*bla bla bla*/ 
is commented in both of them so I think it's the same as #undef SESSION, 
isn't it?

http://www.vacuumtube.org.uk/clamav/clamav-0.82-1.2.i386.rpm
http://www.vacuumtube.org.uk/clamav/clamav-milter-0.82-1.2.i386.rpm
http://www.vacuumtube.org.uk/clamav/clamav-devel-0.82-1.2.i386.rpm
SRC RPM (with session-undef.patch)
http://www.vacuumtube.org.uk/clamav/clamav-0.82-1.2.src.rpm
Clive
Best Regards,
--
George Chelidze
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Clive Messer
On Friday 11 Feb 2005 14:53, George Chelidze wrote:

Hi George,

 I don't use FC3, neither rpms. I compile it from source. Both sources
 (mentioned above) seems to contain the same clamav-milter.c code, so why
 the last should work and the first not. #define SESSION /*bla bla bla*/
 is commented in both of them so I think it's the same as #undef SESSION,
 isn't it?

I don't know. What I do know is that I had the issue when I installed 
clamav-0.82 from the RPM which originally had 'SESSION' defined eg.

LibClamAV Warning: Session 0 has gone down
LibClamAV Warning: Session 0 restarted OK
LibClamAV Warning: Session 1 has gone down
LibClamAV Warning: Session 1 restarted OK
LibClamAV Warning: Session 2 has gone down
LibClamAV Warning: Session 2 restarted OK
LibClamAV Warning: Session 3 has gone down
LibClamAV Warning: Session 3 restarted OK
LibClamAV Warning: Session 4 has gone down
LibClamAV Warning: Session 4 restarted OK
LibClamAV Warning: Session 5 has gone down
LibClamAV Warning: Session 5 restarted OK
LibClamAV Warning: Session 6 has gone down
LibClamAV Warning: Session 6 restarted OK
LibClamAV Warning: Session 7 has gone down
LibClamAV Warning: Session 7 restarted OK
LibClamAV Warning: Session 8 has gone down
LibClamAV Warning: Session 8 restarted OK
LibClamAV Warning: Session 9 has gone down
connect: Network is unreachable
connect: Connection refused
connect: Connection timed out
Wed Feb  9 13:29:23 2005 - ERROR: ScanStream: accept timeout.
Wed Feb  9 13:29:23 2005 - ERROR: ScanStream: accept timeout.

Since rebuilding clamav-0.82 with '#undef SESSION' I no longer have a clamd 
log full of errors and a maillog full of ... eg. 
'sb75g2 sendmail[14264]: j18J8ro6014264: Milter: data, reject=451
 4.3.2 Please try again later'. 

Milter and clamd were restarted 27 hours ago after rebuild with '#undef 
SESSION'. No errors since. If '#undef SESSION' does not explain that then I 
really don't know. YMMV.

Regards

Clive
-- 
Clive Messer [EMAIL PROTECTED]
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread George Chelidze
Dear Clive,
Clive Messer wrote:
On Friday 11 Feb 2005 14:53, George Chelidze wrote:
Hi George,

I don't use FC3, neither rpms. I compile it from source. Both sources
(mentioned above) seems to contain the same clamav-milter.c code, so why
the last should work and the first not. #define SESSION /*bla bla bla*/
is commented in both of them so I think it's the same as #undef SESSION,
isn't it?

I don't know. What I do know is that I had the issue when I installed 
clamav-0.82 from the RPM which originally had 'SESSION' defined eg.

LibClamAV Warning: Session 0 has gone down
LibClamAV Warning: Session 0 restarted OK
LibClamAV Warning: Session 1 has gone down
LibClamAV Warning: Session 1 restarted OK
LibClamAV Warning: Session 2 has gone down
LibClamAV Warning: Session 2 restarted OK
LibClamAV Warning: Session 3 has gone down
LibClamAV Warning: Session 3 restarted OK
LibClamAV Warning: Session 4 has gone down
LibClamAV Warning: Session 4 restarted OK
LibClamAV Warning: Session 5 has gone down
LibClamAV Warning: Session 5 restarted OK
LibClamAV Warning: Session 6 has gone down
LibClamAV Warning: Session 6 restarted OK
LibClamAV Warning: Session 7 has gone down
LibClamAV Warning: Session 7 restarted OK
LibClamAV Warning: Session 8 has gone down
LibClamAV Warning: Session 8 restarted OK
LibClamAV Warning: Session 9 has gone down
connect: Network is unreachable
connect: Connection refused
connect: Connection timed out
Wed Feb  9 13:29:23 2005 - ERROR: ScanStream: accept timeout.
Wed Feb  9 13:29:23 2005 - ERROR: ScanStream: accept timeout.
Since rebuilding clamav-0.82 with '#undef SESSION' I no longer have a clamd 
log full of errors and a maillog full of ... eg. 
'sb75g2 sendmail[14264]: j18J8ro6014264: Milter: data, reject=451
 4.3.2 Please try again later'. 

Milter and clamd were restarted 27 hours ago after rebuild with '#undef 
SESSION'. No errors since. If '#undef SESSION' does not explain that then I 
really don't know. YMMV.
I understand your point. I have just replied to Nigel who adviced me to 
use devel-20050210 and stated that I think it wouldn't help as it's the 
same code of clamav-miter.c. Anyway, it's up and running and waiting for 
a new db update to hang it or pass through, who knows:)

Regards
Clive
Best Regards,
--
George Chelidze
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Clive Messer
On Friday 11 Feb 2005 15:32, George Chelidze wrote:

Hi George,

 I understand your point. I have just replied to Nigel who adviced me to
 use devel-20050210 and stated that I think it wouldn't help as it's the
 same code of clamav-miter.c. Anyway, it's up and running and waiting for
 a new db update to hang it or pass through, who knows:)

Well, you got me thinking about whether I have had a db update since I 
restarted, so I just forced it by zapping daily.cvd .

[freshclam.log]
main.cvd is up to date (version: 29, sigs: 29086, f-level: 3, builder: tomek)
daily.cvd updated (version: 704, sigs: 1579, f-level: 4, builder: trog)
Database updated (30665 signatures) from db.gb.clamav.net (IP: 193.1.219.100)
Clamd successfully notified about the update.

[clamd.log]
Fri Feb 11 15:49:20 2005 - Reading databases from /var/lib/clamav
Fri Feb 11 15:49:21 2005 - Database correctly reloaded (30665 viruses)

[sendmail.log]
Feb 11 15:51:07 sb75g2 sendmail[1354]: j1BFp61W001354: Milter add: header: 
X-Virus-Scanned: ClamAV version 0.82, clamav-milter version 0.82 on localhost
Feb 11 15:51:07 sb75g2 sendmail[1354]: j1BFp61W001354: Milter add: header: 
X-Virus-Status: Clean

So I would seem to be fine. Fingers crossed. ;)

Clive
-- 
Clive Messer [EMAIL PROTECTED]
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-11 Thread Clive Messer
On Friday 11 Feb 2005 14:53, Francesco Giordano wrote:

Francesco,

 and FC2?

If you have rpmbuild installed you can try ...

'rpmbuild --rebuild 
http://www.vacuumtube.org.uk/clamav/clamav-0.82-1.3.src.rpm'

... to build FC2 RPMS yourself. This contains two patches to the original 
clamav-0.82-1. 

#
* Fri Feb 11 2005 Clive Messer 0.82-1.3

- Add patch to resolve Exploit.W32.MS05-002 False Positives
- Only scan animated icons

* Fri Feb 11 2005 Clive Messer 0.82-1.2

- Add patch to undef SESSION in clamav-milter.c

#

Or wait for Kritof Petr to make the 'official' updates. Today he said, 'I 
will try to remake needed patches (no-session, false-positive, etc.) and 
rebuild packages on next days (not tonight).'

Sorry, but I do not have a FC2 environment to build the RPMS for you.

Regards

Clive
-- 
Clive Messer [EMAIL PROTECTED]
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Steven Stern
On Thu, 10 Feb 2005 09:19:23 -0600 (CST), Carl Duescher [EMAIL PROTECTED]
wrote:

I am randomly getting the following messages in my maillog:

Milter: data, reject=451 4.3.2 Please try again later

Many times it seems to coincide with the following message in my clamd log
file:

/usr/var/tmp/clamav-2011f3e206b8b049/msg.hDcZ7H: Unable to open file or
directory ERROR

It seems to happen sporadically and I believe it is on 'larger'
attachments only.  As a test I sent a 5MB file 3 times, twice the 4.3.2
was returned, and once the file went through fine.  Does anyone know what
I might have setup incorrectly that could cause this?  The temp directory
above is mounted on a memory FS could that do it?  Thanks for any help you
can provide.


There were a bunch of reports about this in the past couple of days. Either go
back to 0.81 or download the latest snapshot. It seems to be a problem with
clamav-milter 0.82-1, the Feb 6 release.

-- 
  Steve 
   
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Bret
I too have been suffering from this problem, but I can't find any errors 
in my clamd.log file. Just occasionally since upgrading to .82 do I 
start getting these errors in my mail logs:

Milter: data, reject=451 4.3.2 Please try again later
Restarting clamav-milter solves the problem, but during the down time, 
no one can send or receive any mail.

If I do have to go back to using .81, how long is that version going to 
be supported? And is .81 effective in catching all viruses - I run a 
production system with a lot of users on it.

Carl Duescher wrote:
I am randomly getting the following messages in my maillog:
Milter: data, reject=451 4.3.2 Please try again later
Many times it seems to coincide with the following message in my clamd log
file:
/usr/var/tmp/clamav-2011f3e206b8b049/msg.hDcZ7H: Unable to open file or
directory ERROR
It seems to happen sporadically and I believe it is on 'larger'
attachments only.  As a test I sent a 5MB file 3 times, twice the 4.3.2
was returned, and once the file went through fine.  Does anyone know what
I might have setup incorrectly that could cause this?  The temp directory
above is mounted on a memory FS could that do it?  Thanks for any help you
can provide.
Carl
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Francesco Giordano
me too! but how can I go to 0.81? thank you

_
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Steven Stern [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Thu, 10 Feb 2005 09:31:18 -0600
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 On Thu, 10 Feb 2005 09:19:23 -0600 (CST), Carl Duescher 
 [EMAIL PROTECTED] wrote:
 
 I am randomly getting the following messages in my maillog:
 
 Milter: data, reject=451 4.3.2 Please try again later
 
 Many times it seems to coincide with the following message in my clamd log
 file:
 
 /usr/var/tmp/clamav-2011f3e206b8b049/msg.hDcZ7H: Unable to open file or
 directory ERROR
 
 It seems to happen sporadically and I believe it is on 'larger'
 attachments only.  As a test I sent a 5MB file 3 times, twice the 4.3.2
 was returned, and once the file went through fine.  Does anyone know what
 I might have setup incorrectly that could cause this?  The temp directory
 above is mounted on a memory FS could that do it?  Thanks for any help you
 can provide.
 
 There were a bunch of reports about this in the past couple of days. 
 Either go back to 0.81 or download the latest snapshot. It seems to 
 be a problem with clamav-milter 0.82-1, the Feb 6 release.
 
 -- 
   Steve
 
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Carl Duescher
I simply downloaded the source - compiled - installed.  Then I removed
the .cvd files and ran freshclam to get the newest versions, that may or
may not have been necessary I am not sure.

On Thu, 10 Feb 2005, Francesco Giordano wrote:

 me too! but how can I go to 0.81? thank you

 _
 Sig. Francesco Maria Giordano
 Consiglio Nazionale delle Ricerche
 Istituto per lo Studio dei Materiali Nanostrutturati
 Sezione di Palermo
 Via Ugo La Malfa 153
 90146 Palermo - Italy

 voice +39 091 68 09 358
 fax   +39 091 68 09 399


 -- Original Message ---
 From: Steven Stern [EMAIL PROTECTED]
 To: ClamAV users ML clamav-users@lists.clamav.net
 Sent: Thu, 10 Feb 2005 09:31:18 -0600
 Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

  On Thu, 10 Feb 2005 09:19:23 -0600 (CST), Carl Duescher
  [EMAIL PROTECTED] wrote:
 
  I am randomly getting the following messages in my maillog:
  
  Milter: data, reject=451 4.3.2 Please try again later
  
  Many times it seems to coincide with the following message in my clamd log
  file:
  
  /usr/var/tmp/clamav-2011f3e206b8b049/msg.hDcZ7H: Unable to open file or
  directory ERROR
  
  It seems to happen sporadically and I believe it is on 'larger'
  attachments only.  As a test I sent a 5MB file 3 times, twice the 4.3.2
  was returned, and once the file went through fine.  Does anyone know what
  I might have setup incorrectly that could cause this?  The temp directory
  above is mounted on a memory FS could that do it?  Thanks for any help you
  can provide.
 
  There were a bunch of reports about this in the past couple of days.
  Either go back to 0.81 or download the latest snapshot. It seems to
  be a problem with clamav-milter 0.82-1, the Feb 6 release.
 
  --
Steve
 
  ___
  http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
 --- End of Original Message ---

 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Francesco Giordano
Thank you a lot for your reply, but I'd like to use rpm. Can you help me? 
Thank you. 

_
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Carl Duescher [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Thu, 10 Feb 2005 10:16:35 -0600 (CST)
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 I simply downloaded the source - compiled - installed.  Then I removed
 the .cvd files and ran freshclam to get the newest versions, that 
 may or may not have been necessary I am not sure.
 
 On Thu, 10 Feb 2005, Francesco Giordano wrote:
 
  me too! but how can I go to 0.81? thank you
 
  
_
  Sig. Francesco Maria Giordano
  Consiglio Nazionale delle Ricerche
  Istituto per lo Studio dei Materiali Nanostrutturati
  Sezione di Palermo
  Via Ugo La Malfa 153
  90146 Palermo - Italy
 
  voice +39 091 68 09 358
  fax   +39 091 68 09 399
 
 
  -- Original Message ---
  From: Steven Stern [EMAIL PROTECTED]
  To: ClamAV users ML clamav-users@lists.clamav.net
  Sent: Thu, 10 Feb 2005 09:31:18 -0600
  Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later
 
   On Thu, 10 Feb 2005 09:19:23 -0600 (CST), Carl Duescher
   [EMAIL PROTECTED] wrote:
  
   I am randomly getting the following messages in my maillog:
   
   Milter: data, reject=451 4.3.2 Please try again later
   
   Many times it seems to coincide with the following message in my 
clamd log
   file:
   
   /usr/var/tmp/clamav-2011f3e206b8b049/msg.hDcZ7H: Unable to open file 
or
   directory ERROR
   
   It seems to happen sporadically and I believe it is on 'larger'
   attachments only.  As a test I sent a 5MB file 3 times, twice the 
4.3.2
   was returned, and once the file went through fine.  Does anyone know 
what
   I might have setup incorrectly that could cause this?  The temp 
directory
   above is mounted on a memory FS could that do it?  Thanks for any 
help you
   can provide.
  
   There were a bunch of reports about this in the past couple of days.
   Either go back to 0.81 or download the latest snapshot. It seems to
   be a problem with clamav-milter 0.82-1, the Feb 6 release.
  
   --
 Steve
  
   ___
   http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
  --- End of Original Message ---
 
  ___
  http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
 
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Kritof Petr
Francesco Giordano wrote:
Thank you a lot for your reply, but I'd like to use rpm. Can you help me? 
Thank you. 
 

Depend on your update manager, old packages may be cached on 
/var/cache/?? directory.
(/var/cache/yum/ or /var/cache/up2date/)
Try to find them.

pk
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Nigel Horne
On Thursday 10 Feb 2005 15:36, Bret wrote:
 I too have been suffering from this problem, but I can't find any errors
 in my clamd.log file. Just occasionally since upgrading to .82 do I
 start getting these errors in my mail logs:

 Milter: data, reject=451 4.3.2 Please try again later

Try 0.82c or later.

-Nigel
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Francesco Giordano
I found the release 0.81-4 I think it is without problems. 
Can you tell me the sequence of latest package unistalling and the sequence 
of older packageinstalling (clamav, claamv-milter, clamav-devel I mean) Do 
you think it's a good idea to use rpm -e and rpm -i simply? Thank you a lot.
__
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Kritof Petr [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Thu, 10 Feb 2005 17:37:45 +0100
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 Francesco Giordano wrote:
 
 Thank you a lot for your reply, but I'd like to use rpm. Can you help me? 
 Thank you. 
   
 
 
 Depend on your update manager, old packages may be cached on 
 /var/cache/?? directory.
 (/var/cache/yum/ or /var/cache/up2date/)
 Try to find them.
 
 pk
 
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Francesco Giordano
where can I find rpm for FC2? thank you.

_
Sig. Francesco Maria Giordano
Consiglio Nazionale delle Ricerche
Istituto per lo Studio dei Materiali Nanostrutturati
Sezione di Palermo
Via Ugo La Malfa 153
90146 Palermo - Italy

voice +39 091 68 09 358
fax   +39 091 68 09 399


-- Original Message ---
From: Nigel Horne [EMAIL PROTECTED]
To: ClamAV users ML clamav-users@lists.clamav.net
Sent: Thu, 10 Feb 2005 16:41:38 +
Subject: Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

 On Thursday 10 Feb 2005 15:36, Bret wrote:
  I too have been suffering from this problem, but I can't find any errors
  in my clamd.log file. Just occasionally since upgrading to .82 do I
  start getting these errors in my mail logs:
 
  Milter: data, reject=451 4.3.2 Please try again later
 
 Try 0.82c or later.
 
 -Nigel
 ___
 http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
--- End of Original Message ---

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread George Chelidze
Hello Nigel,
Nigel Horne wrote:
On Thursday 10 Feb 2005 15:36, Bret wrote:
I too have been suffering from this problem, but I can't find any errors
in my clamd.log file. Just occasionally since upgrading to .82 do I
start getting these errors in my mail logs:
Milter: data, reject=451 4.3.2 Please try again later

Try 0.82c or later.
which snapshot corresponds to 0.82c? I have tried devel-20050209 and 
problem is still there, at least on my box.

-Nigel
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
Best Regards,
--
George Chelidze
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Brian Morrison
On Thu, 10 Feb 2005 17:49:08 +0100 in
[EMAIL PROTECTED] Francesco Giordano
[EMAIL PROTECTED] wrote:

  where can I find rpm for FC2? thank you.

Build one using the Crash Hat rpms as a template? I edit the spec file
and do some renaming/retar-ing of the source if necessary to get this to
work as the long directory names used by the development snapshots and
the rpm spec file don't always get along ;-)

-- 

Brian Morrison

bdm at fenrir dot org dot uk

GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Brian Morrison
On Thu, 10 Feb 2005 17:46:48 +0100 in
[EMAIL PROTECTED] Francesco Giordano
[EMAIL PROTECTED] wrote:

  I found the release 0.81-4 I think it is without problems. 
  Can you tell me the sequence of latest package unistalling and the
  sequence  of older packageinstalling (clamav, claamv-milter,
  clamav-devel I mean) Do  you think it's a good idea to use rpm -e and
  rpm -i simply? Thank you a lot.

If you use rpm -Uvh --force then it will overwrite the newer package
with the older one.

-- 

Brian Morrison

bdm at fenrir dot org dot uk

GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Nigel Horne
On Thursday 10 Feb 2005 16:52, George Chelidze wrote:

  Try 0.82c or later.

 which snapshot corresponds to 0.82c? I have tried devel-20050209 and
 problem is still there, at least on my box.

Try tonight's.

-Nigel
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Jamie Wilch

Carl Duescher wrote:
I am randomly getting the following messages in my maillog:
Milter: data, reject=451 4.3.2 Please try again later
Many times it seems to coincide with the following message in my clamd log
file:
/usr/var/tmp/clamav-2011f3e206b8b049/msg.hDcZ7H: Unable to open file or
directory ERROR
It seems to happen sporadically and I believe it is on 'larger'
attachments only.  As a test I sent a 5MB file 3 times, twice the 4.3.2
was returned, and once the file went through fine.  Does anyone know what
I might have setup incorrectly that could cause this?  The temp directory
above is mounted on a memory FS could that do it?  Thanks for any help you
can provide.
Carl
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

I had the same problem and found a fix in this mailgroup.  In 
/etc/sysconfig/clamav-milter remove the line for --external and restart 
the milter.  That fixed the problem on my box.

Thanks
Jamie


signature.asc
Description: OpenPGP digital signature
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Reject - 451 4.3.2 Please try again later

2005-02-10 Thread Kritof Petr
Francesco Giordano wrote:
Thank you a lot for your reply, but I'd like to use rpm. Can you help me? 
Thank you. 
 

I did a quick rebuild of clamav-devel-20050210 as testing rpm for FC2
http://crash.fce.vutbr.cz/crash-hat/testing/2/clamav/
You can try it.
Petr
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users