Comment 3 for bug 1652131

Revision history for this message
Christian Boltz (cboltz) wrote :

profile="/usr/lib/dovecot/auth" name="/run/dovecot/stats-user" denied_mask="w"

That's already covered by the latest upstream profile.

profile="/usr/lib/dovecot/auth" name="/run/dovecot/anvil-auth-penalty" denied_mask="wr"
profile="/usr/lib/dovecot/auth" name="/var/spool/postfix/private/auth" denied_mask="w"

That translates to:
  /{var/,}run/dovecot/anvil-auth-penalty rw,
  /var/spool/postfix/private/auth w,

info="Failed name lookup - disconnected path" error=-13 profile="/usr/lib/dovecot/log"

You'll need to add flags=(attach_disconnected) to the dovecot/log profile.

Patch sent to upstream mailinglist for review.