steffen: server/kolab/kolab/templates master.cf.template, 1.11, 1.12

cvs at intevation.de cvs at intevation.de
Mon Oct 11 15:37:11 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv5395/kolab/kolab/templates

Modified Files:
	master.cf.template 
Log Message:
new way of handling invitations

Index: master.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/master.cf.template,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- master.cf.template	29 Sep 2004 21:09:28 -0000	1.11
+++ master.cf.template	11 Oct 2004 13:37:09 -0000	1.12
@@ -36,9 +36,28 @@
     -o smtp_data_done_timeout=1200
     -o smtp_send_xforward_command=yes
     -o disable_dns_lookups=yes
+# SMTP interface for injecting mail back into postfix
+# from amavis
 127.0.0.1:10025 inet n	-	n	-	-  smtpd
     -o content_filter=
     -o cleanup_service_name=post-cleanup
+    -o local_recipient_maps=
+    -o relay_recipient_maps=
+    -o smtpd_restriction_classes=
+    -o smtpd_client_restrictions=
+    -o smtpd_helo_restrictions=
+    -o smtpd_sender_restrictions=
+    -o smtpd_recipient_restrictions=permit_mynetworks,reject
+    -o mynetworks=127.0.0.0/8
+    -o strict_rfc821_envelopes=yes
+    -o smtpd_error_sleep_time=0
+    -o smtpd_soft_error_limit=1001
+    -o smtpd_hard_error_limit=1000
+# SMTP interface for injecting mail back into postfix
+# from the automatic invitation handling script
+127.0.0.1:10026 inet n	-	n	-	-  smtpd
+    -o content_filter=
+    -o cleanup_service_name=cleanup
     -o local_recipient_maps=
     -o relay_recipient_maps=
     -o smtpd_restriction_classes=





More information about the commits mailing list