diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-06-04 11:08:33 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-06-04 11:08:33 +0200 |
commit | 44fd29839d97af60987eb98fcaa72554c894ddff (patch) | |
tree | 235983e35d2a4ac48da6a4951718b1b4ee0e99a3 /hosts | |
parent | 6e6cde1662709c70e6bf32059fbb004b380d551e (diff) | |
download | nixos-44fd29839d97af60987eb98fcaa72554c894ddff.tar nixos-44fd29839d97af60987eb98fcaa72554c894ddff.tar.gz nixos-44fd29839d97af60987eb98fcaa72554c894ddff.tar.bz2 nixos-44fd29839d97af60987eb98fcaa72554c894ddff.tar.xz nixos-44fd29839d97af60987eb98fcaa72554c894ddff.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/surtr/email/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix index c6253e4c..0a42b808 100644 --- a/hosts/surtr/email/default.nix +++ b/hosts/surtr/email/default.nix | |||
@@ -269,6 +269,8 @@ in { | |||
269 | smtputf8_enable = false; | 269 | smtputf8_enable = false; |
270 | 270 | ||
271 | authorized_submit_users = "inline:{ root= postfwd= dovecot2= }"; | 271 | authorized_submit_users = "inline:{ root= postfwd= dovecot2= }"; |
272 | authorized_flush_users = "inline:{ root= }"; | ||
273 | authorized_mailq_users = "inline:{ root= }"; | ||
272 | 274 | ||
273 | postscreen_access_list = ""; | 275 | postscreen_access_list = ""; |
274 | postscreen_denylist_action = "drop"; | 276 | postscreen_denylist_action = "drop"; |