Skip to content
Snippets Groups Projects
Commit 4cf78642 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add NO_USER_PROT in comments, enable by default for IMAP[S} services

parent cb8bbbad
Branches
Tags
No related merge requests found
......@@ -41,6 +41,8 @@ ListenBacklog=5
; LOOP
; NATIVE
; FULL_ACCEPT
; TLS
; NO_USER_PROT
; Network News Transfer Protocol (NNTP)
[NNTP]
......@@ -150,9 +152,11 @@ Command=websocketservice.js
Port=143
Command=imapservice.js
Enabled=false
Options=NO_USER_PROT
[IMAPS]
Options=TLS
Port=993
Command=imapservice.js
Enabled=false
Options=NO_USER_PROT
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment