From 95f0e95b56228e968700366b1da346c9e3cf479b Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 25 Oct 2023 20:56:34 +0200 Subject: [PATCH] magpie/mail: enable imap --- magpie/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magpie/configuration.nix b/magpie/configuration.nix index 96f5b79..17de10a 100644 --- a/magpie/configuration.nix +++ b/magpie/configuration.nix @@ -50,9 +50,9 @@ debug = false; fqdn = "mail.project-cloud.net"; domains = ["project-cloud.net"]; - enableSubmissionSsl = false; + enableSubmissionSsl = true; enableImap = false; - enableImapSsl = false; + enableImapSsl = true; # A list of all login accounts. To create the password hashes, use # nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'