Updated imap defaults
This commit is contained in:
@@ -20,7 +20,7 @@ mail-parser = { version = "0.11", features = ["full_encoding"] }
|
||||
mail-builder = { version = "0.4" }
|
||||
mail-auth = { version = "0.8" }
|
||||
smtp-proto = { version = "0.2", features = ["rkyv"] }
|
||||
dns-update = { version = "0.2.0" }
|
||||
dns-update = { version = "0.2.1" }
|
||||
calcard = { version = "0.3", features = ["rkyv"] }
|
||||
ahash = { version = "0.8.2", features = ["serde"] }
|
||||
parking_lot = "0.12.1"
|
||||
|
||||
@@ -14956,7 +14956,7 @@ impl Default for Imap {
|
||||
Self {
|
||||
allow_plain_text_auth: false,
|
||||
max_auth_failures: 3u64,
|
||||
max_concurrent: Some(6u64),
|
||||
max_concurrent: Some(16u64),
|
||||
max_request_rate: Some(Rate {
|
||||
count: 2000u64,
|
||||
period: Duration::from_millis(60000),
|
||||
|
||||
@@ -34,7 +34,7 @@ sha2 = "0.11"
|
||||
reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2"]}
|
||||
base64 = "0.22"
|
||||
compact_str = "0.9.0"
|
||||
dns-update = { version = "0.2.0" }
|
||||
dns-update = { version = "0.2.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ impl RegistryStore {
|
||||
.collect::<String>();
|
||||
eprintln!();
|
||||
eprintln!("════════════════════════════════════════════════════════════");
|
||||
eprintln!("🔑 Stalwart bootstrap mode — temporary administrator account");
|
||||
eprintln!("🔑 Stalwart bootstrap mode - temporary administrator account");
|
||||
eprintln!();
|
||||
eprintln!(" username: admin");
|
||||
eprintln!(" password: {password}");
|
||||
|
||||
Reference in New Issue
Block a user