Ralph,
> Matt Jackson suggested using Net::Server 0.90 instead of the current
> version 0.91, and with V0.90 the error does not pop up. Thanks once more
> for the hint, Matt!
I see, there has been some changes in Net::Server 0.91 on handling STDIN.
> > You could try just ignoring the status result at line 1872
>
> I changed the line of code as you suggested. Amavisd-new seems to run
> nicely after the change, even in conjuction with Net::Server 0.91.
For now, removing the status test or sticking to 0.90 is a workaround.
Will investigate later on.
change:
close(main::stdin) or die "Error closing main::stdin: $!";
to:
close(main::stdin);
> I will ask the customer if it is OK to install strace on the server and
> to forward a trace file to you.
No need, the 0.90/0.91 hint is good enough, thanks.
Mark
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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/