email: disable non-TLS access
This commit is contained in:
parent
848648a229
commit
5817f27ee0
@ -33,9 +33,11 @@
|
|||||||
# There is one already (pdns-recursor)
|
# There is one already (pdns-recursor)
|
||||||
localDnsResolver = false;
|
localDnsResolver = false;
|
||||||
|
|
||||||
# Enable IMAP, SMTP
|
# Enable IMAPS (993), SMTPS (465)
|
||||||
enableImapSsl = true;
|
enableImapSsl = true;
|
||||||
|
enableImap = false;
|
||||||
enableSubmissionSsl = true;
|
enableSubmissionSsl = true;
|
||||||
|
enableSubmission = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.dovecot2.extraConfig = ''
|
services.dovecot2.extraConfig = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user