steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en service.tpl, 1.4, 1.5

cvs at intevation.de cvs at intevation.de
Mon Aug 9 20:54:02 CEST 2004


Author: steffen

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

Modified Files:
	service.tpl 
Log Message:
gui for unauth mail accept feature

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/service.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- service.tpl	5 Aug 2004 22:03:05 -0000	1.4
+++ service.tpl	9 Aug 2004 18:54:00 -0000	1.5
@@ -45,8 +45,17 @@
 <form name="postfixmynetworksform" method="POST">
 Networks allowed to relay and send mail through unauthenticated SMTP connections to the Kolab server
 (comma separated networks in x.x.x.x/y format):
-<input name="postfixmynetworks" size="80"  value="{$postfixmynetworks}" />
+<input type="text" name="postfixmynetworks" size="80"  value="{$postfixmynetworks}" />
 <div align="right"><input type="submit" name="submitpostfixmynetworks" value="Update" /></div>
+</form>
+</div>
+<br />
+<h1>Accept Internet Mail</h1>
+<div class="contentform">
+<form name="postfixallowunauthform" method="POST">
+<input type="checkbox" name="postfixallowunauth" {if $postfixallowunauth == 'true' }checked{/if} />
+Accept mail from other domains over non-authenticated SMTP.
+<div align="right"><input type="submit" name="submitpostfixallowunauth" value="Update" /></div>
 </form>
 </div>
 <br />





More information about the commits mailing list