Mika Ilmaranta:
> 
> dymap_init() reads /etc/postfix/dynamicmaps.cf.d directory and we seem
> to constantly get "warning: /etc/postfix/dynamicmaps.cf.d: directory
> read error: No such file or directory".

Postfix is the messenger, don't blame the messenger for bad news.

> ---8<---
> Apr 21 16:41:47 foo7 postfix/qmgr[3538]: scan_dir_push: open
> /etc/postfix/dynamicmaps.cf.d
> Apr 21 16:41:47 foo7 postfix/qmgr[3538]: scan_dir_next: skip .
> Apr 21 16:41:47 foo7 postfix/qmgr[3538]: scan_dir_next: skip ..
> Apr 21 16:41:47 foo7 postfix/qmgr[3538]: warning:
> /etc/postfix/dynamicmaps.cf.d: directory read error: No such file or
> directory

ENOENT after reading '.' and '..' is bogus.

The file system is corrupted (for example, a directory entry contains
the number of an unallocated inode), or some "security" software
reports a fake error because it has not been updated to permit
access to files under the dynamicmaps.cf.d directory which is new
with Postfix 3.x.

Try without Apparmor or Selinux.

        Wietse

Reply via email to