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
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ ListenBacklog=5 ...@@ -41,6 +41,8 @@ ListenBacklog=5
; LOOP ; LOOP
; NATIVE ; NATIVE
; FULL_ACCEPT ; FULL_ACCEPT
; TLS
; NO_USER_PROT
; Network News Transfer Protocol (NNTP) ; Network News Transfer Protocol (NNTP)
[NNTP] [NNTP]
...@@ -150,9 +152,11 @@ Command=websocketservice.js ...@@ -150,9 +152,11 @@ Command=websocketservice.js
Port=143 Port=143
Command=imapservice.js Command=imapservice.js
Enabled=false Enabled=false
Options=NO_USER_PROT
[IMAPS] [IMAPS]
Options=TLS Options=TLS
Port=993 Port=993
Command=imapservice.js Command=imapservice.js
Enabled=false 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