On Thu, 21 May 2009, Devin Carraway wrote: > On Thu, May 21, 2009 at 08:17:51PM +0000, J wrote: > > On Thu, 21 May 2009, Ask Bj?rn Hansen wrote: > > > wget http://github.com/abh/qpsmtpd/tarball/master > > > > I copied the qpsmtpd-prefork from there and restarted. The following error > > is repeated, with no qpsmtpd-prefork processes showing up: > > Yeah, that's a bug -- sent a patch a few minutes ago. However, if > you're seeing it, then your commandline isn't specifying multiple ports > to listen on; use --listen-address 0.0.0.0:25 --listen-address > 0.0.0.0:587 to get the behavior you're looking for (and avoid the bug).
Made the substitution, as suggested, but now I get the following error repeated: Insecure dependency in setpriority while running with -T switch at ./qpsmtpd-prefork line 432. If I find the patch, I'll try it. J.