summaryrefslogtreecommitdiffstats
path: root/postfix_wizard/Postfix.pm
diff options
context:
space:
mode:
Diffstat (limited to 'postfix_wizard/Postfix.pm')
-rwxr-xr-xpostfix_wizard/Postfix.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm
index 2171c596..d7cd17ee 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -230,7 +230,7 @@ sub do_it_internal {
my $w = $in->wait_message(N("Postfix Server"), N("Configuring your Postfix server....."));
save_config();
my @conf = ("myhostname = $wiz_host_name",
- 'inet_interfaces = $myhostname',
+ 'inet_interfaces = $myhostname,localhost',
'mydestination = $myhostname, localhost.$mydomain',
'alias_maps = hash:/etc/postfix/aliases',
'alias_database = hash:/etc/postfix/aliases',
@@ -259,7 +259,7 @@ sub do_it_external {
save_config();
my @conf = ("myhostname = $wiz_host_name",
- 'inet_interfaces = $myhostname',
+ 'inet_interfaces = $myhostname,localhost',
'mydestination = $myhostname, localhost.$mydomain',
'alias_maps = hash:/etc/postfix/aliases',
'alias_database = hash:/etc/postfix/aliases',