Hello!

I've found out some more information. They seem to hang at another point as i aspected.

In the debug log i see the following message:
Could not print [220 XXX ESMTP qpsmtpd 0.40 ready; send us your mail, but not your spam.]: No such file or directory

Stefan

Stefan Priebe schrieb:
> Hello!
>
> I've some problems with qpsmtpd 0.40 and prefork.
>
> 1.) The detection of IPV6 does not work correctly. Our System does not Support IPV6 also the Test replies 1 - but this does'nt matter i've modified it => $has_ipv6 = 0;
>
> Also $d = IO::Socket::INET(@Socket_opts); hat to be changed to
> $d = IO::Socket::INET->new(@Socket_opts);
>
> 2.) The real Problem is, that it hangs after running about 1 hour or so. I'm using about 60 childs with about 20 new connections per second. After a while more and more childs hangs in $d->accept(). And you did not get any answer from the SMTP anymore. Any idea to that?
>
> Stefan

Reply via email to