diff options
Diffstat (limited to 'postfix_wizard/scripts/Postfixconf.pm')
-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', |