It did, there is only one libbind.so.4 (actually a symbolic link to libbind.so.4.0.2) in /usr/lib/ and LDD shows that this is where its linked. libbind.so is also a symbolic link to the same file as well. These are from Bind 9.3.2 which is thread safe. [root@mailscanner1 bin]# whereis milter-greylist milter-greylist: /bin/milter-greylist [root@mailscanner1 bin]# ldd milter-greylist linux-gate.so.1 => (0x00f02000) libbind.so.4 => /usr/lib/libbind.so.4 (0x00d2e000) libresolv.so.2 => /lib/libresolv.so.2 (0x00918000) libnsl.so.1 => /lib/libnsl.so.1 (0x008d1000) libpthread.so.0 => /lib/libpthread.so.0 (0x0085f000) libc.so.6 => /lib/libc.so.6 (0x006e8000) /lib/ld-linux.so.2 (0x006cb000) [root@mailscanner1 bin]# I recompiled without DNSRBL and removed the DNSRBL lines in greylist.conf and the servers have been stable! In fact I only recompiled on one server, the other 3 servers I just removed the lines from greylist.conf and restarted Milter-Greylist and they are stable as well, so there seems to be a bug in Milter-Greylist when compiled on Fedora Core 5 or 6 with Bind 9.3.x that causes instability under high load (2000-3000 messages rejected per hour) --- In milter-greylist@yahoogroups.com, manu@... wrote: > > Brian J. Lewis <brianlewis@...> wrote: > > > First thank you for your quick replies Emmanuel. I appreciate it. > > I am not a linux expert, so I am trying the best I can on this. > > I compiled using > > './configure --prefix= --enable-dnsrbl --with-libbind=/usr/local' > > on Fedora Core 5 > > with RPM installs of > > bind-libs-9.3.2-20.FC5 and bind-utils-9.3.2-20.FC5 > > > > From what I can tell I have a libbind.so and libbind9.so in /usr/lib, > > so maybe I should be compiling using --with-libbind=/usr/lib ? > > I would be --with-libbind=/usr > > > Also how can I figure out if those RPM installed versions of bind- > > libs 9.3.2-20 is Thread Safe or not? > > If it's libbind from BIND9, it's thread safe. > > Run ldd on milter-greylist toheck that you actally linked with the > appropriate libbind.so > > -- > Emmanuel Dreyfus > http://hcpnet.free.fr/pubz > manu@... >
Message
Re: (greylist): timeout before data read and (greylist): to error state
2006-10-17 by Brian J. Lewis
Attachments
- No local attachments were found for this message.