On Tue, Apr 21, 2015 at 07:14:37PM +0300, Mika Ilmaranta wrote: > It's empty and SeLinux context is correct. > > [root@foo7 ~]# ls -la /etc/postfix/dynamicmaps.cf.d/ > total 4 > drwxr-xr-x. 2 root root 6 Apr 21 18:46 . > drwxr-xr-x. 4 root root 4096 Apr 21 18:51 ..
Thanks, so in your case, errno was simple "left-over" from other system call. It is however possible to encounter ENOENT due to broken symlinks or races against file deletion. For these it makes more sense to report the problem in dymap_read_conf() if it is to be reported at all. -- Viktor.