diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-12-05 00:51:28 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-12-05 00:51:28 +0100 |
commit | 304a7dac48405d63a5d20466d4afc7ba04d11164 (patch) | |
tree | 78fa16de8b1381406b9863aa9e58bca6114f14fc /modules | |
parent | eb071dd42518cb40d629e5bde29c6aed72e4d4df (diff) | |
download | Nix-304a7dac48405d63a5d20466d4afc7ba04d11164.tar.gz Nix-304a7dac48405d63a5d20466d4afc7ba04d11164.tar.zst Nix-304a7dac48405d63a5d20466d4afc7ba04d11164.zip |
Fix bindir for dovecot sieve
Diffstat (limited to 'modules')
-rw-r--r-- | modules/private/mail/dovecot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/mail/dovecot.nix b/modules/private/mail/dovecot.nix index c3d306d..470fc1a 100644 --- a/modules/private/mail/dovecot.nix +++ b/modules/private/mail/dovecot.nix | |||
@@ -128,7 +128,7 @@ in | |||
128 | sieve_plugins = sieve_imapsieve sieve_extprograms | 128 | sieve_plugins = sieve_imapsieve sieve_extprograms |
129 | imapsieve_url = sieve://127.0.0.1:4190 | 129 | imapsieve_url = sieve://127.0.0.1:4190 |
130 | 130 | ||
131 | sieve_before = file:${./sieve_scripts}/backup.sieve | 131 | sieve_before = file:${./sieve_scripts}/backup.sieve;bindir=/var/lib/vhost/.sieve_bin |
132 | 132 | ||
133 | # From elsewhere to Junk folder | 133 | # From elsewhere to Junk folder |
134 | imapsieve_mailbox1_name = Junk | 134 | imapsieve_mailbox1_name = Junk |