Am Mit, 2003-09-10 um 16.52 schrieb Philip Hazel: > On Wed, 10 Sep 2003, John Dalbec wrote:
> > Or does Exim write lines to its logfiles atomically?
> Exim opens its log file for append. Each item is written as a single
> write() call. > Unix does the rest. And so does Linux, too! ;-)))