diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-04 00:26:46 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-04 00:26:46 +0200 |
| commit | 7ed92d0a78aff6b22351ec905366357f86419025 (patch) | |
| tree | 0809e5c18b7ad13f1d97fa5b81d2676685c5c603 | |
| parent | 3248c09eeb6ad8e60c3547d94dd8d65061cd6b5c (diff) | |
| download | nixos-7ed92d0a78aff6b22351ec905366357f86419025.tar nixos-7ed92d0a78aff6b22351ec905366357f86419025.tar.gz nixos-7ed92d0a78aff6b22351ec905366357f86419025.tar.bz2 nixos-7ed92d0a78aff6b22351ec905366357f86419025.tar.xz nixos-7ed92d0a78aff6b22351ec905366357f86419025.zip | |
no symlinking spm
| -rw-r--r-- | ymir.nix | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -372,7 +372,7 @@ in rec { | |||
| 372 | permit_sasl_authenticated, | 372 | permit_sasl_authenticated, |
| 373 | reject_unauth_destination | 373 | reject_unauth_destination |
| 374 | 374 | ||
| 375 | alias_maps = hash:/etc/postfix/aliases texthash:/etc/postfix/spm | 375 | alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm |
| 376 | ''; | 376 | ''; |
| 377 | extraMasterConf = '' | 377 | extraMasterConf = '' |
| 378 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) | 378 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) |
| @@ -380,10 +380,6 @@ in rec { | |||
| 380 | networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"]; | 380 | networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"]; |
| 381 | }; | 381 | }; |
| 382 | 382 | ||
| 383 | environment.etc."postfix/spm" = { | ||
| 384 | source = /srv/mail/spm; | ||
| 385 | }; | ||
| 386 | |||
| 387 | services.dovecot2 = { | 383 | services.dovecot2 = { |
| 388 | enable = true; | 384 | enable = true; |
| 389 | enableImap = true; | 385 | enableImap = true; |
