magpie/mail: enable imap
This commit is contained in:
parent
447dca1927
commit
95f0e95b56
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user