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

Add new keys and normalization durations (from seconds to minutes, 'M' suffix)

parent cc640c09
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,10 @@
LoginAttemptDelay = 5000
LoginAttemptThrottle = 1000
LoginAttemptHackThreshold = 10
LoginAttemptFilterThreshold = 0
LoginAttemptTempBanThreshold = 20
LoginAttemptTempBanDuration = 600
LoginAttemptTempBanDuration = 10M
LoginAttemptFilterThreshold = 0
LoginAttemptFilterDuration = 0
; Sound (*.wav) files to play on specific events:
AnswerSound =
HangupSound =
......@@ -173,12 +174,12 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
[Mail] SMTP/POP3 Mail Server
AutoStart = true
MaxClients = 10
MaxInactivity = 120
MaxInactivity = 2M
Interface =
LinesPerYield = 10
MaxDeliveryAttempts = 50
MaxRecipients = 100
MaxMsgSize = 20MB
MaxMsgSize = 20M
MaxMsgsWaiting = 100
RescanFrequency = 3600
SMTPPort = 25
......@@ -237,6 +238,7 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
; TLS_POP3 - Listen on the TLS POP3 service port
; MUTE - Don't play sound files
Options = ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3
NotifyOfflineUsers = true
[FTP] FTP Server
AutoStart = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment