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

Change security level 0 to be more forgiving

changed from 0 to 1:
 timeperday
 timepercall
 callsperday
 postsperday
 emailperday

There are restrictions to remove access to these features if that's what the
sysop desires.

This will allow unauthenticated mail clients to post a single message (per day)
to a sub-board, when there's a posting alias set up (sub:* in alias.cfg).
parent 89422380
No related branches found
No related tags found
No related merge requests found
Pipeline #7412 passed
...@@ -233,12 +233,12 @@ credits=0 ...@@ -233,12 +233,12 @@ credits=0
exemptions=0 exemptions=0
restrictions=0 restrictions=0
[level:0] [level:0]
timeperday=0 timeperday=1
timepercall=0 timepercall=1
callsperday=0 callsperday=1
linespermsg=20 linespermsg=20
postsperday=0 postsperday=1
emailperday=0 emailperday=1
settings=0 settings=0
expireto=0 expireto=0
freecdtperday=0 freecdtperday=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment