diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 14:08:25 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 14:08:25 +0000 |
commit | 4379b3b418ae36a5873d0a13b0419c2669f17f7b (patch) | |
tree | e77392f936012e4de894a58fdc5d5977e26b0966 /postfix_wizard | |
parent | 411f7a1f7da97167d2ffe0b7650d06662203bff4 (diff) | |
download | drakwizard-4379b3b418ae36a5873d0a13b0419c2669f17f7b.tar drakwizard-4379b3b418ae36a5873d0a13b0419c2669f17f7b.tar.gz drakwizard-4379b3b418ae36a5873d0a13b0419c2669f17f7b.tar.bz2 drakwizard-4379b3b418ae36a5873d0a13b0419c2669f17f7b.tar.xz drakwizard-4379b3b418ae36a5873d0a13b0419c2669f17f7b.zip |
removed check.sh need_net, need_root, DEBUG
Diffstat (limited to 'postfix_wizard')
-rw-r--r-- | postfix_wizard/postfix.wiz | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/postfix_wizard/postfix.wiz b/postfix_wizard/postfix.wiz index 1b488a27..49fb946d 100644 --- a/postfix_wizard/postfix.wiz +++ b/postfix_wizard/postfix.wiz @@ -31,25 +31,6 @@ canBack="true" canCancel="true" > - - <Target - targetName="default_masq" - jumpIndex="0" - > - </Target> - - <Target - targetName="Not good" - jumpIndex="1" - > - </Target> - - <Target - targetName="error_need_net" - jumpIndex="2" - > - </Target> - <Info helpText="Internet Mail Configuration Wizard" > @@ -64,46 +45,6 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="Not good" - nextButtonText="End" - executionLevel="NORMAL" - nextFinish="true" - canBack="false" - canCancel="true" - > - - - <Info - helpText="Sorry, you have to be root to run this wizard..." - > - </Info> - - <Info - helpText="See you soon!" - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="default_masq" - executionLevel="DEBUG" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Freetext - name="freetext" - variableName="wiz_mail_masquerade" - fillfunc="get_mail_masquerade" - editable="true" - > - </Freetext> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="Form_of_address" jumpScript="__WIZ_HOME__/postfix_wizard/scripts/check_masquerade.sh" executionLevel="NORMAL" @@ -359,17 +300,6 @@ needed to configure your Internet Mail Service:" <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" - name="server launcher" - jumpPage="Form_of_address" - executionLevel="DEBUG" - nextFinish="false" - canBack="true" - canCancel="true" - > - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="Congratulations" nextButtonText="Quit" executionLevel="NORMAL" |