thomas: server/kolabd/kolabd/templates main.cf.template.in, 1.17, 1.18

cvs at kolab.org cvs at kolab.org
Wed Dec 12 15:38:51 CET 2007


Author: thomas

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

Modified Files:
	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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- main.cf.template.in	3 Oct 2007 10:05:18 -0000	1.17
+++ main.cf.template.in	12 Dec 2007 14:38:49 -0000	1.18
@@ -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