diff options
author | Florent Villard <warly@mandriva.com> | 2003-03-02 13:21:38 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-03-02 13:21:38 +0000 |
commit | 7eceb2bda4b5f28213df8611be6516f2c397835f (patch) | |
tree | 142d606289198e0a915d5552295f954119f8e293 /postfix_wizard/postfix.wiz | |
parent | fb900a0d0b5e9db9b1e8330152cfbe29a0b6a9c9 (diff) | |
download | drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar.gz drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar.bz2 drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.tar.xz drakwizard-7eceb2bda4b5f28213df8611be6516f2c397835f.zip |
fix postfix wizard (use correct hostname, restart postfix at the end, fix paths)
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" |