Skip to content

Commit

Permalink
Lua script: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
y3n4 committed Feb 17, 2025
1 parent 37efa4f commit ac1b746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/dovecot/userli.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local env_userli_host = os.getenv("USERLI_HOST")
local env_dovecot_debug = os.getenv("DOVECOT_LUA_DEBUG") or ""
local env_dovecot_agent = os.getenv("DOVECOT_LUA_AGENT") or "Dovecot-Lua-Auth"
local env_dovecot_max_attempts = os.getenv("DOVECOT_LUA_MAX_ATTEMPTS") or "3"
local env_dovecot_timeout = os.getenv("DOVECOT_LUA_MAX_ATTEMPTS") or "10000"
local env_dovecot_timeout = os.getenv("DOVECOT_LUA_TIMEOUT") or "10000"
local env_dovecot_insecure = os.getenv("DOVECOT_LUA_INSECURE") or "false"

-- log messages
Expand Down

0 comments on commit ac1b746

Please sign in to comment.