diff --git a/src/apps/config/config/queue b/src/apps/config/config/queue index 1d9177c..da62b9a 100644 --- a/src/apps/config/config/queue +++ b/src/apps/config/config/queue @@ -20,9 +20,8 @@ "forwardundeliverable_to" : "", "queueinterval" : 0, "minimumfreespace" : 0, - "trustedhosts" : [ - "" - ], + "trustedhosts" : [], + "hosteddomains" : [], "rtsantispamconfig_enabled" : false, "rtsantispamconfig_delay" : 0, "rtsantispamconfig_threshold" : 0, diff --git a/src/apps/config/config/smtp b/src/apps/config/config/smtp index ba572e5..079a543 100644 --- a/src/apps/config/config/smtp +++ b/src/apps/config/config/smtp @@ -6,6 +6,7 @@ "hostaddr": "127.0.0.1", "allow_client_ssl": false, "allow_expn": false, + "allow_auth": true, "allow_vrfy": true, "verify_address" : true, "accept_etrn": false,