thomas: server/kolabd/kolabd/templates main.cf.template.in, 1.16, 1.16.2.1

cvs at kolab.org cvs at kolab.org
Wed Dec 12 15:40:19 CET 2007


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv18139/kolabd/kolabd/templates

Modified Files:
      Tag: kolab_2_1_branch
	main.cf.template.in 
Log Message:
Don't trigger the loop detection for two servers on one machine (kolab/issue26)


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- main.cf.template.in	9 May 2007 10:16:24 -0000	1.16
+++ main.cf.template.in	12 Dec 2007 14:40:17 -0000	1.16.2.1
@@ -54,7 +54,10 @@
 
 #   smtp daemon
 #smtpd_banner = $myhostname ESMTP $mail_name
-#inet_interfaces = 127.0.0.1
+@@@if bind_any@@@
+@@@else@@@
+inet_interfaces = @@@local_addr@@@, @@@bind_addr@@@
+@@@endif@@@
 
 #   relaying
 mynetworks = @@@postfix-mynetworks|join( )@@@





More information about the commits mailing list