diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-06-07 02:00:24 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-06-07 02:00:24 +0000 |
commit | c7b22438261080e6bf4996a34d1e890ed822e4dd (patch) | |
tree | f87a44838bccc8c9652e1c845e62e403ed732e04 /postfix_wizard/Postfix.pm | |
parent | 22ebc09ac92683e39075c0c55f625b2f4711fed1 (diff) | |
download | drakwizard-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/Postfix.pm')
-rwxr-xr-x | postfix_wizard/Postfix.pm | 2 |
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}) { |