[exim-dev] [Bug 2391] chown() fails in some NFS environmonts

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2391] chown() fails in some NFS environmonts
https://bugs.exim.org/show_bug.cgi?id=2391

Heiko Schlittermann <hs@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED


--- Comment #1 from Heiko Schlittermann <hs@???> ---
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.