diff options
Diffstat (limited to 'packages/postfix.xml')
-rw-r--r-- | packages/postfix.xml | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/packages/postfix.xml b/packages/postfix.xml index 02d908bd..4833b04a 100644 --- a/packages/postfix.xml +++ b/packages/postfix.xml @@ -1,18 +1,14 @@ <?xml version="1.0" encoding="utf-8" ?> <packagegui> <name>postfix</name> - <donotsave>false</donotsave> <preoutput>yes</preoutput> <savetext>Change</savetext> - <!-- Menu is where this packages menu will appear --> <menu> <name>Postfix Settings</name> <tooltiptext>Configure Postfix Forwarder</tooltiptext> <section>Services</section> <configfile>postfix.xml</configfile> </menu> - <!-- Do not save invokes a simple input menu and will not update - the configuration database. --> <fields> <field> <fielddescr>Primary Domain</fielddescr> @@ -30,22 +26,22 @@ <type>rowhelper</type> <rowhelper> <rowhelperfield> - <fielddescr>Domain</fielddescr> - <fieldname>domain</fieldname> - <description>Enter the domain here (ex: example.com)</description> - <type>input</type> + <type>input</type> + <size>20</size> + <fieldname>domain</fieldname> + <fielddescr>Domain</fielddescr> + <description>Enter the domain here (ex: example.com)</description> </rowhelperfield> <rowhelperfield> + <type>input</type> + <size>20</size> + <fieldname>mailserverip</fieldname> <fielddescr>Mail Server IP</fielddescr> - <fieldname>mailserverip</fieldname> - <description>Enter the mail server IP to forward to here.</description> - <type>input</type> + <description>Enter the mail server IP to forward to here.</description> </rowhelperfield> </rowhelper> </field> </fields> - <!-- fields gets invoked when the user adds or edits a item. the following items - will be parsed and rendered for the user as a gui with input, and selectboxes. --> <custom_add_php_command> </custom_add_php_command> <custom_php_deinstall_command> |