# Last Modified: Mon Aug 31 11:48:49 2020
#include <tunables/global>

profile postfix-postscreen /usr/lib/postfix/{bin/,sbin/}postscreen {
  #include <abstractions/base>
  #include <abstractions/nameservice>
  #include <abstractions/postfix-common>

  /usr/lib/postfix/{bin/,sbin/}postscreen                mr,

  /etc/postfix/postscreen_access.cidr                    r,
  /etc/postfix/dnsbl_reply                               rw,
  /etc/postfix/dnsbl_reply.lmdb                          rwlk,

  owner /var/lib/postfix/postscreen_cache.lmdb           rwlk,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/postfix-postscreen>
}
