mouss wrote:
>>There is a problem here. What version of amavisd-new and of Net::Server >>are you running? You are spot on mouss, SuSE10.3 is running perl-Net-Server-0.96-33 with amavisd-new 2.5.7
I am using maia-amavisd since i am using maia so the problem has to be with Net::Server.
The line 1619 as stated in the logs point to this and i ve changed the below:
close(main::stdin) or die "Error closing main::stdin: $!"; to: close(main::stdin); And it is working now. Nothing to do with Postfix.
Thank you for pointing me to the right direction!
Cheers
Fred Send instant messages to your online friends http://uk.messenger.yahoo.com |
El Neofito wrote:
> mouss wrote: > >>> There is a problem here. What version of amavisd-new and of Net::Server >>> are you running? >>> > You are spot on mouss, SuSE10.3 is running perl-Net-Server-0.96-33 with amavisd-new 2.5.7 > I am using maia-amavisd since i am using maia so the problem has to be with Net::Server. > The line 1619 as stated in the logs point to this and i ve changed the below: > > close(main::stdin) or die "Error closing main::stdin: $!"; > to: > close(main::stdin); > looks like a lose patch. you'd better ask on the amavisd-new list for the real problem/solution. > And it is working now. Nothing to do with Postfix. > Thank you for pointing me to the right direction! > Cheers > Fred > > Send instant messages to your online friends http://uk.messenger.yahoo.com > |
In reply to this post by El Neofito
On Apr 26, 2008, at 3:22 PM, El Neofito wrote:
Did you try googling "Can't close main::stdin: Bad file descriptor at /usr/sbin/amavisd line"? I found this post, which references different line number in amavisd, but you also have MySQL in your config, which turned out to be related to the problem in this post: More specifically, you may need to downgrade to a specific, older version of perl Net::Server which works with amavisd-new.
|
Free forum by Nabble | Edit this page |