diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-28 19:50:49 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-28 19:50:49 +0200 |
commit | 5c6fa92654a1e73eaca872cfb581c09fe75cf602 (patch) | |
tree | 5534369e640258f924026f8cc4426d309d1f7054 | |
parent | 25721bb4caf052193042f68ad72084b500357be8 (diff) | |
download | nixos-5c6fa92654a1e73eaca872cfb581c09fe75cf602.tar nixos-5c6fa92654a1e73eaca872cfb581c09fe75cf602.tar.gz nixos-5c6fa92654a1e73eaca872cfb581c09fe75cf602.tar.bz2 nixos-5c6fa92654a1e73eaca872cfb581c09fe75cf602.tar.xz nixos-5c6fa92654a1e73eaca872cfb581c09fe75cf602.zip |
more conventional maildir format
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -379,7 +379,7 @@ in rec { | |||
379 | enablePAM = true; | 379 | enablePAM = true; |
380 | sslServerCert = "/var/lib/acme/yggdrasil.li/fullchain.pem"; | 380 | sslServerCert = "/var/lib/acme/yggdrasil.li/fullchain.pem"; |
381 | sslServerKey = "/var/lib/acme/yggdrasil.li/key.pem"; | 381 | sslServerKey = "/var/lib/acme/yggdrasil.li/key.pem"; |
382 | mailLocation = "sdbox:~/mail"; | 382 | mailLocation = "maildir:~/mail:LAYOUT=index:UTF-8"; |
383 | extraConfig = '' | 383 | extraConfig = '' |
384 | postmaster_address = postmaster@yggdrasil.li | 384 | postmaster_address = postmaster@yggdrasil.li |
385 | 385 | ||