> > with Net server 0.94
> > process_request: fileno sock=10, STDIN=0, STDOUT=1
> >
> > with Ner Server 0.90
> > process_request: fileno sock=10, STDIN=10, STDOUT=10
> version 0.91 is working fine
> version 0.92 gives another error
> versions 0.93 and 0.94 give error 74
Could you please see if the following patch does any good:
--- amavisd~ Fri Sep 15 18:13:57 2006
+++ amavisd Fri Sep 15 18:19:55 2006
@@ -12432,3 +12432,3 @@
do_log(4,"QMQPqq> $resp");
-print($self->netstring($code . $resp));
+$self->{sock}->print($self->netstring($code . $resp));
}
Mark
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/