Options for imap and pop3 ssl
This commit is contained in:
parent
6d2b195213
commit
4c389aef41
|
@ -40,6 +40,8 @@ let
|
|||
key_file = "mail-server.key";
|
||||
enable_imap = true;
|
||||
enable_pop3 = false;
|
||||
imap_ssl = false;
|
||||
pop3_ssl = false;
|
||||
in
|
||||
{
|
||||
imports = [ ./mail-server.nix ];
|
||||
|
|
Loading…
Reference in New Issue