diff options
| -rw-r--r-- | ymir.nix | 17 |
1 files changed, 0 insertions, 17 deletions
| @@ -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 = '' |
