Import, export or reset application settings.
• You can import or export multiple groups at a time.
• If a setting does not validate then that whole group will not be imported.
Action | Descrition |
---|---|
Export | Export any of the selected groups to an XML file. |
Export Defaults | Export the application default settings for any of the selected groups to an XML file. |
Reset Defaults | Reset the settings for any of the selected groups to their defaults. |
Reset All Defaults | Reset the settings for ALL groups to their defaults. |
<?xml version="1.0" encoding="utf-8"?>
<settings>
<hostname>www.example.com</hostname>
<created>2012-12-08 07:04:43</created>
<group name="Firewall_SMTP_Settings">
<SMTP_BLOCK>0</SMTP_BLOCK>
<SMTP_ALLOWLOCAL>1</SMTP_ALLOWLOCAL>
<SMTP_PORTS>25,465,587</SMTP_PORTS>
<SMTP_ALLOWUSER>qmaild,qmaill,qmailp,qmailq,qmailr,qmails,postfix</SMTP_ALLOWUSER>
<SMTP_ALLOWGROUP>qmail,postfix,postdrop,mail,mailman</SMTP_ALLOWGROUP>
</group>
</settings>