On Wed, Mar 07, 2007 at 03:23:46PM +0100, Oliver Fromme wrote: > > A usual problem with Solaris boxen is the stream limit at 256 for 32 bit > > applications. Is milter-greylist built as a 32 bit binary? > > You don't need to make a 64bit binary in order to > get around that limit. On recent Solaris versions > you can increase the current limit using ulimit on > the command line, or setrlimit() from within a > program (which is recommended if a program needs > that many). The problem is or at least was that "milter-greylist" want to use fdopen() to write the database file. And Solaris' standard I/O implementation only supports file descriptors < 256 for 32 bit programs. Kind regards -- Matthias Scheler http://zhadum.org.uk/
Message
Re: [milter-greylist] peering problems on sun 8
2007-03-08 by Matthias Scheler