I wanted to change "Allowed Domains" field under Server Settings -> Email settings. When I do it using website I get following log in audit.log: "changes":[{"stanza":"email","properties":[{"name":"allowedDomainList","new_value":"domain1.sk","old_value":""}, When new application is installed I can see following log line saying that value is changing: "changes":[{"stanza":"email","properties":[{"name":"allowedDomainList","new_value":"domain2.sk","old_value":""}, But difference is, that if value is changed using deployment application, I don't see accurate change on website - Allowed Domains is empty. How would you do this?
... View more