summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-27 12:25:14 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-27 12:25:14 +0000
commitdf018d79b7c4271525615d797db422d31f9dc0ef (patch)
treee1cef50bad90202ce8049b37fe1fa04bcaabe515
parent0e8fa0d321b61e2c1a9ee684edbc779c2a74a263 (diff)
downloaddrakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar
drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar.gz
drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar.bz2
drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.tar.xz
drakwizard-df018d79b7c4271525615d797db422d31f9dc0ef.zip
oscar du meilleur bug
-rw-r--r--postfix_wizard/scripts/Postfixconf.pm2
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',