summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-12-19 14:15:22 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-12-19 14:15:22 +0100
commit4de8d0e3bd9f9efd210139e416562d9b901e177c (patch)
treeb11139e83310e026c39e4b793a285ef2b486e42e
parent32cb4e6274c269d802664dc188fcf8a0239055fe (diff)
downloadnixos-4de8d0e3bd9f9efd210139e416562d9b901e177c.tar
nixos-4de8d0e3bd9f9efd210139e416562d9b901e177c.tar.gz
nixos-4de8d0e3bd9f9efd210139e416562d9b901e177c.tar.bz2
nixos-4de8d0e3bd9f9efd210139e416562d9b901e177c.tar.xz
nixos-4de8d0e3bd9f9efd210139e416562d9b901e177c.zip
cleanup
-rw-r--r--ymir.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/ymir.nix b/ymir.nix
index c482748d..55cd324e 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -783,23 +783,6 @@ in rec {
783 quota_status_success = DUNNO 783 quota_status_success = DUNNO
784 quota_status_nouser = DUNNO 784 quota_status_nouser = DUNNO
785 } 785 }
786
787 # service quota-status {
788 # executable = quota-status -p postfix
789 # unix_listener /var/lib/postfix/queue/private/policy-quota {
790 # mode = 0660
791 # user = postfix
792 # group = postfix
793 # # You can choose any port you want
794 # }
795 # client_limit = 1
796 # }
797
798 service imap-login {
799 inet_listener imap {
800 port = 143
801 }
802 }
803 ''; 786 '';
804 }; 787 };
805 security.pam.services.dovecot2.text = '' 788 security.pam.services.dovecot2.text = ''