On Tue, Jul 26, 2016 at 11:15:57AM +0300, Can ??irin sirincan@... [milter-greylist] wrote: > Thanks for your replies. But the directory has the proper permissions > for grmilter user to write the temporary dump file. > On the other hand, in my greylist.conf, dumpfreq option has already > been set to 0. But still dump file is empty. [..] In such cases I tend to go "low-level" where I eventually using "strace -fp PID" on the running process (redirect stdout/stderr to a file, do not leave it on the terminal). This provides more insight to things happen. My last suprise was an ativated Linux security extension (SE-Linux) which prevented a slightly reconfigured daemon from accessing a directory not known to SE-Linux. SE-Linux still allows a program to check if it is allowed to access a filesystem object (access() systemcall) but on the actual operation the access has been denied. Just one thought ... not necessarilly connected to to the stated problem. Regards, Johann
Message
Re: {Disarmed} Re: [milter-greylist] Milter-Greylist Dump Problem
2016-07-26 by Johann Klasek
Attachments
- No local attachments were found for this message.