diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 12:25:14 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 12:25:14 +0000 |
commit | df018d79b7c4271525615d797db422d31f9dc0ef (patch) | |
tree | e1cef50bad90202ce8049b37fe1fa04bcaabe515 /postfix_wizard/scripts | |
parent | 0e8fa0d321b61e2c1a9ee684edbc779c2a74a263 (diff) | |
download | drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar.gz drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar.bz2 drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar.xz drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.zip |
oscar du meilleur bug
Diffstat (limited to 'postfix_wizard/scripts')
-rw-r--r-- | postfix_wizard/scripts/Postfixconf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/scripts/Postfixconf.pm b/postfix_wizard/scripts/Postfixconf.pm index 52cc13f2..ccb99468 100644 --- a/postfix_wizard/scripts/Postfixconf.pm +++ b/postfix_wizard/scripts/Postfixconf.pm @@ -40,7 +40,7 @@ sub do_it { @conf = ("myhostname = $wiz_host_name.$wiz_domain_name", 'myorigin = $mydomain', 'inet_interfaces = all', - 'mydestination = $myhostname, localhost.$mydomain, $mydomain', + 'mydestination = $myhostname, localhost.$mydomain', 'masquerade_domains = $mydomain', 'alias_maps = hash:/etc/postfix/aliases', 'alias_database = hash:/etc/postfix/aliases', |