diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-18 15:34:44 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-18 15:34:44 +0100 |
commit | 5590bce6a95fa0828a260daeeba959ad818414d5 (patch) | |
tree | a1549ab602d385453406b43609ed5186f42ad1ce | |
parent | 4e7c5f8ebe4a12786c3e6f910f07c585640353e4 (diff) | |
download | nixos-5590bce6a95fa0828a260daeeba959ad818414d5.tar nixos-5590bce6a95fa0828a260daeeba959ad818414d5.tar.gz nixos-5590bce6a95fa0828a260daeeba959ad818414d5.tar.bz2 nixos-5590bce6a95fa0828a260daeeba959ad818414d5.tar.xz nixos-5590bce6a95fa0828a260daeeba959ad818414d5.zip |
…
-rw-r--r-- | ymir.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -728,7 +728,7 @@ in rec { | |||
728 | driver = pam | 728 | driver = pam |
729 | args = dovecot2 | 729 | args = dovecot2 |
730 | 730 | ||
731 | return_success = continue-ok | 731 | result_success = continue-ok |
732 | } | 732 | } |
733 | 733 | ||
734 | userdb { | 734 | userdb { |
@@ -737,9 +737,9 @@ in rec { | |||
737 | 737 | ||
738 | skip = notfound | 738 | skip = notfound |
739 | 739 | ||
740 | return_failure = continue | 740 | result_failure = continue |
741 | return_internalfail = continue | 741 | result_internalfail = continue |
742 | return_success = continue | 742 | result_success = continue |
743 | } | 743 | } |
744 | 744 | ||
745 | mail_plugins = $mail_plugins quota | 745 | mail_plugins = $mail_plugins quota |