mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
read settings from provider-db-globals, not from -config-defaults
This commit is contained in:
@@ -75,6 +75,7 @@ pub struct Provider {
|
||||
pub server: Vec<Server>,
|
||||
pub config_defaults: Option<Vec<ConfigDefault>>,
|
||||
pub strict_tls: bool,
|
||||
pub max_smtp_rcpt_to: Option<u16>,
|
||||
pub oauth2_authorizer: Option<Oauth2Authorizer>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user