From 4de8d0e3bd9f9efd210139e416562d9b901e177c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 19 Dec 2017 14:15:22 +0100 Subject: cleanup --- ymir.nix | 17 ----------------- 1 file changed, 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 { quota_status_success = DUNNO quota_status_nouser = DUNNO } - - # service quota-status { - # executable = quota-status -p postfix - # unix_listener /var/lib/postfix/queue/private/policy-quota { - # mode = 0660 - # user = postfix - # group = postfix - # # You can choose any port you want - # } - # client_limit = 1 - # } - - service imap-login { - inet_listener imap { - port = 143 - } - } ''; }; security.pam.services.dovecot2.text = '' -- cgit v1.2.3