diff options
Diffstat (limited to 'postfix_wizard/postfix.wiz')
-rw-r--r-- | postfix_wizard/postfix.wiz | 323 |
1 files changed, 0 insertions, 323 deletions
diff --git a/postfix_wizard/postfix.wiz b/postfix_wizard/postfix.wiz deleted file mode 100644 index 45954c12..00000000 --- a/postfix_wizard/postfix.wiz +++ /dev/null @@ -1,323 +0,0 @@ -<?xml version="1.0"?> - - -<Wizard - name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" - wizardTitle="Postfix wizard" - imagePosition="top" - defaultImage="__WIZ_HOME__/postfix_wizard/images/courrier.png" - perlModule="__WIZ_HOME__/postfix_wizard/scripts/Postfixconf.pm" - rpm="postfix" - summaryFunc="do_it" -> - - <Variable - name="wiz_mail_masquerade" - shellVariable="wiz_mail_masquerade" - > - </Variable> - - <Variable - name="wiz_ext_mail_relay" - shellVariable="wiz_ext_mail_relay" - > - </Variable> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="welcome" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - <Info - helpText="Internet Mail Configuration Wizard" - > - </Info> - - - <Info - helpText="This wizard will help you configuring the Internet Mail services for your network." - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="Form_of_address" - func='check_masquerade' - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Target - targetName="Masquerade_not_good" - jumpIndex="1" - > - </Target> - - <Target - targetName="ISP" - jumpIndex="10" - > - </Target> - - <Info - helpText="Outgoing Mail Address" - > - </Info> - - - <Info - helpText="You can select the kind of address that outgoing mail will show in the \qFrom:\q and \qReply-to\q field." - > - </Info> - - - <Freetext - name="wiz_mail_masquerade" - variableName="wiz_mail_masquerade" - fillfunc="get_mail_masquerade" - helpText="Mail Address:" - editable="true" - > - </Freetext> - - - <Info - helpText="This should be chosen consistently with the address you use for incoming mail." - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="Masquerade_not_good" - jumpPage="Form_of_address" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Info - helpText="Masquerade not good!" - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="ISP" - func='check_relay' - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Target - targetName="Confirmation" - jumpIndex="10" - > - </Target> - - <Target - targetName="warning" - jumpIndex="1" - > - </Target> - - <Info - helpText="Internet Mail Gateway" - > - </Info> - - - <Info - helpText="Your server will send the outgoing through a mail gateway, that will take care of the final delivery." - > - </Info> - - - <Freetext - name="wiz_ext_mail_relay" - variableName="wiz_ext_mail_relay" - helpText="Mail Server Name:" - editable="true" - fillfunc="get_mail_relay" - > - </Freetext> - - - <Info - helpText="Internet host names must be in the form \qhost.domain.domaintype\q; for example, if your provider is \qprovider.com\q, the internet mail server is usually \qsmtp.provider.com\q." - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="warning" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Info - helpText="Warning:" - > - </Info> - - - <Info - helpText="You entered an empty address for the mail gateway." - > - </Info> - - <Info - helpText="Your choice can be accepted, but this will not allow you to send mail outside your local network. Press next to continue, or back to enter a value." - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="Confirmation" - func="do_it" - nextButtonText="Do It" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Target - targetName="Congratulations" - jumpIndex="10" - > - </Target> - - <Target - targetName="Big problem" - jumpIndex="1" - > - </Target> - - <Info - helpText="Configuring the Internet Mail" - > - </Info> - - - <Info - helpText="The wizard collected the following parameters -needed to configure your Internet Mail Service:" - > - </Info> - - - <Freetext - name="freetext1" - variableName="wiz_ext_mail_relay" - helpText="Internet Mail Gateway" - editable="false" - > - </Freetext> - - <Freetext - name="freetext2" - variableName="wiz_mail_masquerade" - helpText="Form of the Address" - editable="false" - > - </Freetext> - - - <Info - helpText="To accept these values, and configure your server, click the Next button or use the Back button to correct them." - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="Big problem" - executionLevel="NORMAL" - nextFinish="true" - canBack="true" - canCancel="true" - > - - <Info - helpText="Hmmm" - > - </Info> - - - <Info - helpText="There seems to be a problem..." - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="error_need_net" - subWizard="__WIZ_HOME__/server_wizard/server.wiz" - executionLevel="NORMAL" - nextFinish="false" - canBack="false" - canCancel="true" - > - - <Info - helpText="Network not configured yet" - > - </Info> - - - <Info - helpText="You have to configure the basic network parameters before launching this wizard." - > - </Info> - - <Info - helpText="Press next to configure these parameters now, or Cancel to exit this wizard." - > - </Info> - - - <Info - helpText="If you choose to configure now, you will automatically continue with the POSTFIX configuration" - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="Congratulations" - nextButtonText="Quit" - executionLevel="NORMAL" - nextFinish="true" - canBack="false" - canCancel="false" - > - - <Info - helpText="Congratulations" - > - </Info> - - - <Info - helpText="The wizard successfully configured your Internet Mail service of your server." - > - </Info> - </Page> -</Wizard> |