On Thu, 27 Jul 2006, Oliver Fromme wrote: > Shouldn't it be sufficient to open() the dump file right > from the start and never close() it? Only always write to > it, then fsync()+lseek(0). (And fflush()+rewind() if stdio > functions are used to write the file.) another way is to znalyze in configure on which system we're and if we're on Solaris (and possible others systems?) compile another function with open()+snprintf+write for dumping to temp file. Best Regards, mailto:eugenef@... Eugene.
Message
Re: [milter-greylist] milter-greylist-2.0.2 crash
2006-07-27 by Eugene Filatov