https://bugs.exim.org/show_bug.cgi?id=2391
Heiko Schlittermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Heiko Schlittermann <[email protected]> --- Finally it turned out to be an unfortunate NFS setup. The symptoms are "Operation not permitted" in response to Exim's attempt to chown() freshly created files. Normally this chown() is not necessary, as Exim runs as <exim-user>:<exim-group> and created files implictly belong to this user:group. But in some scenarios (sgid bit on a directory) the ownership of a created file might differ from Exim's expectation. Commit b66fecb428871a3eb274d9370671f1eaf8c5ccec introduces (disabled) code that can serve as a workaround, if necessary. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
