summaryrefslogtreecommitdiffstats
path: root/postfix_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-06-07 02:00:24 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-06-07 02:00:24 +0000
commitc7b22438261080e6bf4996a34d1e890ed822e4dd (patch)
treef87a44838bccc8c9652e1c845e62e403ed732e04 /postfix_wizard
parent22ebc09ac92683e39075c0c55f625b2f4711fed1 (diff)
downloaddrakwizard-c7b22438261080e6bf4996a34d1e890ed822e4dd.tar
drakwizard-c7b22438261080e6bf4996a34d1e890ed822e4dd.tar.gz
drakwizard-c7b22438261080e6bf4996a34d1e890ed822e4dd.tar.bz2
drakwizard-c7b22438261080e6bf4996a34d1e890ed822e4dd.tar.xz
drakwizard-c7b22438261080e6bf4996a34d1e890ed822e4dd.zip
fix tips on myrorigin
Diffstat (limited to 'postfix_wizard')
-rwxr-xr-xpostfix_wizard/Postfix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm
index 582fa39b..d538a5e1 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -153,7 +153,7 @@ $o->{pages} = {
{ label => N('Smtpd banner:'), val => \$o->{var}{wiz_smtpd_banner}, help => 'You MUST specify $myhostname at the start of the text. That is an RFC requirement. ie: $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux)' },
{ label => N('Hostname:'), val => \$o->{var}{wiz_myhostname}, help => N('The myhostname parameter specifies the internet hostname of this mail system. ie: myhostname = myhostname') },
{ label => N('Domain:'), val => \$o->{var}{wiz_mydomain}, help => N('The mydomain parameter specifies the local internet domain name. ie: mydomain = mydomain') },
- { label => N('Origin:'), val => \$o->{var}{wiz_myorigin}, help => N('The myorigin parameter specifies the domain that locally-posted mail appears to come from. ie: myorigin = myhostname') },
+ { label => N('Origin:'), val => \$o->{var}{wiz_myorigin}, help => N('The myorigin parameter specifies the domain that locally-posted mail appears to come from. ie: myorigin = $myhostname') },
],
complete => sub {
if (!$o->{var}{wiz_smtpd_banner}) {