I'm trying to write a python script that accepts input from pipe. I'm
encountering permission issues that I don't understand.
According to postfix's configuration, pipe commands are run as
nobody:nobody. Logging from my script to /tmp agrees confirms this is
the case.
When my script is called by
I'm seeing a not-enough free space error with the log entry showing
900+ gigabytes in that line. But on a 10/100 network with a couple
seconds at most between the client sending and postfix logging the
error it seems impossible for that much data to have been sent.
This isn't a public email server
the end of the limit.
I'm sure I can fix my own situation by choosing a lower limit. I only
posted to the list in case this is notable or worth doing anything
about.
On Thu, Mar 24, 2016 at 12:14 PM, Bastian Blank
wrote:
> Hi Andy
>
> On Thu, Mar 24, 2016 at 10:24:16AM -0500, Andy Theu