steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates service.tpl, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Tue Jun 7 01:47:07 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates
In directory doto:/tmp/cvs-serv27813/kolab-webadmin/php/admin/templates

Modified Files:
	service.tpl 
Log Message:
Kolabfilter settings verify_from and allow_sender accessible from webgui (german translation pending)

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/service.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- service.tpl	18 Mar 2005 07:25:12 -0000	1.2
+++ service.tpl	6 Jun 2005 23:47:05 -0000	1.3
@@ -103,6 +103,20 @@
 </form>
 </div>
 <br />
+<h2>{tr msg="Mail Filter Settings"}</h2>
+<div class="contentform">
+<form name="kolabfilterform" method="post">
+<input type="checkbox" name="kolabfilterverifyfrom" {if $kolabfilterverifyfrom == 'true' }checked{/if} />
+{tr msg="Only allow mail with a trustable From header for accounts on this server. Note that enabling this setting will make the server reject any mail with non-matching sender and From header if the sender is an account on this server. This is known to happen for example with mailinglists."}
+<br />
+<input type="checkbox" name="kolabfilterallowsender" {if $kolabfilterallowsender == 'true' }checked{/if} />
+{tr msg="Use the Sender header instead of From for the above checks if present."}
+<br />
+<div align="right"><input type="submit" name="submitkolabfilter" value="{tr msg="Update"}" /></div>
+</form>
+</div>
+<br />
+
 <h2>{tr msg="Kolab Hosts"}</h2>
 <table class="contenttable" cellpadding="0" cellspacing="1px">
 	<tr class="contentrow">





More information about the commits mailing list