summaryrefslogtreecommitdiffstats
path: root/postfix_wizard
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-10-20 10:51:59 +0000
committerFlorent Villard <warly@mandriva.com>2003-10-20 10:51:59 +0000
commit306951e28791b261f894a8b71255b4c45d105661 (patch)
tree9fa88f156c8a6fa200986dc52b42ab43047e81f6 /postfix_wizard
parenteacbbd06a147d56f4edfaf008cc667b55577b3be (diff)
downloaddrakwizard-306951e28791b261f894a8b71255b4c45d105661.tar
drakwizard-306951e28791b261f894a8b71255b4c45d105661.tar.gz
drakwizard-306951e28791b261f894a8b71255b4c45d105661.tar.bz2
drakwizard-306951e28791b261f894a8b71255b4c45d105661.tar.xz
drakwizard-306951e28791b261f894a8b71255b4c45d105661.zip
change copyright
remove old xml related files
Diffstat (limited to 'postfix_wizard')
-rwxr-xr-xpostfix_wizard/Postfix.pm6
-rw-r--r--postfix_wizard/postfix.wiz323
2 files changed, 4 insertions, 325 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm
index 980bc5ee..c5f28f3d 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -2,8 +2,10 @@
# Drakwizard
-# Copyright (C) 2002 Arnaud Desmons <adesmons@mandrakesoft.com>
-# 2003 Florent Villard <warly@mandrakesoft.com>
+# Copyright (C) 2002, 2003 Mandrakesoft
+#
+# Authors: Arnaud Desmons <adesmons@mandrakesoft.com>
+# Florent Villard <warly@mandrakesoft.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
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>