From 73005846b52575021bf318dc81bb44bd98654348 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 12 Mar 2004 10:29:32 +0000 Subject: add localhost in inet_interface --- postfix_wizard/Postfix.pm | 4 ++-- 1 file 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', -- cgit v1.2.1