diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 15:47:51 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 15:47:51 +0200 |
commit | fefa2ae19884cb93023c2efa38a059736e051ab2 (patch) | |
tree | c6c5afc908a661e5fae4fdd28047cba635e95f5f | |
parent | f8581d1535ec8a3e0274b76fc802a5705d3b86ea (diff) | |
download | nixos-fefa2ae19884cb93023c2efa38a059736e051ab2.tar nixos-fefa2ae19884cb93023c2efa38a059736e051ab2.tar.gz nixos-fefa2ae19884cb93023c2efa38a059736e051ab2.tar.bz2 nixos-fefa2ae19884cb93023c2efa38a059736e051ab2.tar.xz nixos-fefa2ae19884cb93023c2efa38a059736e051ab2.zip |
quoting
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -320,7 +320,7 @@ in rec { | |||
320 | ''} | 320 | ''} |
321 | 321 | ||
322 | local_recipient_maps = | 322 | local_recipient_maps = |
323 | luser_relay = postmaster\${recipient_delimiter}\${local:unknown} | 323 | luser_relay = postmaster''${recipient_delimiter}''${local:unknown} |
324 | 324 | ||
325 | message_size_limit = 1073741824 | 325 | message_size_limit = 1073741824 |
326 | mailbox_size_limit = 10737418240 | 326 | mailbox_size_limit = 10737418240 |