diff options
Diffstat (limited to 'postfix_wizard/postfix.wiz')
-rw-r--r-- | postfix_wizard/postfix.wiz | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix_wizard/postfix.wiz b/postfix_wizard/postfix.wiz index 5324d23d..45954c12 100644 --- a/postfix_wizard/postfix.wiz +++ b/postfix_wizard/postfix.wiz @@ -47,7 +47,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" + func='check_masquerade' executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -113,7 +113,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" + func='check_relay' executionLevel="NORMAL" nextFinish="false" canBack="true" |