diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-18 16:19:57 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-18 16:19:57 +0100 |
| commit | d8c80e5b2ef778127fe55df21631e87d6a034c73 (patch) | |
| tree | bbaef39dbe03950914f7eb54b6eda0871cff31e8 | |
| parent | ca9d40245a6356b5440f85b5837bea2dce9467af (diff) | |
| download | nixos-d8c80e5b2ef778127fe55df21631e87d6a034c73.tar nixos-d8c80e5b2ef778127fe55df21631e87d6a034c73.tar.gz nixos-d8c80e5b2ef778127fe55df21631e87d6a034c73.tar.bz2 nixos-d8c80e5b2ef778127fe55df21631e87d6a034c73.tar.xz nixos-d8c80e5b2ef778127fe55df21631e87d6a034c73.zip | |
…
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -738,9 +738,7 @@ in rec { | |||
| 738 | driver = passwd-file | 738 | driver = passwd-file |
| 739 | args = /srv/mail/dovecot.passwd | 739 | args = /srv/mail/dovecot.passwd |
| 740 | 740 | ||
| 741 | result_failure = continue | 741 | result_success = continue-ok |
| 742 | result_internalfail = continue | ||
| 743 | result_success = continue | ||
| 744 | } | 742 | } |
| 745 | 743 | ||
| 746 | mail_plugins = $mail_plugins quota | 744 | mail_plugins = $mail_plugins quota |
