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