mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:54:40 +03:00
in integration test, don't read database index files but use imap idle to get notified of message delivery, and make integration & quickstart tests faster by making first-time sender delay configurable, and using a 1s timeout instead of the default 15s
we could make more types of delays configurable. the current approach isn't great, as it results in an a default value of "0s" in the config file, while the actual default is 15s (which is documented just above, but still).
This commit is contained in:
@ -170,6 +170,10 @@ describe-static" and "mox config describe-domains":
|
||||
DNSBLs:
|
||||
-
|
||||
|
||||
# Delay before accepting a message from a first-time sender for the destination
|
||||
# account. Default: 15s. (optional)
|
||||
FirstTimeSenderDelay: 0s
|
||||
|
||||
# SMTP for submitting email, e.g. by email applications. Starts out in plain text,
|
||||
# can be upgraded to TLS with the STARTTLS command. Prefer using Submissions which
|
||||
# is always a TLS connection. (optional)
|
||||
|
Reference in New Issue
Block a user