diff options
Diffstat (limited to 'postfix_wizard/postfix.wiz')
-rw-r--r-- | postfix_wizard/postfix.wiz | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/postfix_wizard/postfix.wiz b/postfix_wizard/postfix.wiz index b17a76c2..7cc436c6 100644 --- a/postfix_wizard/postfix.wiz +++ b/postfix_wizard/postfix.wiz @@ -180,7 +180,7 @@ <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" + jumpScript="__WIZ_HOME__/postfix_wizard/check_masquerade.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -327,7 +327,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="ISP" - jumpScript="__WIZ_HOME__/postfix_wizard/scripts/check_relay.sh" + jumpScript="__WIZ_HOME__/postfix_wizard/check_relay.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -526,6 +526,7 @@ <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" @@ -601,7 +602,7 @@ <Freetext name="freetext1" alignement="Fill" - fillScript="(export wiz_ext_mail_relay=`__WIZ_HOME__/postfix_wizard/scripts/compute_mail_relay.sh`; echo $wiz_ext_mail_relay)" + fillScript="(export wiz_ext_mail_relay=`__WIZ_HOME__/postfix_wizard/compute_mail_relay.sh`; echo $wiz_ext_mail_relay)" helpText="Internet Mail Gateway" guiType="textfield" editable="false" @@ -617,7 +618,7 @@ <Freetext name="freetext2" alignement="Fill" - fillScript="(export wiz_mail_masquerade=`__WIZ_HOME__/postfix_wizard/scripts/compute_masquerade.sh`; echo $wiz_mail_masquerade)" + fillScript="(export wiz_mail_masquerade=`__WIZ_HOME__/postfix_wizard/compute_masquerade.sh`; echo $wiz_mail_masquerade)" helpText="Form of the Address" guiType="textfield" editable="false" @@ -806,7 +807,6 @@ helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="Congratulations" nextButtonText="Quit" - func="do_it" executionLevel="NORMAL" nextFinish="true" canBack="false" |