diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-06-04 11:09:08 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-06-04 11:09:08 +0200 |
commit | a74c793360ff4acc57031a126a3acefe50bfb1d4 (patch) | |
tree | 92a9e35f15646b9a5b57f90d3e455780b0b2f7c0 | |
parent | 44fd29839d97af60987eb98fcaa72554c894ddff (diff) | |
download | nixos-a74c793360ff4acc57031a126a3acefe50bfb1d4.tar nixos-a74c793360ff4acc57031a126a3acefe50bfb1d4.tar.gz nixos-a74c793360ff4acc57031a126a3acefe50bfb1d4.tar.bz2 nixos-a74c793360ff4acc57031a126a3acefe50bfb1d4.tar.xz nixos-a74c793360ff4acc57031a126a3acefe50bfb1d4.zip |
...
-rw-r--r-- | hosts/surtr/email/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix index 0a42b808..a3ad8de9 100644 --- a/hosts/surtr/email/default.nix +++ b/hosts/surtr/email/default.nix | |||
@@ -268,9 +268,9 @@ in { | |||
268 | virtual_transport = "dvlmtp:unix:/run/dovecot-lmtp"; | 268 | virtual_transport = "dvlmtp:unix:/run/dovecot-lmtp"; |
269 | smtputf8_enable = false; | 269 | smtputf8_enable = false; |
270 | 270 | ||
271 | authorized_submit_users = "inline:{ root= postfwd= dovecot2= }"; | 271 | authorized_submit_users = "inline:{ postfwd= dovecot2= }"; |
272 | authorized_flush_users = "inline:{ root= }"; | 272 | authorized_flush_users = "inline:{ }"; |
273 | authorized_mailq_users = "inline:{ root= }"; | 273 | authorized_mailq_users = "inline:{ }"; |
274 | 274 | ||
275 | postscreen_access_list = ""; | 275 | postscreen_access_list = ""; |
276 | postscreen_denylist_action = "drop"; | 276 | postscreen_denylist_action = "drop"; |