diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -720,9 +720,6 @@ in rec { | |||
720 | sslServerKey = "/var/lib/acme/yggdrasil.li/key.pem"; | 720 | sslServerKey = "/var/lib/acme/yggdrasil.li/key.pem"; |
721 | mailLocation = "maildir:~/mail:LAYOUT=index:UTF-8"; | 721 | mailLocation = "maildir:~/mail:LAYOUT=index:UTF-8"; |
722 | extraConfig = '' | 722 | extraConfig = '' |
723 | auth_debug=yes | ||
724 | mail_debug=yes | ||
725 | |||
726 | userdb { | 723 | userdb { |
727 | driver = passwd | 724 | driver = passwd |
728 | } | 725 | } |