Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / kolab / admin / systems / services / kolab / servkolab.tpl
1 <table summary="" style="width:100%">
2  <tr>
3   <td style="vertical-align:top; border-right:1px solid #A0A0A0; padding-right:5px;" width="50%">
4    <table summary="" width="100%">
5     <tr>
6          <td colspan="2"><b>{t}Generic{/t}</b></td>
7         </tr>
8         <tr>
9                 <td>{t}Postfix mydomain{/t}
10                 </td>
11                 <td>
12 {render acl=$postfixmydomainACL}
13                         <input type="text" name="postfix_mydomain" value="{$postfix_mydomain}">
14 {/render}
15                 </td>
16         </tr>
17         <tr>
18                 <td>{t}Cyrus admins{/t}
19                 </td>
20                 <td>
21 {render acl=$cyrusadminsACL}
22                         <input type="text" name="cyrus_admins" value="{$cyrus_admins}">
23 {/render}
24                 </td>
25         </tr>
26         <tr>
27                 <td colspan="2">{t}Mail domains{/t}&nbsp;({t}Postfix mydestination{/t})<br>
28 {render acl=$postfixmydestinationACL}
29                 {$mdDiv}
30 {/render}
31 {render acl=$postfixmydestinationACL}
32                 <input size="30" type='text' name='new_domain_name' value=''>
33 {/render}
34 {render acl=$postfixmydestinationACL}
35                 <input type='submit' name='add_domain_name' value='{msgPool type=addButton}'>
36 {/render}
37                 </td>
38         </tr>
39    </table>     
40    <p class="seperator" >&nbsp;</p>
41    <table summary="">
42     <tr>
43          <td colspan="2"><b>{t}Services{/t}</b></td>
44         </tr>
45         <tr>
46                 <td>
47 {render acl=$cyruspop3ACL}
48                         <input id="cyrus_pop3" name="cyrus_pop3" value="1" type="checkbox" {$cyrus_pop3Check}>
49 {/render}
50                 </td>
51                 <td>
52                         <LABEL for="cyrus_pop3">{t}POP3 service{/t}</LABEL>
53                 </td>
54         </tr>
55         <tr>
56         <td>
57 {render acl=$cyruspop3sACL}
58             <input id="cyrus_pop3s" name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck}>
59 {/render}
60         </td>
61                 <td>
62                         <LABEL for="cyrus_pop3s">{t}POP3/SSL service{/t}</LABEL>
63         </td>
64     </tr>
65     <tr>
66         <td>
67 {render acl=$cyrusimapACL}
68             <input id="cyrus_imap" name="cyrus_imap" value="1" type="checkbox" {$cyrus_imapCheck}>
69 {/render}
70         </td>
71         <td>
72                         <LABEL for="cyrus_imap">{t}IMAP service{/t}</LABEL>
73         </td>
74     </tr>
75     <tr>
76         <td>
77 {render acl=$cyrusimapsACL}
78             <input id="cyrus_imaps" name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck}>
79 {/render}
80         </td>
81         <td>
82                         <LABEL for="cyrus_imaps">{t}IMAP/SSL service{/t}</LABEL>
83         </td>
84     </tr>
85     <tr>
86         <td>
87 {render acl=$cyrussieveACL}
88             <input id="cyrus_sieve" name="cyrus_sieve" value="1" type="checkbox" {$cyrus_sieveCheck}>
89 {/render}
90         </td>
91         <td>
92                         <LABEL for="cyrus_sieve">{t}Sieve service{/t}</LABEL>
93         </td>
94     </tr>
95     <tr>
96         <td>
97 {render acl=$proftpdftpACL}
98             <input id="proftpd_ftp" name="proftpd_ftp" value="1" type="checkbox" {$proftpd_ftpCheck}>
99 {/render}
100         </td>   
101         <td>
102                         <LABEL for="proftpd_ftp">{t}FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy){/t}</LABEL>
103         </td>
104     </tr>
105     <tr>
106         <td>
107 {render acl=$apachehttpACL}
108             <input id="apache_http" name="apache_http" value="1" type="checkbox" {$apache_httpCheck}>
109 {/render}
110         </td>
111         <td>
112                         <LABEL for="apache_http">{t}HTTP FreeBusy service (legacy){/t}</LABEL>
113         </td>
114     </tr>
115     <tr>
116         <td>
117 {render acl=$postfixenablevirusscanACL}
118                         <input id="postfix_enable_virus_scan" name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck}>
119 {/render}
120         </td>
121         <td>
122                         <LABEL for="postfix_enable_virus_scan">{t}Amavis email scanning (virus/spam){/t}</LABEL>
123                 </td>
124         </tr>
125    </table>
127    <p class="seperator">&nbsp;</p>
128    <br>
130    <table summary="">
131     <tr>
132                 <td> 
133                         <b>{t}Quota settings{/t}</b>
134                 </td>
135         </tr>
136         <tr>
137                 <td>
138 {render acl=$cyrusquotawarnACL}
139                         {$quotastr}
140 {/render}
141                 </td>
142         </tr>
143    </table>
144   
145   </td>
146   <td style="vertical-align:top" width="50%">
148    <table summary="">
149     <tr>
150         <td colspan="2">
151             <b>{t}Free/Busy settings{/t}</b>
152         </td>
153     </tr>
154     <tr>
155         <td>
156 {render acl=$apacheallowunauthenticatedfbACL}
157             <input name="apache_allow_unauthenticated_fb" value="1" type="checkbox" {$apache_allow_unauthenticated_fbCheck}> {t}Allow unauthenticated downloading of Free/Busy information{/t}
158 {/render}
159         </td>
160          </tr>
161          <tr>
162         <td>
163 {render acl=$kolabFreeBusyFutureACL}
164                 {$fbfuture}
165 {/render}
166         </td>
167      </tr>
168    </table>
170 <p class="seperator">&nbsp;</p>
171 <br>
172    <table summary="">
173     <tr>
174         <td>
175                 <b>{t}SMTP privileged networks{/t}</b>
176                 </td>
177     </tr>
178     <tr>
179           <td>
180             <LABEL for="postfix_mynetworks">{t}Hosts/networks allowed to relay{/t}</LABEL><br>
181 {render acl=$postfixmynetworksACL}
182         <input id="postfix_mynetworks" name="postfix_mynetworks" size="60" maxlength="220" value="{$postfix_mynetworks}" type="text">
183 {/render}
184                 <br>
185                 ( {t}Enter multiple values, seperated with{/t} , )
186         </td>
187      </tr>
188    </table>
191 <p class="seperator">&nbsp;</p>
192 <br>
195    <table summary="">
196     <tr>
197         <td>
198                 <b>{t}SMTP smarthost/relayhost{/t}</b>
199                 </td>
200     </tr>
201     <tr>
202         <td>
203 {render acl=$postfixrelayhostACL}
204             <input id="RelayMxSupport" name="RelayMxSupport" value="1" type="checkbox" {$RelayMxSupportCheck}>
205 {/render}
206                         <LABEL for="RelayMxSupport">{t}Enable MX lookup for relayhost{/t}</LABEL>
207                 </td>
208      </tr>
209         <tr>    
210                 <td>
211                     <LABEL for="postfix_relayhost">{t}Host used to relay mails{/t}</LABEL>&nbsp;
212 {render acl=$postfixrelayhostACL}
213                         <input id="postfix_relayhost" name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" type="text">
214 {/render}
215                 </td>
216         </tr>
217    </table>
220 <p class="seperator">&nbsp;</p>
221 <br>
224    <table summary="">
225     <tr>
226         <td>
227                 <b>{t}Accept Internet Mail{/t}</b>
228                 </td>
229     </tr>
230     <tr>
231         <td>
232 {render acl=$postfixallowunauthenticatedACL}
233             <input id="postfix_allow_unauthenticated" name="postfix_allow_unauthenticated" value="1" type="checkbox" {$postfix_allow_unauthenticatedCheck}>
234 {/render}
235                 <LABEL for="postfix_allow_unauthenticated">{t}Accept mail from other domains over non-authenticated SMTP{/t}</LABEL>
236                 </td>
237      </tr>
238    </table>
241   </td>
242  </tr>
243 </table>
245 <input type="hidden" name="kolabtab">
247 <p class="seperator">&nbsp;</p>
248 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
249     <input type='submit' name='SaveService' value='{msgPool type=saveButton}'>
250     &nbsp;
251     <input type='submit' name='CancelService' value='{msgPool type=cancelButton}'>
252 </div>