steffen: server/kolabd/kolabd/templates main.cf.template.in, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Tue Oct 11 14:34:34 CEST 2005


Author: steffen

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

Modified Files:
	main.cf.template.in 
Log Message:
relay host fix from Fabio

Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- main.cf.template.in	3 Oct 2005 01:07:55 -0000	1.3
+++ main.cf.template.in	11 Oct 2005 12:34:32 -0000	1.4
@@ -33,7 +33,17 @@
 myhostname = @@@fqdnhostname@@@
 mydomain = @@@postfix-mydomain@@@
 myorigin = $mydomain
+@@@if postfix-relayhost@@@
+
+# Postfix Relay Host
+#
+# Check if there is also a relayport otherwise put the default
+@@@if postfix-relayport@@@
 relayhost = [@@@postfix-relayhost@@@]:@@@postfix-relayport@@@
+@@@else@@@
+relayhost = [@@@postfix-relayhost@@@]
+@@@endif@@@
+@@@endif@@@
 
 # 
 masquerade_domains = $mydomain





More information about the commits mailing list