Skip to content

Commit

Permalink
fix: mail qrexec policy missing disp in name
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jan 27, 2024
1 parent ca2e150 commit c6dbccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/mail/files/admin/policy/default.policy
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

## Do not modify this file, create a new policy with with a lower number in the
## file name instead. For example `30-user.policy`.
qusal.MailFetch * mail-fetcher @default ask target=mail-reader default_target=mail-reader
qusal.MailFetch * disp-mail-fetcher @default ask target=mail-reader default_target=mail-reader
qusal.MailFetch * @anyvm @anyvm deny
qusal.MailEnqueue * mail-reader @default ask target=mail-sender default_target=mail-sender
qusal.MailEnqueue * mail-reader @default ask target=disp-mail-sender default_target=disp-mail-sender
qusal.MailEnqueue * @anyvm @anyvm deny
## vim:ft=qrexecpolicy

0 comments on commit c6dbccf

Please sign in to comment.