Code

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