On Oct 19, 2006, at 10:58 AM, Zbigniew Szalbot wrote:
I will appreciate your advice. Is it possible and *safe* to allow two different processes (dovecot and exim) to write to one log? Better not do it? I would like to have both data in one log but... don't want to cause problems. I don't think Windows would allow it. How about FBSD?

Those things normally use syslog to write via the LOG_MAIL facility to /var/log/maillog. Syslog-based logging will handle logging from multiple programs to just one logfile just fine.

Otherwise, you are advised to look into fsync() and flock(). Those syscalls do not necessarily work on remote filesystems, however...

--
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to