[Fusionforge-commits] r8373 - branches/Branch_4_8/gforge/deb-specific

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Nov 12 14:28:50 CET 2009


Author: lolando
Date: 2009-11-12 14:28:50 +0100 (Thu, 12 Nov 2009)
New Revision: 8373

Modified:
   branches/Branch_4_8/gforge/deb-specific/install-postfix.sh
Log:
Fixed default value for relay_domains in Postfix config

Modified: branches/Branch_4_8/gforge/deb-specific/install-postfix.sh
===================================================================
--- branches/Branch_4_8/gforge/deb-specific/install-postfix.sh	2009-11-10 09:21:14 UTC (rev 8372)
+++ branches/Branch_4_8/gforge/deb-specific/install-postfix.sh	2009-11-12 13:28:50 UTC (rev 8373)
@@ -49,7 +49,7 @@
 print "$l\n";
 while ($l = <>) { print $l; };
 ' < /etc/postfix/main.cf.gforge-new > $tmp1
-	grep -q '^[[:space:]]*relay_domains' $tmp1 || echo 'relay_domains=' >>$tmp1
+	grep -q '^[[:space:]]*relay_domains' $tmp1 || echo 'relay_domains = $mydestination' >>$tmp1
 	perl -i -e '
 require ("/etc/gforge/local.pl") ;
 my $l;




More information about the Fusionforge-commits mailing list