diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-01 21:26:09 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-01 21:26:09 +0100 |
commit | 140cdfb46a1b242df0be68359cb4734ceca1aa29 (patch) | |
tree | 3a8c70c8299dbb8798fc62bdcc4bc6edbdca566a /ymir.nix | |
parent | c095db1d83d8a10b603c5e42bede63c861e3a0e3 (diff) | |
download | nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar.gz nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar.bz2 nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.tar.xz nixos-140cdfb46a1b242df0be68359cb4734ceca1aa29.zip |
...
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -750,7 +750,7 @@ in rec { | |||
750 | result_success = continue-ok | 750 | result_success = continue-ok |
751 | } | 751 | } |
752 | 752 | ||
753 | mail_plugins = $mail_plugins sieve quota | 753 | mail_plugins = $mail_plugins quota |
754 | mailbox_list_index = yes | 754 | mailbox_list_index = yes |
755 | postmaster_address = postmaster@yggdrasil.li | 755 | postmaster_address = postmaster@yggdrasil.li |
756 | recipient_delimiter = + | 756 | recipient_delimiter = + |
@@ -772,6 +772,14 @@ in rec { | |||
772 | } | 772 | } |
773 | } | 773 | } |
774 | 774 | ||
775 | protocol lmtp { | ||
776 | mail_plugins = $mail_plugins sieve | ||
777 | } | ||
778 | |||
779 | protocol lda { | ||
780 | mail_plugins = $mail_plugins sieve | ||
781 | } | ||
782 | |||
775 | namespace inbox { | 783 | namespace inbox { |
776 | separator = / | 784 | separator = / |
777 | inbox = yes | 785 | inbox = yes |