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