steffen: server/kolab-webadmin/kolab-webadmin/php/admin/templates/en service.tpl, 1.6, 1.7

cvs at intevation.de cvs at intevation.de
Mon Sep 6 23:50:07 CEST 2004


Author: steffen

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

Modified Files:
	service.tpl 
Log Message:
postfix relayhost, thanks to Matt Douhan

Index: service.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/templates/en/service.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- service.tpl	10 Aug 2004 14:25:13 -0000	1.6
+++ service.tpl	6 Sep 2004 21:50:05 -0000	1.7
@@ -50,6 +50,17 @@
 </form>
 </div>
 <br />
+<h1>SMTP "smarthost/relayhost"</h1>
+<div class="contentform">
+<form name="postfixrelayhost" method="POST">
+Smarthost to use to send outgoing mail (host.domain.tlb). Leave empty for no relayhost.
+<input type="text" name="postfixrelayhost" size="80"  value="{$postfixrelayhost}" /><br/>
+<input type="checkbox" name="postfixrelayhostmx" {if $postfixrelayhostmx == 'true' }checked{/if} />
+Enable MX lookup for relayhost (if in doubt, leave it off)
+<div align="right"><input type="submit" name="submitpostfixrelayhost" value="Update" /></div>
+</form>
+</div>
+<br />
 <h1>Accept Internet Mail</h1>
 <div class="contentform">
 <form name="postfixallowunauthform" method="POST">
@@ -84,4 +95,4 @@
 	   </form>
 	</tr>
 </table>
-</div>
\ No newline at end of file
+</div>





More information about the commits mailing list