Skip to content

Commit

Permalink
Merge pull request #721 from systemli/fix-typo-lua-script
Browse files Browse the repository at this point in the history
Lua script: fix typo
  • Loading branch information
y3n4 authored Feb 18, 2025
2 parents 37efa4f + ac1b746 commit e63d07c
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 e63d07c

Please sign in to comment.